public final class LuceneFixedGap extends PostingsFormat
Lucene84PostingsFormat
that uses
FixedGapTermsIndexWriter
.EMPTY
Constructor and Description |
---|
LuceneFixedGap() |
LuceneFixedGap(int termIndexInterval) |
Modifier and Type | Method and Description |
---|---|
FieldsConsumer |
fieldsConsumer(SegmentWriteState state) |
FieldsProducer |
fieldsProducer(SegmentReadState state) |
availablePostingsFormats, forName, getName, reloadPostingsFormats, toString
public LuceneFixedGap()
public LuceneFixedGap(int termIndexInterval)
public FieldsConsumer fieldsConsumer(SegmentWriteState state) throws IOException
fieldsConsumer
in class PostingsFormat
IOException
public FieldsProducer fieldsProducer(SegmentReadState state) throws IOException
fieldsProducer
in class PostingsFormat
IOException
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.