Constructor Lucene40PostingsWriter
Lucene40PostingsWriter(SegmentWriteState)
Creates a Lucene40PostingsWriter, with the
Declaration
public Lucene40PostingsWriter(SegmentWriteState state)
Parameters
Type | Name | Description |
---|---|---|
SegmentWriteState | state |
Lucene40PostingsWriter(SegmentWriteState, Int32)
Creates a Lucene40PostingsWriter, with the
specified skipInterval
.
Declaration
public Lucene40PostingsWriter(SegmentWriteState state, int skipInterval)
Parameters
Type | Name | Description |
---|---|---|
SegmentWriteState | state | |
System.Int32 | skipInterval |