Class AppendingCodec
This codec uses an index format that is very similar to Lucene40Codec but works on append-only outputs, such as plain output streams and append-only filesystems.
This is a Lucene.NET EXPERIMENTAL API, use at your own risk
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Lucene.Net.Codecs.Appending
Assembly: Lucene.Net.Codecs.dll
Syntax
[Obsolete("This codec is read-only: as the functionality has been folded into the default codec. Its only for convenience to read old segments.")]
[CodecName("Appending")]
public class AppendingCodec : FilterCodec
Constructors
| Improve this Doc View SourceAppendingCodec()
Declaration
public AppendingCodec()
Properties
| Improve this Doc View SourcePostingsFormat
Declaration
public override PostingsFormat PostingsFormat { get; }
Property Value
Type | Description |
---|---|
PostingsFormat |