Uses of Class
org.apache.lucene.index.SegmentReadState
-
-
Uses of SegmentReadState in org.apache.lucene.codecs
Methods in org.apache.lucene.codecs with parameters of type SegmentReadState Modifier and Type Method Description abstract DocValuesProducerDocValuesFormat. fieldsProducer(SegmentReadState state)Returns aDocValuesProducerto read docvalues from the index.abstract FieldsProducerPostingsFormat. fieldsProducer(SegmentReadState state)Reads a segment.abstract PointsReaderPointsFormat. fieldsReader(SegmentReadState state)Reads a segment.abstract voidPostingsReaderBase. init(IndexInput termsIn, SegmentReadState state)Performs any initialization, such as reading and verifying the header from the provided terms dictionaryIndexInput.abstract NormsProducerNormsFormat. normsProducer(SegmentReadState state)Returns aNormsProducerto read norms from the index. -
Uses of SegmentReadState in org.apache.lucene.codecs.blocktree
Constructors in org.apache.lucene.codecs.blocktree with parameters of type SegmentReadState Constructor Description BlockTreeTermsReader(PostingsReaderBase postingsReader, SegmentReadState state, BlockTreeTermsReader.FSTLoadMode defaultLoadMode)Sole constructor. -
Uses of SegmentReadState in org.apache.lucene.codecs.lucene60
Methods in org.apache.lucene.codecs.lucene60 with parameters of type SegmentReadState Modifier and Type Method Description PointsReaderLucene60PointsFormat. fieldsReader(SegmentReadState state)Constructors in org.apache.lucene.codecs.lucene60 with parameters of type SegmentReadState Constructor Description Lucene60PointsReader(SegmentReadState readState)Sole constructor -
Uses of SegmentReadState in org.apache.lucene.codecs.lucene80
Methods in org.apache.lucene.codecs.lucene80 with parameters of type SegmentReadState Modifier and Type Method Description NormsProducerLucene80NormsFormat. normsProducer(SegmentReadState state) -
Uses of SegmentReadState in org.apache.lucene.codecs.lucene84
Methods in org.apache.lucene.codecs.lucene84 with parameters of type SegmentReadState Modifier and Type Method Description FieldsProducerLucene84PostingsFormat. fieldsProducer(SegmentReadState state)voidLucene84PostingsReader. init(IndexInput termsIn, SegmentReadState state)Constructors in org.apache.lucene.codecs.lucene84 with parameters of type SegmentReadState Constructor Description Lucene84PostingsReader(SegmentReadState state)Sole constructor. -
Uses of SegmentReadState in org.apache.lucene.codecs.perfield
Methods in org.apache.lucene.codecs.perfield with parameters of type SegmentReadState Modifier and Type Method Description DocValuesProducerPerFieldDocValuesFormat. fieldsProducer(SegmentReadState state)FieldsProducerPerFieldPostingsFormat. fieldsProducer(SegmentReadState state) -
Uses of SegmentReadState in org.apache.lucene.index
Constructors in org.apache.lucene.index with parameters of type SegmentReadState Constructor Description SegmentReadState(SegmentReadState other, String newSegmentSuffix)Create aSegmentReadState. -
Uses of SegmentReadState in org.apache.lucene.search.suggest.document
Methods in org.apache.lucene.search.suggest.document with parameters of type SegmentReadState Modifier and Type Method Description FieldsProducerCompletionPostingsFormat. fieldsProducer(SegmentReadState state)
-