Class Pulsing41PostingsFormat
Concrete pulsing implementation over Lucene41Postings
@lucene.experimental
Inherited Members
Namespace: Lucene.Net.Codecs.Pulsing
Assembly: Lucene.Net.Codecs.dll
Syntax
public class Pulsing41PostingsFormat : PulsingPostingsFormat
Constructors
| Improve this Doc View SourcePulsing41PostingsFormat()
Inlines docFreq=1 terms, otherwise uses the normal "Lucene41" format.
Declaration
public Pulsing41PostingsFormat()
Pulsing41PostingsFormat(Int32)
Inlines docFreq=freqCutoff
terms, otherwise uses the normal "Lucene41" format.
Declaration
public Pulsing41PostingsFormat(int freqCutoff)
Parameters
Type | Name | Description |
---|---|---|
System. |
freqCutoff |
Pulsing41PostingsFormat(Int32, Int32, Int32)
Inlines docFreq=freqCutoff
terms, otherwise uses the normal "Lucene41" format.
Declaration
public Pulsing41PostingsFormat(int freqCutoff, int minBlockSize, int maxBlockSize)
Parameters
Type | Name | Description |
---|---|---|
System. |
freqCutoff | |
System. |
minBlockSize | |
System. |
maxBlockSize |