Class PulsingPostingsFormat
This postings format "inlines" the postings for terms that have low docFreq. It wraps another postings format, which is used for writing the non-inlined terms.
@lucene.experimental
Inherited Members
Assembly: Lucene.Net.Codecs.dll
Syntax
public abstract class PulsingPostingsFormat : PostingsFormat
Constructors
Name | Description |
---|---|
PulsingPostingsFormat(PostingsBaseFormat, Int32) | |
PulsingPostingsFormat(PostingsBaseFormat, Int32, Int32, Int32) | Terms with freq less than or equal |
Properties
Name | Description |
---|---|
FreqCutoff |
Methods
Name | Description |
---|---|
FieldsConsumer(SegmentWriteState) | |
FieldsProducer(SegmentReadState) | |
ToString() |