Uses of Class
org.apache.lucene.index.TermState
Packages that use TermState
Package
Description
BlockTree terms dictionary.
Lucene 5.0 file format.
Lucene 8.4 file format.
Lucene 9.0 file format.
Codecs API: API for customization of the encoding and structure of the index.
Pluggable term index / block terms dictionary implementations.
Same postings format as Lucene50, except the terms dictionary also supports ords, i.e.
BlockTree terms dictionary.
Lucene 9.9 file format.
Term dictionary, DocValues or Postings formats that are read entirely into memory.
Pluggable term index / block terms dictionary implementations.
Pluggable term index / block terms dictionary implementations.
Code to maintain and access indices.
High-performance single-document main memory Apache Lucene fulltext search index.
A primary-key postings format that associates a version (long) with each term and can provide
fail-fast lookups by ID and version.
This package contains a flexible graph-based proximity query, TermAutomatonQuery, and geospatial
queries.
Code to search indices.
-
Uses of TermState in org.apache.lucene.backward_codecs.lucene40.blocktree
Methods in org.apache.lucene.backward_codecs.lucene40.blocktree that return TermStateMethods in org.apache.lucene.backward_codecs.lucene40.blocktree with parameters of type TermState -
Uses of TermState in org.apache.lucene.backward_codecs.lucene50
Subclasses of TermState in org.apache.lucene.backward_codecs.lucene50Modifier and TypeClassDescriptionstatic final classHolds all state required forLucene50PostingsReaderto produce aPostingsEnumwithout re-seeking the terms dict.Methods in org.apache.lucene.backward_codecs.lucene50 with parameters of type TermState -
Uses of TermState in org.apache.lucene.backward_codecs.lucene84
Subclasses of TermState in org.apache.lucene.backward_codecs.lucene84Modifier and TypeClassDescriptionstatic final classHolds all state required forLucene84PostingsReaderto produce aPostingsEnumwithout re-seeking the terms dict.Methods in org.apache.lucene.backward_codecs.lucene84 with parameters of type TermState -
Uses of TermState in org.apache.lucene.backward_codecs.lucene90
Subclasses of TermState in org.apache.lucene.backward_codecs.lucene90Modifier and TypeClassDescriptionstatic final classHolds all state required forLucene90PostingsReaderto produce aPostingsEnumwithout re-seeking the terms dict.Methods in org.apache.lucene.backward_codecs.lucene90 with parameters of type TermState -
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 that return TermStateMethods in org.apache.lucene.codecs with parameters of type TermState -
Uses of TermState in org.apache.lucene.codecs.blockterms
Methods in org.apache.lucene.codecs.blockterms that return TermStateMethods in org.apache.lucene.codecs.blockterms with parameters of type TermState -
Uses of TermState in org.apache.lucene.codecs.blocktreeords
Methods in org.apache.lucene.codecs.blocktreeords that return TermStateModifier and TypeMethodDescriptionOrdsIntersectTermsEnum.termState()OrdsSegmentTermsEnum.termState()Methods in org.apache.lucene.codecs.blocktreeords with parameters of type TermState -
Uses of TermState in org.apache.lucene.codecs.lucene90.blocktree
Methods in org.apache.lucene.codecs.lucene90.blocktree that return TermStateMethods in org.apache.lucene.codecs.lucene90.blocktree with parameters of type TermState -
Uses of TermState in org.apache.lucene.codecs.lucene99
Subclasses of TermState in org.apache.lucene.codecs.lucene99Modifier and TypeClassDescriptionstatic final classHolds all state required forLucene99PostingsReaderto produce aPostingsEnumwithout re-seeking the terms dict.Methods in org.apache.lucene.codecs.lucene99 with parameters of type TermState -
Uses of TermState in org.apache.lucene.codecs.memory
Methods in org.apache.lucene.codecs.memory that return TermStateModifier and TypeMethodDescriptionDirectPostingsFormat.DirectField.DirectIntersectTermsEnum.termState()DirectPostingsFormat.DirectField.DirectTermsEnum.termState()FSTTermsReader.TermsReader.BaseTermsEnum.termState()Methods in org.apache.lucene.codecs.memory with parameters of type TermState -
Uses of TermState in org.apache.lucene.codecs.uniformsplit
Methods in org.apache.lucene.codecs.uniformsplit that return TermStateMethods in org.apache.lucene.codecs.uniformsplit with parameters of type TermStateModifier and TypeMethodDescriptionstatic longDeltaBaseTermStateSerializer.ramBytesUsed(TermState termState) static longRamUsageUtil.ramBytesUsed(TermState termState) voidPositions thisBlockReaderwithout re-seeking the term dictionary.void -
Uses of TermState in org.apache.lucene.index
Subclasses of TermState in org.apache.lucene.indexFields in org.apache.lucene.index declared as TermStateModifier and TypeFieldDescriptionprivate static final TermStateTermStates.EMPTY_TERMSTATEprivate final TermStateTermStates.TermStateInfo.stateprivate final TermState[]TermStates.statesMethods in org.apache.lucene.index that return TermStateModifier and TypeMethodDescriptionTermState.clone()TermStates.get(LeafReaderContext ctx) TermStates.TermStateInfo.getState()Get term stateBaseTermsEnum.termState()FilteredTermsEnum.termState()Returns the filtered enums term stateFilterLeafReader.FilterTermsEnum.termState()FreqProxFields.FreqProxTermsEnum.termState()Expert: Returns the TermsEnums internal state to position the TermsEnum without re-seeking the term dictionary.SortedDocValuesTermsEnum.termState()SortedSetDocValuesTermsEnum.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!voidvoidvoidabstract voidExpert: Seeks a specific position byTermStatepreviously obtained fromTermsEnum.termState().Constructors in org.apache.lucene.index with parameters of type TermStateModifierConstructorDescriptionTermStateInfo(TermState state, int ordinal, int docFreq, long totalTermFreq) Initialize TermStateInfoTermStates(IndexReaderContext context, TermState state, int ord, int docFreq, long totalTermFreq) -
Uses of TermState in org.apache.lucene.index.memory
Methods in org.apache.lucene.index.memory that return TermStateMethods in org.apache.lucene.index.memory with parameters of type TermState -
Uses of TermState in org.apache.lucene.sandbox.codecs.idversion
Subclasses of TermState in org.apache.lucene.sandbox.codecs.idversionMethods in org.apache.lucene.sandbox.codecs.idversion that return TermStateMethods in org.apache.lucene.sandbox.codecs.idversion with parameters of type TermState -
Uses of TermState in org.apache.lucene.sandbox.search
Fields in org.apache.lucene.sandbox.search declared as TermStateModifier and TypeFieldDescriptionprotected final TermStatePhraseWildcardQuery.TermBytesTermState.termStateConstructors in org.apache.lucene.sandbox.search with parameters of type TermState -
Uses of TermState in org.apache.lucene.search
Fields in org.apache.lucene.search declared as TermStateModifier and TypeFieldDescription(package private) final TermStateAbstractMultiTermQueryConstantScoreWrapper.TermAndState.stateMethods in org.apache.lucene.search that return TermStateMethods in org.apache.lucene.search with parameters of type TermStateConstructors in org.apache.lucene.search with parameters of type TermStateModifierConstructorDescription(package private)TermAndState(BytesRef term, TermState state, int docFreq, long totalTermFreq)