Uses of Class
org.apache.lucene.index.BaseTermsEnum
Packages that use BaseTermsEnum
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.
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.
-
Uses of BaseTermsEnum in org.apache.lucene.backward_codecs.lucene40.blocktree
Subclasses of BaseTermsEnum in org.apache.lucene.backward_codecs.lucene40.blocktreeModifier and TypeClassDescription(package private) final classThis is used to implement efficientTerms.intersect(org.apache.lucene.util.automaton.CompiledAutomaton, org.apache.lucene.util.BytesRef)for block-tree.(package private) final classIterates through terms in this field. -
Uses of BaseTermsEnum in org.apache.lucene.backward_codecs.lucene50.compressing
Subclasses of BaseTermsEnum in org.apache.lucene.backward_codecs.lucene50.compressingModifier and TypeClassDescriptionprivate static class -
Uses of BaseTermsEnum in org.apache.lucene.backward_codecs.lucene70
Subclasses of BaseTermsEnum in org.apache.lucene.backward_codecs.lucene70 -
Uses of BaseTermsEnum in org.apache.lucene.backward_codecs.lucene80
Subclasses of BaseTermsEnum in org.apache.lucene.backward_codecs.lucene80 -
Uses of BaseTermsEnum in org.apache.lucene.codecs.blockterms
Subclasses of BaseTermsEnum in org.apache.lucene.codecs.blocktermsModifier and TypeClassDescriptionprivate final class -
Uses of BaseTermsEnum in org.apache.lucene.codecs.blocktreeords
Subclasses of BaseTermsEnum in org.apache.lucene.codecs.blocktreeordsModifier and TypeClassDescription(package private) final classfinal classIterates through terms in this field. -
Uses of BaseTermsEnum in org.apache.lucene.codecs.bloom
Subclasses of BaseTermsEnum in org.apache.lucene.codecs.bloomModifier and TypeClassDescription(package private) static final class -
Uses of BaseTermsEnum in org.apache.lucene.codecs.lucene90
Subclasses of BaseTermsEnum in org.apache.lucene.codecs.lucene90 -
Uses of BaseTermsEnum in org.apache.lucene.codecs.lucene90.blocktree
Subclasses of BaseTermsEnum in org.apache.lucene.codecs.lucene90.blocktreeModifier and TypeClassDescription(package private) final classThis is used to implement efficientTerms.intersect(org.apache.lucene.util.automaton.CompiledAutomaton, org.apache.lucene.util.BytesRef)for block-tree.(package private) final classIterates through terms in this field. -
Uses of BaseTermsEnum in org.apache.lucene.codecs.lucene90.compressing
Subclasses of BaseTermsEnum in org.apache.lucene.codecs.lucene90.compressingModifier and TypeClassDescriptionprivate static class -
Uses of BaseTermsEnum in org.apache.lucene.codecs.memory
Subclasses of BaseTermsEnum in org.apache.lucene.codecs.memoryModifier and TypeClassDescriptionprivate final classprivate final class(package private) classprivate final classprivate final class -
Uses of BaseTermsEnum in org.apache.lucene.codecs.simpletext
Subclasses of BaseTermsEnum in org.apache.lucene.codecs.simpletextModifier and TypeClassDescriptionprivate classprivate static class -
Uses of BaseTermsEnum in org.apache.lucene.codecs.uniformsplit
Subclasses of BaseTermsEnum in org.apache.lucene.codecs.uniformsplitModifier and TypeClassDescriptionclassSeeks the block corresponding to a given term, read the block bytes, and scans the block terms.classThe "intersect"TermsEnumresponse toUniformSplitTerms.intersect(CompiledAutomaton, BytesRef), intersecting the terms with an automaton. -
Uses of BaseTermsEnum in org.apache.lucene.index
Subclasses of BaseTermsEnum in org.apache.lucene.indexModifier and TypeClassDescriptionprivate static classfinal class(package private) classImplements aTermsEnumwrapping a providedSortedDocValues.(package private) classImplements aTermsEnumwrapping a providedSortedSetDocValues. -
Uses of BaseTermsEnum in org.apache.lucene.index.memory
Subclasses of BaseTermsEnum in org.apache.lucene.index.memory -
Uses of BaseTermsEnum in org.apache.lucene.sandbox.codecs.idversion
Subclasses of BaseTermsEnum in org.apache.lucene.sandbox.codecs.idversionModifier and TypeClassDescriptionfinal classIterates through terms in this field; this class is public so users can cast it to callIDVersionSegmentTermsEnum.seekExact(BytesRef, long)for optimistic-concurrency, and alsoIDVersionSegmentTermsEnum.getVersion()to get the version of the currently seek'd term.