org.apache.lucene.codecs.lucene40
@Deprecated public class Lucene40SkipListWriter extends MultiLevelSkipListWriter
Lucene40PostingsFormatnumberOfSkipLevels| Constructor and Description |
|---|
Lucene40SkipListWriter(int skipInterval,
int numberOfSkipLevels,
int docCount,
IndexOutput freqOutput,
IndexOutput proxOutput)
Deprecated.
Sole constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
resetSkip()
Deprecated.
|
void |
setSkipData(int doc,
boolean storePayloads,
int payloadLength,
boolean storeOffsets,
int offsetLength)
Deprecated.
Sets the values for the current skip data.
|
protected void |
writeSkipData(int level,
IndexOutput skipBuffer)
Deprecated.
|
bufferSkip, init, writeSkippublic Lucene40SkipListWriter(int skipInterval,
int numberOfSkipLevels,
int docCount,
IndexOutput freqOutput,
IndexOutput proxOutput)
public void setSkipData(int doc,
boolean storePayloads,
int payloadLength,
boolean storeOffsets,
int offsetLength)
public void resetSkip()
resetSkip in class MultiLevelSkipListWriterprotected void writeSkipData(int level,
IndexOutput skipBuffer)
throws IOException
writeSkipData in class MultiLevelSkipListWriterIOExceptionCopyright © 2000-2014 Apache Software Foundation. All Rights Reserved.