Uses of Class
org.apache.lucene.index.TermState
-
Packages that use TermState Package Description org.apache.lucene.codecs Codecs API: API for customization of the encoding and structure of the index.org.apache.lucene.codecs.blockterms Pluggable term index / block terms dictionary implementations.org.apache.lucene.codecs.blocktree BlockTree terms dictionary.org.apache.lucene.codecs.blocktreeords Same postings format as Lucene50, except the terms dictionary also supports ords, i.e.org.apache.lucene.codecs.idversion A primary-key postings format that associates a version (long) with each term and can provide fail-fast lookups by ID and version.org.apache.lucene.codecs.lucene50 Components from the Lucene 5.0 index format Seeorg.apache.lucene.codecs.lucene80for an overview of the index format.org.apache.lucene.codecs.lucene84 Components from the Lucene 8.4 index format.org.apache.lucene.codecs.memory Term dictionary, DocValues or Postings formats that are read entirely into memory.org.apache.lucene.codecs.uniformsplit Pluggable term index / block terms dictionary implementations.org.apache.lucene.codecs.uniformsplit.sharedterms Pluggable term index / block terms dictionary implementations.org.apache.lucene.index Code to maintain and access indices.org.apache.lucene.index.memory High-performance single-document main memory Apache Lucene fulltext search index.org.apache.lucene.search Code to search indices. -
-
Uses of TermState in org.apache.lucene.codecs
Subclasses of TermState in org.apache.lucene.codecs Modifier and Type Class Description classBlockTermStateHolds all state required forPostingsReaderBaseto produce aPostingsEnumwithout re-seeking the terms dict.Methods in org.apache.lucene.codecs that return TermState Modifier and Type Method Description TermStateDocValuesConsumer.MergedTermsEnum. termState()Methods in org.apache.lucene.codecs with parameters of type TermState Modifier and Type Method Description voidBlockTermState. copyFrom(TermState _other)voidDocValuesConsumer.MergedTermsEnum. seekExact(BytesRef term, TermState state) -
Uses of TermState in org.apache.lucene.codecs.blockterms
Methods in org.apache.lucene.codecs.blockterms that return TermState Modifier and Type Method Description TermStateBlockTermsReader.FieldReader.SegmentTermsEnum. termState()Methods in org.apache.lucene.codecs.blockterms with parameters of type TermState Modifier and Type Method Description voidBlockTermsReader.FieldReader.SegmentTermsEnum. seekExact(BytesRef target, TermState otherState) -
Uses of TermState in org.apache.lucene.codecs.blocktree
Methods in org.apache.lucene.codecs.blocktree that return TermState Modifier and Type Method Description TermStateIntersectTermsEnum. termState()TermStateSegmentTermsEnum. termState()Methods in org.apache.lucene.codecs.blocktree with parameters of type TermState Modifier and Type Method Description voidSegmentTermsEnum. seekExact(BytesRef target, TermState otherState) -
Uses of TermState in org.apache.lucene.codecs.blocktreeords
Methods in org.apache.lucene.codecs.blocktreeords that return TermState Modifier and Type Method Description TermStateOrdsIntersectTermsEnum. termState()TermStateOrdsSegmentTermsEnum. termState()Methods in org.apache.lucene.codecs.blocktreeords with parameters of type TermState Modifier and Type Method Description voidOrdsSegmentTermsEnum. seekExact(BytesRef target, TermState otherState) -
Uses of TermState in org.apache.lucene.codecs.idversion
Subclasses of TermState in org.apache.lucene.codecs.idversion Modifier and Type Class Description (package private) classIDVersionTermStateMethods in org.apache.lucene.codecs.idversion that return TermState Modifier and Type Method Description TermStateIDVersionSegmentTermsEnum. termState()Methods in org.apache.lucene.codecs.idversion with parameters of type TermState Modifier and Type Method Description voidIDVersionTermState. copyFrom(TermState _other)voidIDVersionSegmentTermsEnum. seekExact(BytesRef target, TermState otherState) -
Uses of TermState in org.apache.lucene.codecs.lucene50
Subclasses of TermState in org.apache.lucene.codecs.lucene50 Modifier and Type Class Description static classLucene50PostingsFormat.IntBlockTermStateHolds all state required forLucene50PostingsReaderto produce aPostingsEnumwithout re-seeking the terms dict.Methods in org.apache.lucene.codecs.lucene50 with parameters of type TermState Modifier and Type Method Description voidLucene50PostingsFormat.IntBlockTermState. copyFrom(TermState _other) -
Uses of TermState in org.apache.lucene.codecs.lucene84
Subclasses of TermState in org.apache.lucene.codecs.lucene84 Modifier and Type Class Description static classLucene84PostingsFormat.IntBlockTermStateHolds all state required forLucene84PostingsReaderto produce aPostingsEnumwithout re-seeking the terms dict.Methods in org.apache.lucene.codecs.lucene84 with parameters of type TermState Modifier and Type Method Description voidLucene84PostingsFormat.IntBlockTermState. copyFrom(TermState _other) -
Uses of TermState in org.apache.lucene.codecs.memory
Methods in org.apache.lucene.codecs.memory that return TermState Modifier and Type Method Description TermStateDirectPostingsFormat.DirectField.DirectIntersectTermsEnum. termState()TermStateDirectPostingsFormat.DirectField.DirectTermsEnum. termState()TermStateFSTTermsReader.TermsReader.BaseTermsEnum. termState()Methods in org.apache.lucene.codecs.memory with parameters of type TermState Modifier and Type Method Description voidDirectPostingsFormat.DirectField.DirectTermsEnum. seekExact(BytesRef term, TermState state)voidFSTTermsReader.TermsReader.SegmentTermsEnum. seekExact(BytesRef target, TermState otherState) -
Uses of TermState in org.apache.lucene.codecs.uniformsplit
Methods in org.apache.lucene.codecs.uniformsplit that return TermState Modifier and Type Method Description TermStateBlockReader. termState()Methods in org.apache.lucene.codecs.uniformsplit with parameters of type TermState Modifier and Type Method Description static longDeltaBaseTermStateSerializer. ramBytesUsed(TermState termState)static longRamUsageUtil. ramBytesUsed(TermState termState)voidBlockReader. seekExact(BytesRef term, TermState state)Positions thisBlockReaderwithout re-seeking the term dictionary.voidIntersectBlockReader. seekExact(BytesRef term, TermState state) -
Uses of TermState in org.apache.lucene.codecs.uniformsplit.sharedterms
Methods in org.apache.lucene.codecs.uniformsplit.sharedterms that return TermState Modifier and Type Method Description TermStateSTMergingTermsEnum. termState()Methods in org.apache.lucene.codecs.uniformsplit.sharedterms with parameters of type TermState Modifier and Type Method Description voidSTMergingBlockReader. seekExact(BytesRef term, TermState state)voidSTMergingTermsEnum. seekExact(BytesRef term, TermState state) -
Uses of TermState in org.apache.lucene.index
Subclasses of TermState in org.apache.lucene.index Modifier and Type Class Description classOrdTermStateAn ordinal basedTermStateFields in org.apache.lucene.index declared as TermState Modifier and Type Field Description private static TermStateTermStates. EMPTY_TERMSTATEprivate TermState[]TermStates. statesMethods in org.apache.lucene.index that return TermState Modifier and Type Method Description TermStateTermState. clone()TermStateTermStates. get(LeafReaderContext ctx)TermStateBaseTermsEnum. termState()TermStateFilteredTermsEnum. termState()Returns the filtered enums term stateTermStateFilterLeafReader.FilterTermsEnum. termState()TermStateFreqProxFields.FreqProxTermsEnum. termState()Expert: Returns the TermsEnums internal state to position the TermsEnum without re-seeking the term dictionary.TermStateSortedDocValuesTermsEnum. termState()TermStateSortedSetDocValuesTermsEnum. 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 TermState Modifier and Type Method Description voidOrdTermState. copyFrom(TermState other)abstract voidTermState. copyFrom(TermState other)Copies the content of the givenTermStateto this instancevoidTermStates. register(TermState state, int ord)Expert: Registers and associates aTermStatewith an leaf ordinal.voidTermStates. register(TermState state, int ord, int docFreq, long totalTermFreq)Registers and associates aTermStatewith an leaf ordinal.voidBaseTermsEnum. seekExact(BytesRef term, TermState state)voidFilteredTermsEnum. seekExact(BytesRef term, TermState state)This enum does not support seeking!voidFilterLeafReader.FilterTermsEnum. seekExact(BytesRef term, TermState state)voidSortedDocValuesTermsEnum. seekExact(BytesRef term, TermState state)voidSortedSetDocValuesTermsEnum. seekExact(BytesRef term, TermState state)abstract voidTermsEnum. seekExact(BytesRef term, TermState state)Expert: Seeks a specific position byTermStatepreviously obtained fromTermsEnum.termState().Constructors in org.apache.lucene.index with parameters of type TermState Constructor Description TermStates(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 TermState Modifier and Type Method Description TermStateMemoryIndex.MemoryIndexReader.MemoryTermsEnum. termState()Methods in org.apache.lucene.index.memory with parameters of type TermState Modifier and Type Method Description voidMemoryIndex.MemoryIndexReader.MemoryTermsEnum. seekExact(BytesRef term, TermState state) -
Uses of TermState in org.apache.lucene.search
Fields in org.apache.lucene.search declared as TermState Modifier and Type Field Description (package private) TermStateMultiTermQueryConstantScoreWrapper.TermAndState. state(package private) TermStateTermInSetQuery.TermAndState. stateprotected TermStatePhraseWildcardQuery.TermBytesTermState. termStateMethods in org.apache.lucene.search that return TermState Modifier and Type Method Description TermStateFuzzyTermsEnum. termState()Methods in org.apache.lucene.search with parameters of type TermState Modifier and Type Method Description voidFuzzyTermsEnum. seekExact(BytesRef term, TermState state)Constructors in org.apache.lucene.search with parameters of type TermState Constructor Description TermAndState(BytesRef term, TermState state, int docFreq, long totalTermFreq)TermBytesTermState(BytesRef termBytes, TermState termState)
-