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 TypeClassDescriptionclassHolds all state required forPostingsReaderBaseto produce aDocsEnumwithout 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 TypeMethodDescriptionvoidabstract voidCopies the content of the givenTermStateto this instancevoidRegisters and associates aTermStatewith an leaf ordinal.voidThis enum does not support seeking!voidExpert: Seeks a specific position byTermStatepreviously 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