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.
Codecs API: API for customization of the encoding and structure of the index.
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.
Lucene 9.0 file format.
BlockTree terms dictionary.
Lucene 9.2 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) void
Lucene50PostingsReader.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 SegmentReadState
Lucene60PointsReader.readState
Methods 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) void
Lucene84PostingsReader.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 SegmentReadState
Lucene86PointsReader.readState
Methods 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 TypeMethodDescriptionLucene90HnswVectorsFormat.fieldsReader
(SegmentReadState state) private static IndexInput
Lucene90HnswVectorsReader.openDataInput
(SegmentReadState state, int versionMeta, String fileExtension, String codecName, long[] checksumRef) private int
Lucene90HnswVectorsReader.readMetadata
(SegmentReadState state) Constructors in org.apache.lucene.backward_codecs.lucene90 with parameters of type SegmentReadStateModifierConstructorDescription(package private)
-
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 IndexInput
Lucene91HnswVectorsReader.openDataInput
(SegmentReadState state, int versionMeta, String fileExtension, String codecName) private int
Lucene91HnswVectorsReader.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.codecs
Methods in org.apache.lucene.codecs with parameters of type SegmentReadStateModifier and TypeMethodDescriptionabstract DocValuesProducer
DocValuesFormat.fieldsProducer
(SegmentReadState state) Returns aDocValuesProducer
to read docvalues from the index.abstract FieldsProducer
PostingsFormat.fieldsProducer
(SegmentReadState state) Reads a segment.abstract KnnVectorsReader
KnnVectorsFormat.fieldsReader
(SegmentReadState state) Returns aKnnVectorsReader
to read the vectors from the index.abstract PointsReader
PointsFormat.fieldsReader
(SegmentReadState state) Reads a segment.abstract void
PostingsReaderBase.init
(IndexInput termsIn, SegmentReadState state) Performs any initialization, such as reading and verifying the header from the provided terms dictionaryIndexInput
.abstract NormsProducer
NormsFormat.normsProducer
(SegmentReadState state) Returns aNormsProducer
to read norms from the index. -
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.lucene90
Fields in org.apache.lucene.codecs.lucene90 declared as SegmentReadStateModifier and TypeFieldDescription(package private) final SegmentReadState
Lucene90PointsReader.readState
Methods in org.apache.lucene.codecs.lucene90 with parameters of type SegmentReadStateModifier and TypeMethodDescriptionLucene90DocValuesFormat.fieldsProducer
(SegmentReadState state) Lucene90PostingsFormat.fieldsProducer
(SegmentReadState state) Lucene90PointsFormat.fieldsReader
(SegmentReadState state) void
Lucene90PostingsReader.init
(IndexInput termsIn, 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 constructorSole 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.lucene92
Methods in org.apache.lucene.codecs.lucene92 with parameters of type SegmentReadStateModifier and TypeMethodDescriptionLucene92HnswVectorsFormat.fieldsReader
(SegmentReadState state) private static IndexInput
Lucene92HnswVectorsReader.openDataInput
(SegmentReadState state, int versionMeta, String fileExtension, String codecName) private int
Lucene92HnswVectorsReader.readMetadata
(SegmentReadState state) Constructors in org.apache.lucene.codecs.lucene92 with parameters of type SegmentReadStateModifierConstructorDescription(package private)
-
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 DocValuesProducer
PerFieldDocValuesFormat.fieldsProducer
(SegmentReadState state) final FieldsProducer
PerFieldPostingsFormat.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 SegmentReadState
SimpleTextKnnVectorsReader.readState
(package private) final SegmentReadState
SimpleTextPointsReader.readState
Methods 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.BrowserSupplier
UniformSplitTermsReader.createDictionaryBrowserSupplier
(SegmentReadState state, IndexInput dictionaryInput, FieldMetadata fieldMetadata, BlockDecoder blockDecoder, boolean dictionaryOnHeap) protected FieldsProducer
UniformSplitPostingsFormat.createUniformSplitTermsReader
(PostingsReaderBase postingsReader, SegmentReadState state, BlockDecoder blockDecoder) UniformSplitPostingsFormat.fieldsProducer
(SegmentReadState state) protected void
UniformSplitTermsReader.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) protected
UniformSplitTermsReader
(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 TypeMethodDescriptionvoid
SegmentMerger.VoidMerger.merge
(SegmentWriteState segmentWriteState, SegmentReadState segmentReadState) private void
SegmentMerger.mergeDocValues
(SegmentWriteState segmentWriteState, SegmentReadState segmentReadState) private void
SegmentMerger.mergeFieldInfos
(SegmentWriteState segmentWriteState, SegmentReadState segmentReadState) private void
SegmentMerger.mergeNorms
(SegmentWriteState segmentWriteState, SegmentReadState segmentReadState) private void
SegmentMerger.mergePoints
(SegmentWriteState segmentWriteState, SegmentReadState segmentReadState) private void
SegmentMerger.mergeTerms
(SegmentWriteState segmentWriteState, SegmentReadState segmentReadState) private void
SegmentMerger.mergeVectorValues
(SegmentWriteState segmentWriteState, SegmentReadState segmentReadState) private void
SegmentMerger.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) void
IDVersionPostingsReader.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)