Uses of Class
org.apache.lucene.index.TermState
Packages that use TermState
Package
Description
Codecs API: API for customization of the encoding and structure of the index.
Lucene 10.1 file format.
Code to maintain and access indices.
Code to search indices.
-
Uses of TermState in org.apache.lucene.codecs
Subclasses of TermState in org.apache.lucene.codecsModifier and TypeClassDescriptionclass
Holds all state required forPostingsReaderBase
to produce aPostingsEnum
without re-seeking the terms dict.Methods in org.apache.lucene.codecs with parameters of type TermState -
Uses of TermState in org.apache.lucene.codecs.lucene101
Subclasses of TermState in org.apache.lucene.codecs.lucene101Modifier and TypeClassDescriptionstatic final class
Holds all state required forLucene101PostingsReader
to produce aPostingsEnum
without re-seeking the terms dict.Methods in org.apache.lucene.codecs.lucene101 with parameters of type TermState -
Uses of TermState in org.apache.lucene.index
Subclasses of TermState in org.apache.lucene.indexMethods in org.apache.lucene.index that return TermStateModifier and TypeMethodDescriptionTermState.clone()
BaseTermsEnum.termState()
FilteredTermsEnum.termState()
Returns the filtered enums term stateFilterLeafReader.FilterTermsEnum.termState()
abstract TermState
TermsEnum.termState()
Expert: Returns the TermsEnums internal state to position the TermsEnum without re-seeking the term dictionary.Methods in org.apache.lucene.index that return types with arguments of type TermStateMethods in org.apache.lucene.index with parameters of type TermStateModifier and TypeMethodDescriptionvoid
abstract void
Copies the content of the givenTermState
to this instancevoid
Expert: Registers and associates aTermState
with an leaf ordinal.void
Registers and associates aTermState
with an leaf ordinal.void
void
This enum does not support seeking!void
abstract void
Expert: Seeks a specific position byTermState
previously obtained fromTermsEnum.termState()
.Constructors in org.apache.lucene.index with parameters of type TermStateModifierConstructorDescriptionTermStates
(IndexReaderContext context, TermState state, int ord, int docFreq, long totalTermFreq) -
Uses of TermState in org.apache.lucene.search
Methods in org.apache.lucene.search that return TermStateMethods in org.apache.lucene.search with parameters of type TermState