Uses of Class
org.apache.lucene.index.SegmentReadState
-
Packages that use SegmentReadState Package Description org.apache.lucene.backward_codecs.lucene40.blocktree BlockTree terms dictionary.org.apache.lucene.backward_codecs.lucene50 Lucene 5.0 file format.org.apache.lucene.backward_codecs.lucene60 Lucene 6.0 file format.org.apache.lucene.backward_codecs.lucene70 Components from the Lucene 7.0 index format.org.apache.lucene.backward_codecs.lucene80 Components from the Lucene 8.0 index format.org.apache.lucene.backward_codecs.lucene84 Lucene 8.4 file format.org.apache.lucene.backward_codecs.lucene86 Lucene 8.6 file format.org.apache.lucene.backward_codecs.lucene90 Lucene 9.0 file format.org.apache.lucene.backward_codecs.lucene91 Lucene 9.1 file format.org.apache.lucene.backward_codecs.lucene92 Lucene 9.2 file format.org.apache.lucene.backward_codecs.lucene94 Lucene 9.4 file format.org.apache.lucene.backward_codecs.lucene95 Lucene 9.5 file format.org.apache.lucene.codecs Codecs API: API for customization of the encoding and structure of the index.org.apache.lucene.codecs.bitvectors A simple bit-vector format that supports hamming distance and storing vectors in an HNSW graphorg.apache.lucene.codecs.blockterms Pluggable term index / block terms dictionary implementations.org.apache.lucene.codecs.blocktreeords Same postings format as Lucene50, except the terms dictionary also supports ords, i.e.org.apache.lucene.codecs.bloom Codec PostingsFormat for fast access to low-frequency terms such as primary key fields.org.apache.lucene.codecs.hnsw HNSW vector helper classes.org.apache.lucene.codecs.lucene90 Lucene 9.0 file format.org.apache.lucene.codecs.lucene90.blocktree BlockTree terms dictionary.org.apache.lucene.codecs.lucene99 Lucene 9.9 file format.org.apache.lucene.codecs.memory Term dictionary, DocValues or Postings formats that are read entirely into memory.org.apache.lucene.codecs.perfield Postings format that can delegate to different formats per-field.org.apache.lucene.codecs.simpletext Simpletext Codec: writes human readable postings.org.apache.lucene.codecs.uniformsplit Pluggable term index / block terms dictionary implementations.org.apache.lucene.codecs.uniformsplit.sharedterms Pluggable term index / block terms dictionary implementations.org.apache.lucene.index Code to maintain and access indices.org.apache.lucene.sandbox.codecs.idversion A primary-key postings format that associates a version (long) with each term and can provide fail-fast lookups by ID and version.org.apache.lucene.search.suggest.document 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 SegmentReadState Constructor Description Lucene40BlockTreeTermsReader(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 SegmentReadState Modifier and Type Method Description FieldsProducer
Lucene50PostingsFormat. fieldsProducer(SegmentReadState state)
void
Lucene50PostingsReader. init(IndexInput termsIn, SegmentReadState state)
Constructors in org.apache.lucene.backward_codecs.lucene50 with parameters of type SegmentReadState Constructor Description Lucene50PostingsReader(SegmentReadState state)
Sole constructor. -
Uses of SegmentReadState in org.apache.lucene.backward_codecs.lucene60
Fields in org.apache.lucene.backward_codecs.lucene60 declared as SegmentReadState Modifier and Type Field Description (package private) SegmentReadState
Lucene60PointsReader. readState
Methods in org.apache.lucene.backward_codecs.lucene60 with parameters of type SegmentReadState Modifier and Type Method Description PointsReader
Lucene60PointsFormat. fieldsReader(SegmentReadState state)
Constructors in org.apache.lucene.backward_codecs.lucene60 with parameters of type SegmentReadState Constructor Description Lucene60PointsReader(SegmentReadState readState)
Sole constructor -
Uses of SegmentReadState in org.apache.lucene.backward_codecs.lucene70
Methods in org.apache.lucene.backward_codecs.lucene70 with parameters of type SegmentReadState Modifier and Type Method Description DocValuesProducer
Lucene70DocValuesFormat. fieldsProducer(SegmentReadState state)
NormsProducer
Lucene70NormsFormat. normsProducer(SegmentReadState state)
Constructors in org.apache.lucene.backward_codecs.lucene70 with parameters of type SegmentReadState Constructor Description Lucene70DocValuesProducer(SegmentReadState state, java.lang.String dataCodec, java.lang.String dataExtension, java.lang.String metaCodec, java.lang.String metaExtension)
expert: instantiates a new readerLucene70NormsProducer(SegmentReadState state, java.lang.String dataCodec, java.lang.String dataExtension, java.lang.String metaCodec, java.lang.String metaExtension)
-
Uses of SegmentReadState in org.apache.lucene.backward_codecs.lucene80
Methods in org.apache.lucene.backward_codecs.lucene80 with parameters of type SegmentReadState Modifier and Type Method Description DocValuesProducer
Lucene80DocValuesFormat. fieldsProducer(SegmentReadState state)
NormsProducer
Lucene80NormsFormat. normsProducer(SegmentReadState state)
Constructors in org.apache.lucene.backward_codecs.lucene80 with parameters of type SegmentReadState Constructor Description Lucene80DocValuesProducer(SegmentReadState state, java.lang.String dataCodec, java.lang.String dataExtension, java.lang.String metaCodec, java.lang.String metaExtension)
expert: instantiates a new readerLucene80NormsProducer(SegmentReadState state, java.lang.String dataCodec, java.lang.String dataExtension, java.lang.String metaCodec, java.lang.String metaExtension)
-
Uses of SegmentReadState in org.apache.lucene.backward_codecs.lucene84
Methods in org.apache.lucene.backward_codecs.lucene84 with parameters of type SegmentReadState Modifier and Type Method Description FieldsProducer
Lucene84PostingsFormat. fieldsProducer(SegmentReadState state)
void
Lucene84PostingsReader. init(IndexInput termsIn, SegmentReadState state)
Constructors in org.apache.lucene.backward_codecs.lucene84 with parameters of type SegmentReadState Constructor Description Lucene84PostingsReader(SegmentReadState state)
Sole constructor. -
Uses of SegmentReadState in org.apache.lucene.backward_codecs.lucene86
Fields in org.apache.lucene.backward_codecs.lucene86 declared as SegmentReadState Modifier and Type Field Description (package private) SegmentReadState
Lucene86PointsReader. readState
Methods in org.apache.lucene.backward_codecs.lucene86 with parameters of type SegmentReadState Modifier and Type Method Description PointsReader
Lucene86PointsFormat. fieldsReader(SegmentReadState state)
Constructors in org.apache.lucene.backward_codecs.lucene86 with parameters of type SegmentReadState Constructor Description Lucene86PointsReader(SegmentReadState readState)
Sole constructor -
Uses of SegmentReadState in org.apache.lucene.backward_codecs.lucene90
Methods in org.apache.lucene.backward_codecs.lucene90 with parameters of type SegmentReadState Modifier and Type Method Description FieldsProducer
Lucene90PostingsFormat. fieldsProducer(SegmentReadState state)
KnnVectorsReader
Lucene90HnswVectorsFormat. fieldsReader(SegmentReadState state)
void
Lucene90PostingsReader. init(IndexInput termsIn, SegmentReadState state)
private static IndexInput
Lucene90HnswVectorsReader. openDataInput(SegmentReadState state, int versionMeta, java.lang.String fileExtension, java.lang.String codecName, long[] checksumRef)
private int
Lucene90HnswVectorsReader. readMetadata(SegmentReadState state)
Constructors in org.apache.lucene.backward_codecs.lucene90 with parameters of type SegmentReadState Constructor Description Lucene90HnswVectorsReader(SegmentReadState state)
Lucene90PostingsReader(SegmentReadState state)
Sole constructor. -
Uses of SegmentReadState in org.apache.lucene.backward_codecs.lucene91
Methods in org.apache.lucene.backward_codecs.lucene91 with parameters of type SegmentReadState Modifier and Type Method Description KnnVectorsReader
Lucene91HnswVectorsFormat. fieldsReader(SegmentReadState state)
private static IndexInput
Lucene91HnswVectorsReader. openDataInput(SegmentReadState state, int versionMeta, java.lang.String fileExtension, java.lang.String codecName)
private int
Lucene91HnswVectorsReader. readMetadata(SegmentReadState state)
Constructors in org.apache.lucene.backward_codecs.lucene91 with parameters of type SegmentReadState Constructor Description Lucene91HnswVectorsReader(SegmentReadState state)
-
Uses of SegmentReadState in org.apache.lucene.backward_codecs.lucene92
Methods in org.apache.lucene.backward_codecs.lucene92 with parameters of type SegmentReadState Modifier and Type Method Description KnnVectorsReader
Lucene92HnswVectorsFormat. fieldsReader(SegmentReadState state)
private static IndexInput
Lucene92HnswVectorsReader. openDataInput(SegmentReadState state, int versionMeta, java.lang.String fileExtension, java.lang.String codecName)
private int
Lucene92HnswVectorsReader. readMetadata(SegmentReadState state)
Constructors in org.apache.lucene.backward_codecs.lucene92 with parameters of type SegmentReadState Constructor Description Lucene92HnswVectorsReader(SegmentReadState state)
-
Uses of SegmentReadState in org.apache.lucene.backward_codecs.lucene94
Methods in org.apache.lucene.backward_codecs.lucene94 with parameters of type SegmentReadState Modifier and Type Method Description KnnVectorsReader
Lucene94HnswVectorsFormat. fieldsReader(SegmentReadState state)
private static IndexInput
Lucene94HnswVectorsReader. openDataInput(SegmentReadState state, int versionMeta, java.lang.String fileExtension, java.lang.String codecName)
private int
Lucene94HnswVectorsReader. readMetadata(SegmentReadState state)
Constructors in org.apache.lucene.backward_codecs.lucene94 with parameters of type SegmentReadState Constructor Description Lucene94HnswVectorsReader(SegmentReadState state)
-
Uses of SegmentReadState in org.apache.lucene.backward_codecs.lucene95
Methods in org.apache.lucene.backward_codecs.lucene95 with parameters of type SegmentReadState Modifier and Type Method Description KnnVectorsReader
Lucene95HnswVectorsFormat. fieldsReader(SegmentReadState state)
private static IndexInput
Lucene95HnswVectorsReader. openDataInput(SegmentReadState state, int versionMeta, java.lang.String fileExtension, java.lang.String codecName)
private int
Lucene95HnswVectorsReader. readMetadata(SegmentReadState state)
Constructors in org.apache.lucene.backward_codecs.lucene95 with parameters of type SegmentReadState Constructor Description Lucene95HnswVectorsReader(SegmentReadState state)
-
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 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.bitvectors
Methods in org.apache.lucene.codecs.bitvectors with parameters of type SegmentReadState Modifier and Type Method Description KnnVectorsReader
HnswBitVectorsFormat. fieldsReader(SegmentReadState state)
-
Uses of SegmentReadState in org.apache.lucene.codecs.blockterms
Constructors in org.apache.lucene.codecs.blockterms with parameters of type SegmentReadState Constructor Description BlockTermsReader(TermsIndexReaderBase indexReader, PostingsReaderBase postingsReader, SegmentReadState state)
FixedGapTermsIndexReader(SegmentReadState state)
VariableGapTermsIndexReader(SegmentReadState state)
-
Uses of SegmentReadState in org.apache.lucene.codecs.blocktreeords
Methods in org.apache.lucene.codecs.blocktreeords with parameters of type SegmentReadState Modifier and Type Method Description FieldsProducer
BlockTreeOrdsPostingsFormat. fieldsProducer(SegmentReadState state)
Constructors in org.apache.lucene.codecs.blocktreeords with parameters of type SegmentReadState Constructor Description OrdsBlockTreeTermsReader(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 SegmentReadState Modifier and Type Method Description FieldsProducer
BloomFilteringPostingsFormat. fieldsProducer(SegmentReadState state)
Constructors in org.apache.lucene.codecs.bloom with parameters of type SegmentReadState Constructor Description BloomFilteredFieldsProducer(SegmentReadState state)
-
Uses of SegmentReadState in org.apache.lucene.codecs.hnsw
Methods in org.apache.lucene.codecs.hnsw with parameters of type SegmentReadState Modifier and Type Method Description abstract FlatVectorsReader
FlatVectorsFormat. fieldsReader(SegmentReadState state)
Returns aKnnVectorsReader
to read the vectors from the index. -
Uses of SegmentReadState in org.apache.lucene.codecs.lucene90
Fields in org.apache.lucene.codecs.lucene90 declared as SegmentReadState Modifier and Type Field Description (package private) SegmentReadState
Lucene90PointsReader. readState
Methods in org.apache.lucene.codecs.lucene90 with parameters of type SegmentReadState Modifier and Type Method Description DocValuesProducer
Lucene90DocValuesFormat. fieldsProducer(SegmentReadState state)
PointsReader
Lucene90PointsFormat. fieldsReader(SegmentReadState state)
NormsProducer
Lucene90NormsFormat. normsProducer(SegmentReadState state)
Constructors in org.apache.lucene.codecs.lucene90 with parameters of type SegmentReadState Constructor Description Lucene90DocValuesProducer(SegmentReadState state, java.lang.String dataCodec, java.lang.String dataExtension, java.lang.String metaCodec, java.lang.String metaExtension)
expert: instantiates a new readerLucene90NormsProducer(SegmentReadState state, java.lang.String dataCodec, java.lang.String dataExtension, java.lang.String metaCodec, java.lang.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 SegmentReadState Constructor Description Lucene90BlockTreeTermsReader(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 SegmentReadState Modifier and Type Method Description FieldsProducer
Lucene99PostingsFormat. fieldsProducer(SegmentReadState state)
FlatVectorsReader
Lucene99FlatVectorsFormat. fieldsReader(SegmentReadState state)
KnnVectorsReader
Lucene99HnswScalarQuantizedVectorsFormat. fieldsReader(SegmentReadState state)
KnnVectorsReader
Lucene99HnswVectorsFormat. fieldsReader(SegmentReadState state)
FlatVectorsReader
Lucene99ScalarQuantizedVectorsFormat. fieldsReader(SegmentReadState state)
void
Lucene99PostingsReader. init(IndexInput termsIn, SegmentReadState state)
private static IndexInput
Lucene99FlatVectorsReader. openDataInput(SegmentReadState state, int versionMeta, java.lang.String fileExtension, java.lang.String codecName, IOContext context)
private static IndexInput
Lucene99HnswVectorsReader. openDataInput(SegmentReadState state, int versionMeta, java.lang.String fileExtension, java.lang.String codecName, IOContext context)
private static IndexInput
Lucene99ScalarQuantizedVectorsReader. openDataInput(SegmentReadState state, int versionMeta, java.lang.String fileExtension, java.lang.String codecName, IOContext context)
private int
Lucene99FlatVectorsReader. readMetadata(SegmentReadState state)
Constructors in org.apache.lucene.codecs.lucene99 with parameters of type SegmentReadState Constructor Description Lucene99FlatVectorsReader(SegmentReadState state, FlatVectorsScorer scorer)
Lucene99HnswVectorsReader(SegmentReadState state, FlatVectorsReader flatVectorsReader)
Lucene99PostingsReader(SegmentReadState state)
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 SegmentReadState Modifier and Type Method Description FieldsProducer
DirectPostingsFormat. fieldsProducer(SegmentReadState state)
FieldsProducer
FSTPostingsFormat. fieldsProducer(SegmentReadState state)
Constructors in org.apache.lucene.codecs.memory with parameters of type SegmentReadState Constructor Description DirectField(SegmentReadState state, java.lang.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 SegmentReadState Modifier and Type Method Description DocValuesProducer
PerFieldDocValuesFormat. fieldsProducer(SegmentReadState state)
FieldsProducer
PerFieldPostingsFormat. fieldsProducer(SegmentReadState state)
KnnVectorsReader
PerFieldKnnVectorsFormat. fieldsReader(SegmentReadState state)
Constructors in org.apache.lucene.codecs.perfield with parameters of type SegmentReadState Constructor Description FieldsReader(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 SegmentReadState Modifier and Type Field Description private SegmentReadState
SimpleTextKnnVectorsReader. readState
(package private) SegmentReadState
SimpleTextPointsReader. readState
Methods in org.apache.lucene.codecs.simpletext with parameters of type SegmentReadState Modifier and Type Method Description DocValuesProducer
SimpleTextDocValuesFormat. fieldsProducer(SegmentReadState state)
FieldsProducer
SimpleTextPostingsFormat. fieldsProducer(SegmentReadState state)
KnnVectorsReader
SimpleTextKnnVectorsFormat. fieldsReader(SegmentReadState state)
PointsReader
SimpleTextPointsFormat. fieldsReader(SegmentReadState state)
NormsProducer
SimpleTextNormsFormat. normsProducer(SegmentReadState state)
Constructors in org.apache.lucene.codecs.simpletext with parameters of type SegmentReadState Constructor Description SimpleTextDocValuesReader(SegmentReadState state, java.lang.String ext)
SimpleTextFieldsReader(SegmentReadState state)
SimpleTextKnnVectorsReader(SegmentReadState readState)
SimpleTextNormsProducer(SegmentReadState state)
SimpleTextPointsReader(SegmentReadState readState)
-
Uses of SegmentReadState in org.apache.lucene.codecs.uniformsplit
Methods in org.apache.lucene.codecs.uniformsplit with parameters of type SegmentReadState Modifier and Type Method Description protected IndexDictionary.BrowserSupplier
UniformSplitTermsReader. createDictionaryBrowserSupplier(SegmentReadState state, IndexInput dictionaryInput, FieldMetadata fieldMetadata, BlockDecoder blockDecoder, boolean dictionaryOnHeap)
protected FieldsProducer
UniformSplitPostingsFormat. createUniformSplitTermsReader(PostingsReaderBase postingsReader, SegmentReadState state, BlockDecoder blockDecoder)
FieldsProducer
UniformSplitPostingsFormat. fieldsProducer(SegmentReadState state)
protected void
UniformSplitTermsReader. fillFieldMap(PostingsReaderBase postingsReader, SegmentReadState state, BlockDecoder blockDecoder, boolean dictionaryOnHeap, IndexInput dictionaryInput, IndexInput blockInput, java.util.Collection<FieldMetadata> fieldMetadataCollection, FieldInfos fieldInfos)
Constructors in org.apache.lucene.codecs.uniformsplit with parameters of type SegmentReadState Constructor Description UniformSplitTermsReader(PostingsReaderBase postingsReader, SegmentReadState state, BlockDecoder blockDecoder, boolean dictionaryOnHeap)
UniformSplitTermsReader(PostingsReaderBase postingsReader, SegmentReadState state, BlockDecoder blockDecoder, boolean dictionaryOnHeap, FieldMetadata.Serializer fieldMetadataReader, java.lang.String codecName, int versionStart, int versionCurrent, java.lang.String termsBlocksExtension, java.lang.String dictionaryExtension)
-
Uses of SegmentReadState in org.apache.lucene.codecs.uniformsplit.sharedterms
Methods in org.apache.lucene.codecs.uniformsplit.sharedterms with parameters of type SegmentReadState Modifier and Type Method Description protected FieldsProducer
STUniformSplitPostingsFormat. createUniformSplitTermsReader(PostingsReaderBase postingsReader, SegmentReadState state, BlockDecoder blockDecoder)
protected void
STUniformSplitTermsReader. fillFieldMap(PostingsReaderBase postingsReader, SegmentReadState state, BlockDecoder blockDecoder, boolean dictionaryOnHeap, IndexInput dictionaryInput, IndexInput blockInput, java.util.Collection<FieldMetadata> fieldMetadataCollection, FieldInfos fieldInfos)
Constructors in org.apache.lucene.codecs.uniformsplit.sharedterms with parameters of type SegmentReadState Constructor Description STUniformSplitTermsReader(PostingsReaderBase postingsReader, SegmentReadState state, BlockDecoder blockDecoder, boolean dictionaryOnHeap)
STUniformSplitTermsReader(PostingsReaderBase postingsReader, SegmentReadState state, BlockDecoder blockDecoder, boolean dictionaryOnHeap, FieldMetadata.Serializer fieldMetadataReader, java.lang.String codecName, int versionStart, int versionCurrent, java.lang.String termsBlocksExtension, java.lang.String dictionaryExtension)
-
Uses of SegmentReadState in org.apache.lucene.index
Methods in org.apache.lucene.index with parameters of type SegmentReadState Modifier and Type Method Description void
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, java.lang.String formatName, int numMerged)
Constructors in org.apache.lucene.index with parameters of type SegmentReadState Constructor Description SegmentReadState(SegmentReadState other, java.lang.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 SegmentReadState Modifier and Type Method Description FieldsProducer
IDVersionPostingsFormat. fieldsProducer(SegmentReadState state)
void
IDVersionPostingsReader. init(IndexInput termsIn, SegmentReadState state)
Constructors in org.apache.lucene.sandbox.codecs.idversion with parameters of type SegmentReadState Constructor Description VersionBlockTreeTermsReader(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 SegmentReadState Modifier and Type Method Description FieldsProducer
CompletionPostingsFormat. fieldsProducer(SegmentReadState state)
Constructors in org.apache.lucene.search.suggest.document with parameters of type SegmentReadState Constructor Description CompletionFieldsProducer(java.lang.String codecName, SegmentReadState state, CompletionPostingsFormat.FSTLoadMode fstLoadMode)
-