Constructor Lucene41PostingsFormat
Lucene41PostingsFormat()
Creates Lucene41PostingsFormat with default settings.
Declaration
public Lucene41PostingsFormat()
Lucene41PostingsFormat(Int32, Int32)
Creates Lucene41PostingsFormat with custom
values for minTermBlockSize
and
maxTermBlockSize
passed to block terms dictionary.
Declaration
public Lucene41PostingsFormat(int minTermBlockSize, int maxTermBlockSize)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | minTermBlockSize | |
System.Int32 | maxTermBlockSize |