Constructor DirectPostingsFormat
DirectPostingsFormat()
Declaration
public DirectPostingsFormat()
DirectPostingsFormat(Int32, Int32)
minSkipCount
is how many terms in a row must have the
same prefix before we put a skip pointer down. Terms
with docFreq less than or equal lowFreqCutoff
will use a single int[]
to hold all docs, freqs, position and offsets; terms
with higher docFreq will use separate arrays.
Declaration
public DirectPostingsFormat(int minSkipCount, int lowFreqCutoff)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | minSkipCount | |
System.Int32 | lowFreqCutoff |