public final class LuceneVarGapFixedInterval extends PostingsFormat
Lucene84PostingsFormat that uses
VariableGapTermsIndexWriter with a fixed interval.EMPTY| Constructor and Description |
|---|
LuceneVarGapFixedInterval() |
LuceneVarGapFixedInterval(int termIndexInterval) |
| Modifier and Type | Method and Description |
|---|---|
FieldsConsumer |
fieldsConsumer(SegmentWriteState state) |
FieldsProducer |
fieldsProducer(SegmentReadState state) |
availablePostingsFormats, forName, getName, reloadPostingsFormats, toStringpublic LuceneVarGapFixedInterval()
public LuceneVarGapFixedInterval(int termIndexInterval)
public FieldsConsumer fieldsConsumer(SegmentWriteState state) throws IOException
fieldsConsumer in class PostingsFormatIOExceptionpublic FieldsProducer fieldsProducer(SegmentReadState state) throws IOException
fieldsProducer in class PostingsFormatIOExceptionCopyright © 2000-2021 Apache Software Foundation. All Rights Reserved.