Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Namespace Lucene.Net.Codecs.Appending

    Codec for on append-only outputs, such as plain output streams and append-only filesystems.

    Classes

    AppendingCodec

    This codec uses an index format that is very similar to Lucene.Net.Codecs.Lucene40.Lucene40Codec but works on append-only outputs, such as plain output streams and append-only filesystems.

    Note

    This API is experimental and might change in incompatible ways in the next release.

    AppendingTermsReader

    Reads append-only terms from AppendingTermsWriter.

    Note

    This API is experimental and might change in incompatible ways in the next release.

    • Improve this Doc
    Back to top Copyright © 2021 The Apache Software Foundation, Licensed under the Apache License, Version 2.0
    Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation.
    All other marks mentioned may be trademarks or registered trademarks of their respective owners.