Constructor PulsingPostingsFormat
PulsingPostingsFormat(PostingsBaseFormat, Int32)
Declaration
public PulsingPostingsFormat(PostingsBaseFormat wrappedPostingsBaseFormat, int freqCutoff)
Parameters
Type |
Name |
Description |
PostingsBaseFormat |
wrappedPostingsBaseFormat |
|
System.Int32 |
freqCutoff |
|
PulsingPostingsFormat(PostingsBaseFormat, Int32, Int32, Int32)
Terms with freq less than or equal freqCutoff
are inlined into terms dict.
Declaration
public PulsingPostingsFormat(PostingsBaseFormat wrappedPostingsBaseFormat, int freqCutoff, int minBlockSize, int maxBlockSize)
Parameters
Type |
Name |
Description |
PostingsBaseFormat |
wrappedPostingsBaseFormat |
|
System.Int32 |
freqCutoff |
|
System.Int32 |
minBlockSize |
|
System.Int32 |
maxBlockSize |
|