Uses of Class
org.apache.lucene.index.TermsEnum
Packages that use TermsEnum
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.
Miscellaneous Lucene utilities that don't really fit anywhere else.
Intervals queries
The calculus of spans.
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.
Comparators, used to compare hits so as to determine their sort order when collecting the top
results with
TopFieldCollector
.Grouping.
Support for index-time and query-time joins.
Suggest alternate spellings for words.
Support for document suggestion
The UnifiedHighlighter -- a flexible highlighter that can get offsets from postings, term
vectors, or analysis.
Finite-state automaton for regular expressions.
-
Uses of TermsEnum in org.apache.lucene.backward_codecs.lucene40.blocktree
Subclasses of TermsEnum in org.apache.lucene.backward_codecs.lucene40.blocktreeModifier and TypeClassDescription(package private) final class
This is used to implement efficientTerms.intersect(org.apache.lucene.util.automaton.CompiledAutomaton, org.apache.lucene.util.BytesRef)
for block-tree.(package private) final class
Iterates through terms in this field.Methods in org.apache.lucene.backward_codecs.lucene40.blocktree that return TermsEnum -
Uses of TermsEnum in org.apache.lucene.backward_codecs.lucene50.compressing
Subclasses of TermsEnum in org.apache.lucene.backward_codecs.lucene50.compressingModifier and TypeClassDescriptionprivate static class
Methods in org.apache.lucene.backward_codecs.lucene50.compressing that return TermsEnum -
Uses of TermsEnum in org.apache.lucene.backward_codecs.lucene70
Subclasses of TermsEnum in org.apache.lucene.backward_codecs.lucene70Fields in org.apache.lucene.backward_codecs.lucene70 declared as TermsEnumModifier and TypeFieldDescription(package private) final TermsEnum
Lucene70DocValuesProducer.BaseSortedDocValues.termsEnum
(package private) final TermsEnum
Lucene70DocValuesProducer.BaseSortedSetDocValues.termsEnum
Methods in org.apache.lucene.backward_codecs.lucene70 that return TermsEnum -
Uses of TermsEnum in org.apache.lucene.backward_codecs.lucene80
Subclasses of TermsEnum in org.apache.lucene.backward_codecs.lucene80Fields in org.apache.lucene.backward_codecs.lucene80 declared as TermsEnumModifier and TypeFieldDescription(package private) final TermsEnum
Lucene80DocValuesProducer.BaseSortedDocValues.termsEnum
(package private) final TermsEnum
Lucene80DocValuesProducer.BaseSortedSetDocValues.termsEnum
Methods in org.apache.lucene.backward_codecs.lucene80 that return TermsEnum -
Uses of TermsEnum in org.apache.lucene.codecs
Subclasses of TermsEnum in org.apache.lucene.codecsModifier and TypeClassDescription(package private) static class
private static class
A mergedTermsEnum
.Fields in org.apache.lucene.codecs declared as TermsEnumModifier and TypeFieldDescriptionprivate final TermsEnum[]
DocValuesConsumer.MergedTermsEnum.subs
Methods in org.apache.lucene.codecs with parameters of type TermsEnumModifier and TypeMethodDescriptionabstract BlockTermState
PostingsWriterBase.writeTerm
(BytesRef term, TermsEnum termsEnum, FixedBitSet docsSeen, NormsProducer norms) Write all postings for one term; use the providedTermsEnum
to pull aPostingsEnum
.final BlockTermState
PushPostingsWriterBase.writeTerm
(BytesRef term, TermsEnum termsEnum, FixedBitSet docsSeen, NormsProducer norms) Constructors in org.apache.lucene.codecs with parameters of type TermsEnumModifierConstructorDescription(package private)
BitsFilteredTermsEnum
(TermsEnum in, LongBitSet liveTerms) (package private)
MergedTermsEnum
(OrdinalMap ordinalMap, TermsEnum[] subs) -
Uses of TermsEnum in org.apache.lucene.codecs.blockterms
Subclasses of TermsEnum in org.apache.lucene.codecs.blocktermsModifier and TypeClassDescriptionprivate final class
Methods in org.apache.lucene.codecs.blockterms that return TermsEnumMethods in org.apache.lucene.codecs.blockterms with parameters of type TermsEnumModifier and TypeMethodDescription(package private) void
BlockTermsWriter.TermsWriter.write
(BytesRef text, TermsEnum termsEnum, NormsProducer norms) -
Uses of TermsEnum in org.apache.lucene.codecs.blocktreeords
Subclasses of TermsEnum in org.apache.lucene.codecs.blocktreeordsModifier and TypeClassDescription(package private) final class
final class
Iterates through terms in this field.Methods in org.apache.lucene.codecs.blocktreeords that return TermsEnumModifier and TypeMethodDescriptionOrdsFieldReader.intersect
(CompiledAutomaton compiled, BytesRef startTerm) OrdsFieldReader.iterator()
Methods in org.apache.lucene.codecs.blocktreeords with parameters of type TermsEnumModifier and TypeMethodDescriptionvoid
OrdsBlockTreeTermsWriter.TermsWriter.write
(BytesRef text, TermsEnum termsEnum, NormsProducer norms) Writes one term's worth of postings. -
Uses of TermsEnum in org.apache.lucene.codecs.bloom
Subclasses of TermsEnum in org.apache.lucene.codecs.bloomModifier and TypeClassDescription(package private) static final class
Fields in org.apache.lucene.codecs.bloom declared as TermsEnumModifier and TypeFieldDescriptionprivate TermsEnum
BloomFilteringPostingsFormat.BloomFilteredFieldsProducer.BloomFilteredTermsEnum.delegateTermsEnum
Methods in org.apache.lucene.codecs.bloom that return TermsEnumModifier and TypeMethodDescriptionprivate TermsEnum
BloomFilteringPostingsFormat.BloomFilteredFieldsProducer.BloomFilteredTermsEnum.delegate()
BloomFilteringPostingsFormat.BloomFilteredFieldsProducer.BloomFilteredTerms.intersect
(CompiledAutomaton compiled, BytesRef startTerm) BloomFilteringPostingsFormat.BloomFilteredFieldsProducer.BloomFilteredTerms.iterator()
-
Uses of TermsEnum in org.apache.lucene.codecs.lucene90
Subclasses of TermsEnum in org.apache.lucene.codecs.lucene90Fields in org.apache.lucene.codecs.lucene90 declared as TermsEnumModifier and TypeFieldDescription(package private) final TermsEnum
Lucene90DocValuesProducer.BaseSortedDocValues.termsEnum
(package private) final TermsEnum
Lucene90DocValuesProducer.BaseSortedSetDocValues.termsEnum
Methods in org.apache.lucene.codecs.lucene90 that return TermsEnum -
Uses of TermsEnum in org.apache.lucene.codecs.lucene90.blocktree
Subclasses of TermsEnum in org.apache.lucene.codecs.lucene90.blocktreeModifier and TypeClassDescription(package private) final class
This is used to implement efficientTerms.intersect(org.apache.lucene.util.automaton.CompiledAutomaton, org.apache.lucene.util.BytesRef)
for block-tree.(package private) final class
Iterates through terms in this field.Methods in org.apache.lucene.codecs.lucene90.blocktree that return TermsEnumModifier and TypeMethodDescriptionFieldReader.intersect
(CompiledAutomaton compiled, BytesRef startTerm) FieldReader.iterator()
Methods in org.apache.lucene.codecs.lucene90.blocktree with parameters of type TermsEnumModifier and TypeMethodDescriptionvoid
Lucene90BlockTreeTermsWriter.TermsWriter.write
(BytesRef text, TermsEnum termsEnum, NormsProducer norms) Writes one term's worth of postings. -
Uses of TermsEnum in org.apache.lucene.codecs.lucene90.compressing
Subclasses of TermsEnum in org.apache.lucene.codecs.lucene90.compressingModifier and TypeClassDescriptionprivate static class
Methods in org.apache.lucene.codecs.lucene90.compressing that return TermsEnum -
Uses of TermsEnum in org.apache.lucene.codecs.memory
Subclasses of TermsEnum in org.apache.lucene.codecs.memoryModifier and TypeClassDescriptionprivate final class
private final class
(package private) class
private final class
private final class
Methods in org.apache.lucene.codecs.memory that return TermsEnumModifier and TypeMethodDescriptionDirectPostingsFormat.DirectField.intersect
(CompiledAutomaton compiled, BytesRef startTerm) FSTTermsReader.TermsReader.intersect
(CompiledAutomaton compiled, BytesRef startTerm) DirectPostingsFormat.DirectField.iterator()
FSTTermsReader.TermsReader.iterator()
-
Uses of TermsEnum in org.apache.lucene.codecs.simpletext
Subclasses of TermsEnum in org.apache.lucene.codecs.simpletextModifier and TypeClassDescriptionprivate class
private static class
Methods in org.apache.lucene.codecs.simpletext that return TermsEnum -
Uses of TermsEnum in org.apache.lucene.codecs.uniformsplit
Subclasses of TermsEnum in org.apache.lucene.codecs.uniformsplitModifier and TypeClassDescriptionclass
Seeks the block corresponding to a given term, read the block bytes, and scans the block terms.class
The "intersect"TermsEnum
response toUniformSplitTerms.intersect(CompiledAutomaton, BytesRef)
, intersecting the terms with an automaton.Methods in org.apache.lucene.codecs.uniformsplit that return TermsEnumModifier and TypeMethodDescriptionUniformSplitTerms.intersect
(CompiledAutomaton compiled, BytesRef startTerm) UniformSplitTerms.iterator()
Methods in org.apache.lucene.codecs.uniformsplit with parameters of type TermsEnumModifier and TypeMethodDescriptionprotected int
UniformSplitTermsWriter.writeFieldTerms
(BlockWriter blockWriter, DataOutput fieldsOutput, TermsEnum termsEnum, FieldInfo fieldInfo, NormsProducer normsProducer) protected BlockTermState
UniformSplitTermsWriter.writePostingLine
(TermsEnum termsEnum, FieldMetadata fieldMetadata, NormsProducer normsProducer) Writes the posting values for the current term in the givenTermsEnum
and updates theFieldMetadata
stats. -
Uses of TermsEnum in org.apache.lucene.index
Subclasses of TermsEnum in org.apache.lucene.indexModifier and TypeClassDescriptionclass
A FilteredTermsEnum that enumerates terms based upon what is accepted by a DFA.class
A base TermsEnum that adds default implementations forBaseTermsEnum.attributes()
BaseTermsEnum.termState()
BaseTermsEnum.seekExact(BytesRef)
BaseTermsEnum.seekExact(BytesRef, TermState)
In some cases, the default implementation may be slow and consume huge memory, so subclass SHOULD have its own implementation if possible.static class
Wrapper class for TermsEnum that is used by ExitableTerms for implementing an exitable enumeration of terms.class
Abstract class for enumerating a subset of all terms.static class
Base class for filteringTermsEnum
implementations.private static class
private static class
private static class
final class
final class
Subclass of FilteredTermsEnum for enumerating a single term.(package private) class
Implements aTermsEnum
wrapping a providedSortedDocValues
.(package private) class
Implements aTermsEnum
wrapping a providedSortedSetDocValues
.Fields in org.apache.lucene.index declared as TermsEnumModifier and TypeFieldDescriptionstatic final TermsEnum
TermsEnum.EMPTY
An empty TermsEnum for quickly returning an empty instance e.g.protected final TermsEnum
FilterLeafReader.FilterTermsEnum.in
The underlying TermsEnum instance.protected final TermsEnum
FilteredTermsEnum.tenum
The delegateTermsEnum
.(package private) TermsEnum
MultiTermsEnum.TermsEnumWithSlice.terms
(package private) TermsEnum
BufferedUpdatesStream.SegmentState.termsEnum
private TermsEnum
FrozenBufferedUpdates.TermDocsIterator.termsEnum
(package private) final TermsEnum
MultiTermsEnum.TermsEnumIndex.termsEnum
(package private) final TermsEnum
OrdinalMap.TermsEnumIndex.termsEnum
Methods in org.apache.lucene.index that return TermsEnumModifier and TypeMethodDescriptionExitableDirectoryReader.ExitableTerms.intersect
(CompiledAutomaton compiled, BytesRef startTerm) FilterSortedDocValues.intersect
(CompiledAutomaton automaton) FilterSortedSetDocValues.intersect
(CompiledAutomaton automaton) FreqProxTermsWriter.SortingTerms.intersect
(CompiledAutomaton compiled, BytesRef startTerm) MultiTerms.intersect
(CompiledAutomaton compiled, BytesRef startTerm) SortedDocValues.intersect
(CompiledAutomaton automaton) SortedSetDocValues.intersect
(CompiledAutomaton automaton) Terms.intersect
(CompiledAutomaton compiled, BytesRef startTerm) Returns a TermsEnum that iterates over all terms and documents that are accepted by the providedCompiledAutomaton
.ExitableDirectoryReader.ExitableTerms.iterator()
FilterLeafReader.FilterTerms.iterator()
FreqProxFields.FreqProxTerms.iterator()
FreqProxTermsWriter.SortingTerms.iterator()
MappedMultiFields.MappedMultiTerms.iterator()
MultiTerms.iterator()
abstract TermsEnum
Terms.iterator()
Returns an iterator that will step through all terms.private static TermsEnum
TermStates.loadTermsEnum
(LeafReaderContext ctx, Term term) MultiTermsEnum.reset
(MultiTermsEnum.TermsEnumIndex[] termsEnumsIndex) The terms array must be newly created TermsEnum, ieBytesRefIterator.next()
has not yet been called.FilterSortedDocValues.termsEnum()
FilterSortedSetDocValues.termsEnum()
SingletonSortedSetDocValues.termsEnum()
SortedDocValues.termsEnum()
Returns aTermsEnum
over the values.SortedSetDocValues.termsEnum()
Returns aTermsEnum
over the values.Methods in org.apache.lucene.index with parameters of type TermsEnumModifier and TypeMethodDescriptionstatic OrdinalMap
OrdinalMap.build
(IndexReader.CacheKey owner, TermsEnum[] subs, long[] weights, float acceptableOverheadRatio) Creates an ordinal map that allows mapping ords to/from a merged space fromsubs
.void
Constructors in org.apache.lucene.index with parameters of type TermsEnumModifierConstructorDescriptionAutomatonTermsEnum
(TermsEnum tenum, CompiledAutomaton compiled) Construct an enumerator based upon an automaton, enumerating the specified field, working on a supplied TermsEnumExitableTermsEnum
(TermsEnum termsEnum, QueryTimeout queryTimeout) Constructor *protected
FilteredTermsEnum
(TermsEnum tenum) Creates a filteredTermsEnum
on a terms enum.protected
FilteredTermsEnum
(TermsEnum tenum, boolean startWithSeek) Creates a filteredTermsEnum
on a terms enum.protected
Creates a new FilterTermsEnum(package private)
OrdinalMap
(IndexReader.CacheKey owner, TermsEnum[] subs, OrdinalMap.SegmentMap segmentMap, float acceptableOverheadRatio) SingleTermsEnum
(TermsEnum tenum, BytesRef termText) Creates a newSingleTermsEnum
.(package private)
SortingTermsEnum
(TermsEnum in, Sorter.DocMap docMap, IndexOptions indexOptions, boolean hasPositions) TermsEnumIndex
(TermsEnum termsEnum, int subIndex) TermsEnumIndex
(TermsEnum termsEnum, int subIndex) -
Uses of TermsEnum in org.apache.lucene.index.memory
Subclasses of TermsEnum in org.apache.lucene.index.memory -
Uses of TermsEnum in org.apache.lucene.misc
Methods in org.apache.lucene.misc with parameters of type TermsEnum -
Uses of TermsEnum in org.apache.lucene.queries.intervals
Methods in org.apache.lucene.queries.intervals with parameters of type TermsEnumModifier and TypeMethodDescriptionprivate IntervalIterator
(package private) static IntervalIterator
private IntervalMatchesIterator
(package private) static IntervalMatchesIterator
(package private) static float
TermIntervalsSource.termPositionsCost
(TermsEnum termsEnum) Returns an expected cost in simple operations of processing the occurrences of a term in a document that contains the term. -
Uses of TermsEnum in org.apache.lucene.queries.spans
Methods in org.apache.lucene.queries.spans with parameters of type TermsEnumModifier and TypeMethodDescription(package private) static float
SpanTermQuery.termPositionsCost
(TermsEnum termsEnum) Returns an expected cost in simple operations of processing the occurrences of a term in a document that contains the term. -
Uses of TermsEnum in org.apache.lucene.sandbox.codecs.idversion
Subclasses of TermsEnum in org.apache.lucene.sandbox.codecs.idversionModifier and TypeClassDescriptionfinal class
Iterates 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.Methods in org.apache.lucene.sandbox.codecs.idversion that return TermsEnumMethods in org.apache.lucene.sandbox.codecs.idversion with parameters of type TermsEnumModifier and TypeMethodDescriptionvoid
VersionBlockTreeTermsWriter.TermsWriter.write
(BytesRef text, TermsEnum termsEnum, NormsProducer norms) Writes one term's worth of postings. -
Uses of TermsEnum in org.apache.lucene.sandbox.search
Methods in org.apache.lucene.sandbox.search that return TermsEnumModifier and TypeMethodDescriptionprotected TermsEnum
PhraseWildcardQuery.createTermsEnum
(PhraseWildcardQuery.MultiTerm multiTerm, LeafReaderContext leafReaderContext) Creates theTermsEnum
for the givenPhraseWildcardQuery.MultiTerm
and segment. -
Uses of TermsEnum in org.apache.lucene.search
Subclasses of TermsEnum in org.apache.lucene.searchModifier and TypeClassDescriptionfinal class
Subclass of TermsEnum for enumerating all terms that are similar to the specified filter term.Fields in org.apache.lucene.search declared as TermsEnumModifier and TypeFieldDescriptionprivate TermsEnum
FuzzyTermsEnum.actualEnum
private final TermsEnum
DisjunctionMatchesIterator.TermsEnumDisjunctionMatchesIterator.te
(package private) TermsEnum
ScoringRewrite.ParallelArraysTermCollector.termsEnum
(package private) final TermsEnum
TermInSetQuery.TermAndState.termsEnum
Methods in org.apache.lucene.search that return TermsEnumModifier and TypeMethodDescriptionprivate TermsEnum
FuzzyTermsEnum.getAutomatonEnum
(int editDistance, BytesRef lastTerm) return an automata-based enum for matching up to editDistance from lastTerm, if possibleprotected TermsEnum
AutomatonQuery.getTermsEnum
(Terms terms, AttributeSource atts) protected TermsEnum
FuzzyQuery.getTermsEnum
(Terms terms, AttributeSource atts) final TermsEnum
MultiTermQuery.getTermsEnum
(Terms terms) Constructs an enumeration that expands the pattern term.protected abstract TermsEnum
MultiTermQuery.getTermsEnum
(Terms terms, AttributeSource atts) Construct the enumeration to be used, expanding the pattern term.protected TermsEnum
MultiTermQuery.RewriteMethod.getTermsEnum
(MultiTermQuery query, Terms terms, AttributeSource atts) Returns theMultiTermQuery
sTermsEnum
private TermsEnum
TermQuery.TermWeight.getTermsEnum
(LeafReaderContext context) Returns aTermsEnum
positioned at this weights Term or null if the term does not exist in the given contextMethods in org.apache.lucene.search with parameters of type TermsEnumModifier and TypeMethodDescriptionvoid
ScoringRewrite.ParallelArraysTermCollector.setNextEnum
(TermsEnum termsEnum) abstract void
TermCollectingRewrite.TermCollector.setNextEnum
(TermsEnum termsEnum) the next segment'sTermsEnum
that is used to collect termsstatic float
PhraseQuery.termPositionsCost
(TermsEnum termsEnum) Returns an expected cost in simple operations of processing the occurrences of a term in a document that contains the term.Constructors in org.apache.lucene.search with parameters of type TermsEnumModifierConstructorDescription(package private)
TermAndState
(String field, TermsEnum termsEnum) (package private)
TermsEnumDisjunctionMatchesIterator
(MatchesIterator first, BytesRefIterator terms, TermsEnum te, int doc, Query query) -
Uses of TermsEnum in org.apache.lucene.search.comparators
Fields in org.apache.lucene.search.comparators declared as TermsEnumModifier and TypeFieldDescriptionprivate final TermsEnum
TermOrdValComparator.CompetitiveIterator.docValuesTerms
Constructors in org.apache.lucene.search.comparators with parameters of type TermsEnumModifierConstructorDescription(package private)
CompetitiveIterator
(LeafReaderContext context, String field, boolean dense, TermsEnum docValuesTerms) -
Uses of TermsEnum in org.apache.lucene.search.grouping
Fields in org.apache.lucene.search.grouping declared as TermsEnumModifier and TypeFieldDescriptionprivate TermsEnum
TermGroupFacetCollector.MV.facetOrdTermsEnum
(package private) final TermsEnum
TermGroupFacetCollector.MV.SegmentResult.tenum
(package private) final TermsEnum
TermGroupFacetCollector.SV.SegmentResult.tenum
Constructors in org.apache.lucene.search.grouping with parameters of type TermsEnumModifierConstructorDescription(package private)
SegmentResult
(int[] counts, int total, int missingCountIndex, TermsEnum tenum, int startFacetOrd, int endFacetOrd) (package private)
SegmentResult
(int[] counts, int total, TermsEnum tenum, int startFacetOrd, int endFacetOrd) -
Uses of TermsEnum in org.apache.lucene.search.join
Subclasses of TermsEnum in org.apache.lucene.search.joinModifier and TypeClassDescriptionclass
A filtered TermsEnum that uses a BytesRefHash as a filterMethods in org.apache.lucene.search.join that return TermsEnumModifier and TypeMethodDescriptionprotected TermsEnum
TermsQuery.getTermsEnum
(Terms terms, AttributeSource atts) Methods in org.apache.lucene.search.join with parameters of type TermsEnumModifier and TypeMethodDescriptionprotected void
TermsIncludingScoreQuery.MVInOrderScorer.fillDocsAndScores
(FixedBitSet matchingDocs, TermsEnum termsEnum) protected void
TermsIncludingScoreQuery.SVInOrderScorer.fillDocsAndScores
(FixedBitSet matchingDocs, TermsEnum termsEnum) Constructors in org.apache.lucene.search.join with parameters of type TermsEnumModifierConstructorDescription(package private)
MVInOrderScorer
(Weight weight, TermsEnum termsEnum, int maxDoc, long cost) SeekingTermSetTermsEnum
(TermsEnum tenum, BytesRefHash terms, int[] ords) Constructor(package private)
SVInOrderScorer
(Weight weight, TermsEnum termsEnum, int maxDoc, long cost) -
Uses of TermsEnum in org.apache.lucene.search.spell
Fields in org.apache.lucene.search.spell declared as TermsEnum -
Uses of TermsEnum in org.apache.lucene.search.suggest.document
Methods in org.apache.lucene.search.suggest.document with parameters of type TermsEnum -
Uses of TermsEnum in org.apache.lucene.search.uhighlight
Subclasses of TermsEnum in org.apache.lucene.search.uhighlightModifier and TypeClassDescriptionprivate static final class
Fields in org.apache.lucene.search.uhighlight declared as TermsEnumModifier and TypeFieldDescriptionprivate final TermsEnum
TermVectorFilteredLeafReader.TermVectorFilteredTermsEnum.baseTermsEnum
Methods in org.apache.lucene.search.uhighlight that return TermsEnumModifier and TypeMethodDescriptionTermVectorFilteredLeafReader.TermsFilteredTerms.intersect
(CompiledAutomaton compiled, BytesRef startTerm) TermVectorFilteredLeafReader.TermsFilteredTerms.iterator()
Constructors in org.apache.lucene.search.uhighlight with parameters of type TermsEnumModifierConstructorDescription(package private)
TermVectorFilteredTermsEnum
(TermsEnum baseTermsEnum, TermsEnum filteredTermsEnum) -
Uses of TermsEnum in org.apache.lucene.util.automaton
Methods in org.apache.lucene.util.automaton that return TermsEnum