Class Lucene40PostingsWriter
Concrete class that writes the 4.0 frq/prx postings format.
Inheritance
System.Object
Lucene40PostingsWriter
Assembly: Lucene.Net.TestFramework.dll
Syntax
public sealed class Lucene40PostingsWriter : PostingsWriterBase
Constructors
Name | Description |
---|---|
Lucene40PostingsWriter(SegmentWriteState) | Creates a Lucene40PostingsWriter, with the
|
Lucene40PostingsWriter(SegmentWriteState, Int32) | Creates a Lucene40PostingsWriter, with the
specified |
Methods
Name | Description |
---|---|
AddPosition(Int32, BytesRef, Int32, Int32) | |
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() |