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.
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 aDocsEnum
without re-seeking the terms dict.Methods in org.apache.lucene.codecs 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()
TermContext.get
(int ord) FilteredTermsEnum.termState()
Returns the filtered enums term stateTermsEnum.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 TypeMethodDescriptionvoid
abstract void
Copies the content of the givenTermState
to this instancevoid
Registers and associates aTermState
with an leaf ordinal.void
This enum does not support seeking!void
Expert: Seeks a specific position byTermState
previously obtained fromTermsEnum.termState()
.Constructors in org.apache.lucene.index with parameters of type TermStateModifierConstructorDescriptionTermContext
(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