Constructor PulsingPostingsWriter
PulsingPostingsWriter(SegmentWriteState, Int32, PostingsWriterBase)
If the total number of positions (summed across all docs
for this term) is less than or equal maxPositions
, then the postings are
inlined into terms dict.
Declaration
public PulsingPostingsWriter(SegmentWriteState state, int maxPositions, PostingsWriterBase wrappedPostingsWriter)
Parameters
Type | Name | Description |
---|---|---|
SegmentWriteState | state | |
System.Int32 | maxPositions | |
PostingsWriterBase | wrappedPostingsWriter |