Constructor Lucene41PostingsWriter
Lucene41PostingsWriter(SegmentWriteState, Single)
Creates a postings writer with the specified PackedInts overhead ratio
Declaration
public Lucene41PostingsWriter(SegmentWriteState state, float acceptableOverheadRatio)
Parameters
Type | Name | Description |
---|---|---|
SegmentWriteState | state | |
System.Single | acceptableOverheadRatio |
Lucene41PostingsWriter(SegmentWriteState)
Creates a postings writer with
PackedInts.COMPACT
Declaration
public Lucene41PostingsWriter(SegmentWriteState state)
Parameters
Type | Name | Description |
---|---|---|
SegmentWriteState | state |