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 9.0 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 TypeClassDescriptionclassHolds all state required forPostingsReaderBaseto produce aPostingsEnumwithout re-seeking the terms dict.Methods in org.apache.lucene.codecs with parameters of type TermState -
Uses of TermState in org.apache.lucene.codecs.lucene90
Subclasses of TermState in org.apache.lucene.codecs.lucene90Modifier and TypeClassDescriptionstatic final classHolds all state required forLucene90PostingsReaderto produce aPostingsEnumwithout re-seeking the terms dict.Methods in org.apache.lucene.codecs.lucene90 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()TermStates.get(LeafReaderContext ctx) BaseTermsEnum.termState()FilteredTermsEnum.termState()Returns the filtered enums term stateFilterLeafReader.FilterTermsEnum.termState()abstract TermStateTermsEnum.termState()Expert: Returns the TermsEnums internal state to position the TermsEnum without re-seeking the term dictionary.Methods in org.apache.lucene.index with parameters of type TermStateModifier and TypeMethodDescriptionvoidabstract voidCopies the content of the givenTermStateto this instancevoidExpert: Registers and associates aTermStatewith an leaf ordinal.voidRegisters and associates aTermStatewith an leaf ordinal.voidvoidThis enum does not support seeking!voidabstract voidExpert: Seeks a specific position byTermStatepreviously 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