Class Lucene41PostingsWriter
Concrete class that writes docId(maybe frq,pos,offset,payloads) list with postings format.
Postings list for each term will be stored separately.
@lucene.experimental
Inherited Members
Assembly: DistributedLucene.Net.dll
Syntax
public sealed class Lucene41PostingsWriter : PostingsWriterBase, IDisposable
Constructors
Name | Description |
---|---|
Lucene41PostingsWriter(SegmentWriteState) | Creates a postings writer with
|
Lucene41PostingsWriter(SegmentWriteState, Single) | Creates a postings writer with the specified PackedInts overhead ratio |
Methods
Name | Description |
---|---|
AddPosition(Int32, BytesRef, Int32, Int32) | Add a new position & payload |
Dispose(Boolean) | |
EncodeTerm(Int64[], DataOutput, FieldInfo, BlockTermState, Boolean) | |
FinishDoc() | |
FinishTerm(BlockTermState) | Called when we are done adding docs to this term. |
Init(IndexOutput) | |
NewTermState() | |
SetField(FieldInfo) | |
StartDoc(Int32, Int32) | |
StartTerm() |
Extension Methods
See Also
Lucene.Net.Codecs.Lucene41.Lucene41SkipWriter