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.