Class Pulsing41PostingsFormat
Concrete pulsing implementation over Lucene.Net.Codecs.Lucene41.Lucene41PostingsFormat.
Note
This API is experimental and might change in incompatible ways in the next release.
Inherited Members
PostingsFormat.EMPTY
PostingsFormat.SetPostingsFormatFactory(IPostingsFormatFactory)
PostingsFormat.GetPostingsFormatFactory()
PostingsFormat.Name
PostingsFormat.AvailablePostingsFormats
Namespace: Lucene.Net.Codecs.Pulsing
Assembly: Lucene.Net.Codecs.dll
Syntax
[PostingsFormatName("Pulsing41")]
public class Pulsing41PostingsFormat : PulsingPostingsFormat
Constructors
Pulsing41PostingsFormat()
Inlines docFreq=1 terms, otherwise uses the normal "Lucene41" format.
Declaration
public Pulsing41PostingsFormat()
Pulsing41PostingsFormat(int)
Inlines docFreq=freqCutoff
terms, otherwise uses the normal "Lucene41" format.
Declaration
public Pulsing41PostingsFormat(int freqCutoff)
Parameters
Type | Name | Description |
---|---|---|
int | freqCutoff |
Pulsing41PostingsFormat(int, int, int)
Inlines docFreq=freqCutoff
terms, otherwise uses the normal "Lucene41" format.
Declaration
public Pulsing41PostingsFormat(int freqCutoff, int minBlockSize, int maxBlockSize)
Parameters
Type | Name | Description |
---|---|---|
int | freqCutoff | |
int | minBlockSize | |
int | maxBlockSize |