Uses of Class
org.apache.lucene.index.SegmentReadState
Packages that use SegmentReadState
Package
Description
BlockTree terms dictionary.
Lucene 5.0 file format.
Lucene 6.0 file format.
Components from the Lucene 7.0 index format.
Components from the Lucene 8.0 index format.
Lucene 8.4 file format.
Lucene 8.6 file format.
Lucene 9.0 file format.
Lucene 9.1 file format.
Lucene 9.2 file format.
Lucene 9.4 file format.
Lucene 9.5 file format.
Codecs API: API for customization of the encoding and structure of the index.
A simple bit-vector format that supports hamming distance and storing vectors in an HNSW graph
Pluggable term index / block terms dictionary implementations.
Same postings format as Lucene50, except the terms dictionary also supports ords, i.e.
Codec PostingsFormat for fast access to low-frequency terms such as primary key fields.
HNSW vector helper classes.
Lucene 9.0 file format.
BlockTree terms dictionary.
Lucene 9.9 file format.
Term dictionary, DocValues or Postings formats that are read entirely into memory.
Postings format that can delegate to different formats per-field.
Simpletext Codec: writes human readable postings.
Pluggable term index / block terms dictionary implementations.
Pluggable term index / block terms dictionary implementations.
Code to maintain and access indices.
A primary-key postings format that associates a version (long) with each term and can provide
fail-fast lookups by ID and version.
Support for document suggestion
-
Uses of SegmentReadState in org.apache.lucene.backward_codecs.lucene40.blocktree
Constructors in org.apache.lucene.backward_codecs.lucene40.blocktree with parameters of type SegmentReadStateModifierConstructorDescriptionLucene40BlockTreeTermsReader(PostingsReaderBase postingsReader, SegmentReadState state) Sole constructor. -
Uses of SegmentReadState in org.apache.lucene.backward_codecs.lucene50
Methods in org.apache.lucene.backward_codecs.lucene50 with parameters of type SegmentReadStateModifier and TypeMethodDescriptionLucene50PostingsFormat.fieldsProducer(SegmentReadState state) voidLucene50PostingsReader.init(IndexInput termsIn, SegmentReadState state) Constructors in org.apache.lucene.backward_codecs.lucene50 with parameters of type SegmentReadState -
Uses of SegmentReadState in org.apache.lucene.backward_codecs.lucene60
Fields in org.apache.lucene.backward_codecs.lucene60 declared as SegmentReadStateModifier and TypeFieldDescription(package private) final SegmentReadStateLucene60PointsReader.readStateMethods in org.apache.lucene.backward_codecs.lucene60 with parameters of type SegmentReadStateConstructors in org.apache.lucene.backward_codecs.lucene60 with parameters of type SegmentReadState -
Uses of SegmentReadState in org.apache.lucene.backward_codecs.lucene70
Methods in org.apache.lucene.backward_codecs.lucene70 with parameters of type SegmentReadStateModifier and TypeMethodDescriptionLucene70DocValuesFormat.fieldsProducer(SegmentReadState state) Lucene70NormsFormat.normsProducer(SegmentReadState state) Constructors in org.apache.lucene.backward_codecs.lucene70 with parameters of type SegmentReadStateModifierConstructorDescription(package private)Lucene70DocValuesProducer(SegmentReadState state, String dataCodec, String dataExtension, String metaCodec, String metaExtension) expert: instantiates a new reader(package private)Lucene70NormsProducer(SegmentReadState state, String dataCodec, String dataExtension, String metaCodec, String metaExtension) -
Uses of SegmentReadState in org.apache.lucene.backward_codecs.lucene80
Methods in org.apache.lucene.backward_codecs.lucene80 with parameters of type SegmentReadStateModifier and TypeMethodDescriptionLucene80DocValuesFormat.fieldsProducer(SegmentReadState state) Lucene80NormsFormat.normsProducer(SegmentReadState state) Constructors in org.apache.lucene.backward_codecs.lucene80 with parameters of type SegmentReadStateModifierConstructorDescription(package private)Lucene80DocValuesProducer(SegmentReadState state, String dataCodec, String dataExtension, String metaCodec, String metaExtension) expert: instantiates a new reader(package private)Lucene80NormsProducer(SegmentReadState state, String dataCodec, String dataExtension, String metaCodec, String metaExtension) -
Uses of SegmentReadState in org.apache.lucene.backward_codecs.lucene84
Methods in org.apache.lucene.backward_codecs.lucene84 with parameters of type SegmentReadStateModifier and TypeMethodDescriptionLucene84PostingsFormat.fieldsProducer(SegmentReadState state) voidLucene84PostingsReader.init(IndexInput termsIn, SegmentReadState state) Constructors in org.apache.lucene.backward_codecs.lucene84 with parameters of type SegmentReadState -
Uses of SegmentReadState in org.apache.lucene.backward_codecs.lucene86
Fields in org.apache.lucene.backward_codecs.lucene86 declared as SegmentReadStateModifier and TypeFieldDescription(package private) final SegmentReadStateLucene86PointsReader.readStateMethods in org.apache.lucene.backward_codecs.lucene86 with parameters of type SegmentReadStateConstructors in org.apache.lucene.backward_codecs.lucene86 with parameters of type SegmentReadState -
Uses of SegmentReadState in org.apache.lucene.backward_codecs.lucene90
Methods in org.apache.lucene.backward_codecs.lucene90 with parameters of type SegmentReadStateModifier and TypeMethodDescriptionLucene90PostingsFormat.fieldsProducer(SegmentReadState state) Lucene90HnswVectorsFormat.fieldsReader(SegmentReadState state) voidLucene90PostingsReader.init(IndexInput termsIn, SegmentReadState state) private static IndexInputLucene90HnswVectorsReader.openDataInput(SegmentReadState state, int versionMeta, String fileExtension, String codecName, long[] checksumRef) private intLucene90HnswVectorsReader.readMetadata(SegmentReadState state) Constructors in org.apache.lucene.backward_codecs.lucene90 with parameters of type SegmentReadStateModifierConstructorDescription(package private)Sole constructor. -
Uses of SegmentReadState in org.apache.lucene.backward_codecs.lucene91
Methods in org.apache.lucene.backward_codecs.lucene91 with parameters of type SegmentReadStateModifier and TypeMethodDescriptionLucene91HnswVectorsFormat.fieldsReader(SegmentReadState state) private static IndexInputLucene91HnswVectorsReader.openDataInput(SegmentReadState state, int versionMeta, String fileExtension, String codecName) private intLucene91HnswVectorsReader.readMetadata(SegmentReadState state) Constructors in org.apache.lucene.backward_codecs.lucene91 with parameters of type SegmentReadStateModifierConstructorDescription(package private) -
Uses of SegmentReadState in org.apache.lucene.backward_codecs.lucene92
Methods in org.apache.lucene.backward_codecs.lucene92 with parameters of type SegmentReadStateModifier and TypeMethodDescriptionLucene92HnswVectorsFormat.fieldsReader(SegmentReadState state) private static IndexInputLucene92HnswVectorsReader.openDataInput(SegmentReadState state, int versionMeta, String fileExtension, String codecName) private intLucene92HnswVectorsReader.readMetadata(SegmentReadState state) Constructors in org.apache.lucene.backward_codecs.lucene92 with parameters of type SegmentReadStateModifierConstructorDescription(package private) -
Uses of SegmentReadState in org.apache.lucene.backward_codecs.lucene94
Methods in org.apache.lucene.backward_codecs.lucene94 with parameters of type SegmentReadStateModifier and TypeMethodDescriptionLucene94HnswVectorsFormat.fieldsReader(SegmentReadState state) private static IndexInputLucene94HnswVectorsReader.openDataInput(SegmentReadState state, int versionMeta, String fileExtension, String codecName) private intLucene94HnswVectorsReader.readMetadata(SegmentReadState state) Constructors in org.apache.lucene.backward_codecs.lucene94 with parameters of type SegmentReadStateModifierConstructorDescription(package private) -
Uses of SegmentReadState in org.apache.lucene.backward_codecs.lucene95
Methods in org.apache.lucene.backward_codecs.lucene95 with parameters of type SegmentReadStateModifier and TypeMethodDescriptionLucene95HnswVectorsFormat.fieldsReader(SegmentReadState state) private static IndexInputLucene95HnswVectorsReader.openDataInput(SegmentReadState state, int versionMeta, String fileExtension, String codecName) private intLucene95HnswVectorsReader.readMetadata(SegmentReadState state) Constructors in org.apache.lucene.backward_codecs.lucene95 with parameters of type SegmentReadStateModifierConstructorDescription(package private) -
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.bitvectors
Methods in org.apache.lucene.codecs.bitvectors with parameters of type SegmentReadState -
Uses of SegmentReadState in org.apache.lucene.codecs.blockterms
Constructors in org.apache.lucene.codecs.blockterms with parameters of type SegmentReadStateModifierConstructorDescriptionBlockTermsReader(TermsIndexReaderBase indexReader, PostingsReaderBase postingsReader, SegmentReadState state) -
Uses of SegmentReadState in org.apache.lucene.codecs.blocktreeords
Methods in org.apache.lucene.codecs.blocktreeords with parameters of type SegmentReadStateModifier and TypeMethodDescriptionBlockTreeOrdsPostingsFormat.fieldsProducer(SegmentReadState state) Constructors in org.apache.lucene.codecs.blocktreeords with parameters of type SegmentReadStateModifierConstructorDescriptionOrdsBlockTreeTermsReader(PostingsReaderBase postingsReader, SegmentReadState state) Sole constructor. -
Uses of SegmentReadState in org.apache.lucene.codecs.bloom
Methods in org.apache.lucene.codecs.bloom with parameters of type SegmentReadStateModifier and TypeMethodDescriptionBloomFilteringPostingsFormat.fieldsProducer(SegmentReadState state) Constructors in org.apache.lucene.codecs.bloom with parameters of type SegmentReadState -
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.lucene90
Fields in org.apache.lucene.codecs.lucene90 declared as SegmentReadStateModifier and TypeFieldDescription(package private) final SegmentReadStateLucene90PointsReader.readStateMethods 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 SegmentReadStateModifierConstructorDescription(package private)Lucene90DocValuesProducer(SegmentReadState state, String dataCodec, String dataExtension, String metaCodec, String metaExtension) expert: instantiates a new reader(package private)Lucene90NormsProducer(SegmentReadState state, String dataCodec, String dataExtension, String metaCodec, String metaExtension) Lucene90PointsReader(SegmentReadState readState) Sole constructor -
Uses of SegmentReadState in org.apache.lucene.codecs.lucene90.blocktree
Constructors in org.apache.lucene.codecs.lucene90.blocktree with parameters of type SegmentReadStateModifierConstructorDescriptionLucene90BlockTreeTermsReader(PostingsReaderBase postingsReader, SegmentReadState state) Sole constructor. -
Uses of SegmentReadState in org.apache.lucene.codecs.lucene99
Methods in org.apache.lucene.codecs.lucene99 with parameters of type SegmentReadStateModifier and TypeMethodDescriptionLucene99PostingsFormat.fieldsProducer(SegmentReadState state) Lucene99FlatVectorsFormat.fieldsReader(SegmentReadState state) Lucene99HnswScalarQuantizedVectorsFormat.fieldsReader(SegmentReadState state) Lucene99HnswVectorsFormat.fieldsReader(SegmentReadState state) Lucene99ScalarQuantizedVectorsFormat.fieldsReader(SegmentReadState state) voidLucene99PostingsReader.init(IndexInput termsIn, SegmentReadState state) private static IndexInputLucene99FlatVectorsReader.openDataInput(SegmentReadState state, int versionMeta, String fileExtension, String codecName, IOContext context) private static IndexInputLucene99HnswVectorsReader.openDataInput(SegmentReadState state, int versionMeta, String fileExtension, String codecName, IOContext context) private static IndexInputLucene99ScalarQuantizedVectorsReader.openDataInput(SegmentReadState state, int versionMeta, String fileExtension, String codecName, IOContext context) private intLucene99FlatVectorsReader.readMetadata(SegmentReadState state) Constructors in org.apache.lucene.codecs.lucene99 with parameters of type SegmentReadStateModifierConstructorDescriptionLucene99FlatVectorsReader(SegmentReadState state, FlatVectorsScorer scorer) Lucene99HnswVectorsReader(SegmentReadState state, FlatVectorsReader flatVectorsReader) Sole constructor.Lucene99ScalarQuantizedVectorsReader(SegmentReadState state, FlatVectorsReader rawVectorsReader, FlatVectorsScorer scorer) -
Uses of SegmentReadState in org.apache.lucene.codecs.memory
Methods in org.apache.lucene.codecs.memory with parameters of type SegmentReadStateModifier and TypeMethodDescriptionDirectPostingsFormat.fieldsProducer(SegmentReadState state) FSTPostingsFormat.fieldsProducer(SegmentReadState state) Constructors in org.apache.lucene.codecs.memory with parameters of type SegmentReadStateModifierConstructorDescriptionDirectField(SegmentReadState state, String field, Terms termsIn, int minSkipCount, int lowFreqCutoff) DirectFields(SegmentReadState state, Fields fields, int minSkipCount, int lowFreqCutoff) FSTTermsReader(SegmentReadState state, PostingsReaderBase postingsReader) -
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) FieldsReader(SegmentReadState readState) Create a FieldsReader over a segment, opening VectorReaders for each KnnVectorsFormat specified by the indexed numeric vector fields.FieldsReader(SegmentReadState readState) -
Uses of SegmentReadState in org.apache.lucene.codecs.simpletext
Fields in org.apache.lucene.codecs.simpletext declared as SegmentReadStateModifier and TypeFieldDescriptionprivate final SegmentReadStateSimpleTextKnnVectorsReader.readState(package private) final SegmentReadStateSimpleTextPointsReader.readStateMethods in org.apache.lucene.codecs.simpletext with parameters of type SegmentReadStateModifier and TypeMethodDescriptionSimpleTextDocValuesFormat.fieldsProducer(SegmentReadState state) SimpleTextPostingsFormat.fieldsProducer(SegmentReadState state) SimpleTextKnnVectorsFormat.fieldsReader(SegmentReadState state) SimpleTextPointsFormat.fieldsReader(SegmentReadState state) SimpleTextNormsFormat.normsProducer(SegmentReadState state) Constructors in org.apache.lucene.codecs.simpletext with parameters of type SegmentReadStateModifierConstructorDescriptionSimpleTextDocValuesReader(SegmentReadState state, String ext) (package private)SimpleTextKnnVectorsReader(SegmentReadState readState) SimpleTextPointsReader(SegmentReadState readState) -
Uses of SegmentReadState in org.apache.lucene.codecs.uniformsplit
Methods in org.apache.lucene.codecs.uniformsplit with parameters of type SegmentReadStateModifier and TypeMethodDescriptionprotected IndexDictionary.BrowserSupplierUniformSplitTermsReader.createDictionaryBrowserSupplier(SegmentReadState state, IndexInput dictionaryInput, FieldMetadata fieldMetadata, BlockDecoder blockDecoder, boolean dictionaryOnHeap) protected FieldsProducerUniformSplitPostingsFormat.createUniformSplitTermsReader(PostingsReaderBase postingsReader, SegmentReadState state, BlockDecoder blockDecoder) UniformSplitPostingsFormat.fieldsProducer(SegmentReadState state) protected voidUniformSplitTermsReader.fillFieldMap(PostingsReaderBase postingsReader, SegmentReadState state, BlockDecoder blockDecoder, boolean dictionaryOnHeap, IndexInput dictionaryInput, IndexInput blockInput, Collection<FieldMetadata> fieldMetadataCollection, FieldInfos fieldInfos) Constructors in org.apache.lucene.codecs.uniformsplit with parameters of type SegmentReadStateModifierConstructorDescriptionUniformSplitTermsReader(PostingsReaderBase postingsReader, SegmentReadState state, BlockDecoder blockDecoder, boolean dictionaryOnHeap) protectedUniformSplitTermsReader(PostingsReaderBase postingsReader, SegmentReadState state, BlockDecoder blockDecoder, boolean dictionaryOnHeap, FieldMetadata.Serializer fieldMetadataReader, String codecName, int versionStart, int versionCurrent, String termsBlocksExtension, String dictionaryExtension) -
Uses of SegmentReadState in org.apache.lucene.index
Methods in org.apache.lucene.index with parameters of type SegmentReadStateModifier and TypeMethodDescriptionvoidSegmentMerger.VoidMerger.merge(SegmentWriteState segmentWriteState, SegmentReadState segmentReadState) private voidSegmentMerger.mergeDocValues(SegmentWriteState segmentWriteState, SegmentReadState segmentReadState) private voidSegmentMerger.mergeFieldInfos(SegmentWriteState segmentWriteState, SegmentReadState segmentReadState) private voidSegmentMerger.mergeNorms(SegmentWriteState segmentWriteState, SegmentReadState segmentReadState) private voidSegmentMerger.mergePoints(SegmentWriteState segmentWriteState, SegmentReadState segmentReadState) private voidSegmentMerger.mergeTerms(SegmentWriteState segmentWriteState, SegmentReadState segmentReadState) private voidSegmentMerger.mergeVectorValues(SegmentWriteState segmentWriteState, SegmentReadState segmentReadState) private voidSegmentMerger.mergeWithLogging(SegmentMerger.VoidMerger merger, SegmentWriteState segmentWriteState, SegmentReadState segmentReadState, String formatName, int numMerged) Constructors in org.apache.lucene.index with parameters of type SegmentReadStateModifierConstructorDescriptionSegmentReadState(SegmentReadState other, String newSegmentSuffix) Create aSegmentReadState. -
Uses of SegmentReadState in org.apache.lucene.sandbox.codecs.idversion
Methods in org.apache.lucene.sandbox.codecs.idversion with parameters of type SegmentReadStateModifier and TypeMethodDescriptionIDVersionPostingsFormat.fieldsProducer(SegmentReadState state) voidIDVersionPostingsReader.init(IndexInput termsIn, SegmentReadState state) Constructors in org.apache.lucene.sandbox.codecs.idversion with parameters of type SegmentReadStateModifierConstructorDescriptionVersionBlockTreeTermsReader(PostingsReaderBase postingsReader, SegmentReadState state) Sole constructor. -
Uses of SegmentReadState in org.apache.lucene.search.suggest.document
Methods in org.apache.lucene.search.suggest.document with parameters of type SegmentReadStateModifier and TypeMethodDescriptionCompletionPostingsFormat.fieldsProducer(SegmentReadState state) Constructors in org.apache.lucene.search.suggest.document with parameters of type SegmentReadStateModifierConstructorDescription(package private)CompletionFieldsProducer(String codecName, SegmentReadState state, CompletionPostingsFormat.FSTLoadMode fstLoadMode)