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.
Pluggable term index / block terms dictionary implementations.
BlockTree terms dictionary.
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.
A primary-key postings format that associates a version (long) with each term and
can provide fail-fast lookups by ID and version.
Components from the Lucene 5.0 index format
See
org.apache.lucene.codecs.lucene80 for an overview
of the index format.Components from the Lucene 6.0 index format.
Components from the Lucene 7.0 index format.
Components from the Lucene 8.0 index format
See
org.apache.lucene.codecs.lucene84 for an overview
of the index format.Components from the Lucene 8.4 index format.
Lucene 8.6 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.
Support for document suggestion
-
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 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.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.blocktree
Constructors in org.apache.lucene.codecs.blocktree with parameters of type SegmentReadStateModifierConstructorDescriptionBlockTreeTermsReader(PostingsReaderBase postingsReader, SegmentReadState state) Sole constructor. -
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.idversion
Methods in org.apache.lucene.codecs.idversion with parameters of type SegmentReadStateModifier and TypeMethodDescriptionIDVersionPostingsFormat.fieldsProducer(SegmentReadState state) voidIDVersionPostingsReader.init(IndexInput termsIn, SegmentReadState state) Constructors in org.apache.lucene.codecs.idversion with parameters of type SegmentReadStateModifierConstructorDescriptionVersionBlockTreeTermsReader(PostingsReaderBase postingsReader, SegmentReadState state) Sole constructor. -
Uses of SegmentReadState in org.apache.lucene.codecs.lucene50
Methods in org.apache.lucene.codecs.lucene50 with parameters of type SegmentReadStateModifier and TypeMethodDescriptionLucene50PostingsFormat.fieldsProducer(SegmentReadState state) voidLucene50PostingsReader.init(IndexInput termsIn, SegmentReadState state) Constructors in org.apache.lucene.codecs.lucene50 with parameters of type SegmentReadState -
Uses of SegmentReadState in org.apache.lucene.codecs.lucene60
Fields in org.apache.lucene.codecs.lucene60 declared as SegmentReadStateModifier and TypeFieldDescription(package private) final SegmentReadStateLucene60PointsReader.readStateMethods in org.apache.lucene.codecs.lucene60 with parameters of type SegmentReadStateConstructors in org.apache.lucene.codecs.lucene60 with parameters of type SegmentReadState -
Uses of SegmentReadState in org.apache.lucene.codecs.lucene70
Methods in org.apache.lucene.codecs.lucene70 with parameters of type SegmentReadStateModifier and TypeMethodDescriptionLucene70DocValuesFormat.fieldsProducer(SegmentReadState state) Lucene70NormsFormat.normsProducer(SegmentReadState state) Constructors in org.apache.lucene.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.codecs.lucene80
Methods in org.apache.lucene.codecs.lucene80 with parameters of type SegmentReadStateModifier and TypeMethodDescriptionLucene80DocValuesFormat.fieldsProducer(SegmentReadState state) Lucene80NormsFormat.normsProducer(SegmentReadState state) Constructors in org.apache.lucene.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.codecs.lucene84
Methods in org.apache.lucene.codecs.lucene84 with parameters of type SegmentReadStateModifier and TypeMethodDescriptionLucene84PostingsFormat.fieldsProducer(SegmentReadState state) voidLucene84PostingsReader.init(IndexInput termsIn, SegmentReadState state) Constructors in org.apache.lucene.codecs.lucene84 with parameters of type SegmentReadState -
Uses of SegmentReadState in org.apache.lucene.codecs.lucene86
Fields in org.apache.lucene.codecs.lucene86 declared as SegmentReadStateModifier and TypeFieldDescription(package private) final SegmentReadStateLucene86PointsReader.readStateMethods in org.apache.lucene.codecs.lucene86 with parameters of type SegmentReadStateConstructors in org.apache.lucene.codecs.lucene86 with parameters of type SegmentReadState -
Uses of SegmentReadState in org.apache.lucene.codecs.memory
Methods in org.apache.lucene.codecs.memory with parameters of type SegmentReadStateModifier and TypeMethodDescriptionDirectDocValuesFormat.fieldsProducer(SegmentReadState state) DirectPostingsFormat.fieldsProducer(SegmentReadState state) FSTPostingsFormat.fieldsProducer(SegmentReadState state) Constructors in org.apache.lucene.codecs.memory with parameters of type SegmentReadStateModifierConstructorDescription(package private)DirectDocValuesProducer(SegmentReadState state, String dataCodec, String dataExtension, String metaCodec, String metaExtension) DirectField(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) Constructors in org.apache.lucene.codecs.perfield with parameters of type SegmentReadStateModifierConstructorDescriptionFieldsReader(SegmentReadState readState) FieldsReader(SegmentReadState readState) -
Uses of SegmentReadState in org.apache.lucene.codecs.simpletext
Fields in org.apache.lucene.codecs.simpletext declared as SegmentReadStateModifier and TypeFieldDescription(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) SimpleTextPointsFormat.fieldsReader(SegmentReadState state) SimpleTextNormsFormat.normsProducer(SegmentReadState state) Constructors in org.apache.lucene.codecs.simpletext with parameters of type SegmentReadStateModifierConstructorDescriptionSimpleTextDocValuesReader(SegmentReadState state, String ext) 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
Constructors in org.apache.lucene.index with parameters of type SegmentReadStateModifierConstructorDescriptionSegmentReadState(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 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)