Class SepPostingsWriter
Writes frq to .frq, docs to .doc, pos to .pos, payloads to .pyl, skip data to .skp
@lucene.experimental
Inherited Members
Assembly: Lucene.Net.Codecs.dll
Syntax
public sealed class SepPostingsWriter : PostingsWriterBase, IDisposable
Constructors
Name | Description |
---|---|
SepPostingsWriter(SegmentWriteState, Int32StreamFactory) | |
SepPostingsWriter(SegmentWriteState, Int32StreamFactory, Int32) |
Methods
Name | Description |
---|---|
AddPosition(Int32, BytesRef, Int32, Int32) | Add a new position & payload. |
Dispose(Boolean) | |
EncodeTerm(Int64[], DataOutput, FieldInfo, BlockTermState, Boolean) | |
FinishDoc() | Called when we are done adding positions & payloads. |
FinishTerm(BlockTermState) | Called when we are done adding docs to this term. |
Init(IndexOutput) | |
NewTermState() | |
SetField(FieldInfo) | |
StartDoc(Int32, Int32) | Adds a new doc in this term. If this returns |
StartTerm() |