Uses of Enum Class
org.apache.lucene.index.TermsEnum.SeekStatus
Packages that use TermsEnum.SeekStatus
Package
Description
BlockTree terms dictionary.
Lucene 5.0 compressing format.
Components from the Lucene 7.0 index format.
Components from the Lucene 8.0 index 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.
Codec PostingsFormat for fast access to low-frequency terms such as primary key fields.
Lucene 9.0 file format.
BlockTree terms dictionary.
Lucene 9.0 compressing format.
Term dictionary, DocValues or Postings formats that are read entirely into memory.
Simpletext Codec: writes human readable postings.
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.
Code to search indices.
-
Uses of TermsEnum.SeekStatus in org.apache.lucene.backward_codecs.lucene40.blocktree
Methods in org.apache.lucene.backward_codecs.lucene40.blocktree that return TermsEnum.SeekStatusModifier and TypeMethodDescriptionSegmentTermsEnumFrame.scanToTerm
(BytesRef target, boolean exactOnly) SegmentTermsEnumFrame.scanToTermLeaf
(BytesRef target, boolean exactOnly) SegmentTermsEnumFrame.scanToTermNonLeaf
(BytesRef target, boolean exactOnly) -
Uses of TermsEnum.SeekStatus in org.apache.lucene.backward_codecs.lucene50.compressing
Methods in org.apache.lucene.backward_codecs.lucene50.compressing that return TermsEnum.SeekStatusModifier and TypeMethodDescription -
Uses of TermsEnum.SeekStatus in org.apache.lucene.backward_codecs.lucene70
Methods in org.apache.lucene.backward_codecs.lucene70 that return TermsEnum.SeekStatusModifier and TypeMethodDescription -
Uses of TermsEnum.SeekStatus in org.apache.lucene.backward_codecs.lucene80
Methods in org.apache.lucene.backward_codecs.lucene80 that return TermsEnum.SeekStatusModifier and TypeMethodDescription -
Uses of TermsEnum.SeekStatus in org.apache.lucene.codecs
Methods in org.apache.lucene.codecs that return TermsEnum.SeekStatusModifier and TypeMethodDescription -
Uses of TermsEnum.SeekStatus in org.apache.lucene.codecs.blockterms
Methods in org.apache.lucene.codecs.blockterms that return TermsEnum.SeekStatusModifier and TypeMethodDescription -
Uses of TermsEnum.SeekStatus in org.apache.lucene.codecs.blocktreeords
Methods in org.apache.lucene.codecs.blocktreeords that return TermsEnum.SeekStatusModifier and TypeMethodDescriptionOrdsSegmentTermsEnumFrame.scanToTerm
(BytesRef target, boolean exactOnly) OrdsSegmentTermsEnumFrame.scanToTermLeaf
(BytesRef target, boolean exactOnly) OrdsSegmentTermsEnumFrame.scanToTermNonLeaf
(BytesRef target, boolean exactOnly) -
Uses of TermsEnum.SeekStatus in org.apache.lucene.codecs.bloom
Methods in org.apache.lucene.codecs.bloom that return TermsEnum.SeekStatus -
Uses of TermsEnum.SeekStatus in org.apache.lucene.codecs.lucene90
Methods in org.apache.lucene.codecs.lucene90 that return TermsEnum.SeekStatusModifier and TypeMethodDescription -
Uses of TermsEnum.SeekStatus in org.apache.lucene.codecs.lucene90.blocktree
Methods in org.apache.lucene.codecs.lucene90.blocktree that return TermsEnum.SeekStatusModifier and TypeMethodDescriptionSegmentTermsEnumFrame.scanToTerm
(BytesRef target, boolean exactOnly) SegmentTermsEnumFrame.scanToTermLeaf
(BytesRef target, boolean exactOnly) SegmentTermsEnumFrame.scanToTermNonLeaf
(BytesRef target, boolean exactOnly) -
Uses of TermsEnum.SeekStatus in org.apache.lucene.codecs.lucene90.compressing
Methods in org.apache.lucene.codecs.lucene90.compressing that return TermsEnum.SeekStatusModifier and TypeMethodDescription -
Uses of TermsEnum.SeekStatus in org.apache.lucene.codecs.memory
Methods in org.apache.lucene.codecs.memory that return TermsEnum.SeekStatusModifier and TypeMethodDescription -
Uses of TermsEnum.SeekStatus in org.apache.lucene.codecs.simpletext
Methods in org.apache.lucene.codecs.simpletext that return TermsEnum.SeekStatusModifier and TypeMethodDescription -
Uses of TermsEnum.SeekStatus in org.apache.lucene.codecs.uniformsplit
Methods in org.apache.lucene.codecs.uniformsplit that return TermsEnum.SeekStatusModifier and TypeMethodDescriptionprotected TermsEnum.SeekStatus
BlockReader.seekInBlock
(BytesRef searchedTerm) Seeks to the provided term in this block.protected TermsEnum.SeekStatus
BlockReader.seekInBlock
(BytesRef searchedTerm, long blockStartFP) Seeks to the provided term in the block starting at the provided file pointer. -
Uses of TermsEnum.SeekStatus in org.apache.lucene.index
Methods in org.apache.lucene.index that return TermsEnum.SeekStatusModifier and TypeMethodDescriptionThis enum does not support seeking!abstract TermsEnum.SeekStatus
Seeks to the specified term, if it exists, or to the next (ceiling) term.(package private) TermsEnum.SeekStatus
static TermsEnum.SeekStatus
Returns the enum constant of this class with the specified name.static TermsEnum.SeekStatus[]
TermsEnum.SeekStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of TermsEnum.SeekStatus in org.apache.lucene.index.memory
Methods in org.apache.lucene.index.memory that return TermsEnum.SeekStatusModifier and TypeMethodDescription -
Uses of TermsEnum.SeekStatus in org.apache.lucene.sandbox.codecs.idversion
Methods in org.apache.lucene.sandbox.codecs.idversion that return TermsEnum.SeekStatusModifier and TypeMethodDescriptionIDVersionSegmentTermsEnumFrame.scanToTerm
(BytesRef target, boolean exactOnly) IDVersionSegmentTermsEnumFrame.scanToTermLeaf
(BytesRef target, boolean exactOnly) IDVersionSegmentTermsEnumFrame.scanToTermNonLeaf
(BytesRef target, boolean exactOnly) -
Uses of TermsEnum.SeekStatus in org.apache.lucene.search
Methods in org.apache.lucene.search that return TermsEnum.SeekStatus