Uses of Class
org.apache.lucene.index.SegmentReadState
Packages that use SegmentReadState
Package
Description
Codecs API: API for customization of the encoding and structure of the index.
HNSW vector helper classes.
BlockTree terms dictionary.
Lucene 10.4 file format.
Lucene 9.0 file format.
Lucene 9.9 file format.
Postings format that can delegate to different formats per-field.
Code to maintain and access indices.
-
Uses of SegmentReadState in org.apache.lucene.codecs
Methods in org.apache.lucene.codecs with parameters of type SegmentReadStateModifier and TypeMethodDescriptionabstract DocValuesProducerDocValuesFormat.fieldsProducer(SegmentReadState state) Returns aDocValuesProducerto read docvalues from the index.abstract FieldsProducerPostingsFormat.fieldsProducer(SegmentReadState state) Reads a segment.abstract KnnVectorsReaderKnnVectorsFormat.fieldsReader(SegmentReadState state) Returns aKnnVectorsReaderto read the vectors from the index.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.hnsw
Methods in org.apache.lucene.codecs.hnsw with parameters of type SegmentReadStateModifier and TypeMethodDescriptionabstract FlatVectorsReaderFlatVectorsFormat.fieldsReader(SegmentReadState state) Returns aKnnVectorsReaderto read the vectors from the index. -
Uses of SegmentReadState in org.apache.lucene.codecs.lucene103.blocktree
Constructors in org.apache.lucene.codecs.lucene103.blocktree with parameters of type SegmentReadStateModifierConstructorDescriptionLucene103BlockTreeTermsReader(PostingsReaderBase postingsReader, SegmentReadState state) Sole constructor. -
Uses of SegmentReadState in org.apache.lucene.codecs.lucene104
Methods in org.apache.lucene.codecs.lucene104 with parameters of type SegmentReadStateModifier and TypeMethodDescriptionLucene104PostingsFormat.fieldsProducer(SegmentReadState state) Lucene104HnswScalarQuantizedVectorsFormat.fieldsReader(SegmentReadState state) Lucene104ScalarQuantizedVectorsFormat.fieldsReader(SegmentReadState state) voidLucene104PostingsReader.init(IndexInput termsIn, SegmentReadState state) Constructors in org.apache.lucene.codecs.lucene104 with parameters of type SegmentReadStateModifierConstructorDescriptionSole constructor.Lucene104ScalarQuantizedVectorsReader(SegmentReadState state, FlatVectorsReader rawVectorsReader, Lucene104ScalarQuantizedVectorScorer vectorsScorer) Sole constructor -
Uses of SegmentReadState in org.apache.lucene.codecs.lucene90
Methods in org.apache.lucene.codecs.lucene90 with parameters of type SegmentReadStateModifier and TypeMethodDescriptionLucene90DocValuesFormat.fieldsProducer(SegmentReadState state) Lucene90PointsFormat.fieldsReader(SegmentReadState state) Lucene90NormsFormat.normsProducer(SegmentReadState state) Constructors in org.apache.lucene.codecs.lucene90 with parameters of type SegmentReadState -
Uses of SegmentReadState in org.apache.lucene.codecs.lucene99
Methods in org.apache.lucene.codecs.lucene99 with parameters of type SegmentReadStateModifier and TypeMethodDescriptionLucene99FlatVectorsFormat.fieldsReader(SegmentReadState state) Lucene99HnswVectorsFormat.fieldsReader(SegmentReadState state) Constructors in org.apache.lucene.codecs.lucene99 with parameters of type SegmentReadStateModifierConstructorDescriptionLucene99FlatVectorsReader(SegmentReadState state, FlatVectorsScorer scorer) Lucene99FlatVectorsReader(SegmentReadState state, FlatVectorsScorer scorer, DataAccessHint accessHint) Creates a Lucene99FlatVectorsReader.Lucene99HnswVectorsReader(SegmentReadState state, FlatVectorsReader flatVectorsReader) -
Uses of SegmentReadState in org.apache.lucene.codecs.perfield
Methods in org.apache.lucene.codecs.perfield with parameters of type SegmentReadStateModifier and TypeMethodDescriptionfinal DocValuesProducerPerFieldDocValuesFormat.fieldsProducer(SegmentReadState state) final FieldsProducerPerFieldPostingsFormat.fieldsProducer(SegmentReadState state) PerFieldKnnVectorsFormat.fieldsReader(SegmentReadState state) Constructors in org.apache.lucene.codecs.perfield with parameters of type SegmentReadStateModifierConstructorDescriptionFieldsReader(SegmentReadState readState) Create a FieldsReader over a segment, opening VectorReaders for each KnnVectorsFormat specified by the indexed numeric vector fields. -
Uses of SegmentReadState in org.apache.lucene.index
Constructors in org.apache.lucene.index with parameters of type SegmentReadStateModifierConstructorDescriptionSegmentReadState(SegmentReadState other, String newSegmentSuffix) Create aSegmentReadState.