Constructor Lucene40SkipListWriter
Lucene40SkipListWriter(Int32, Int32, Int32, IndexOutput, IndexOutput)
Sole constructor.
Declaration
public Lucene40SkipListWriter(int skipInterval, int numberOfSkipLevels, int docCount, IndexOutput freqOutput, IndexOutput proxOutput)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | skipInterval | |
System.Int32 | numberOfSkipLevels | |
System.Int32 | docCount | |
IndexOutput | freqOutput | |
IndexOutput | proxOutput |