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 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.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 classMethods 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 TermsEnumLucene70DocValuesProducer.BaseSortedDocValues.termsEnum(package private) final TermsEnumLucene70DocValuesProducer.BaseSortedSetDocValues.termsEnumMethods 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 TermsEnumLucene80DocValuesProducer.BaseSortedDocValues.termsEnum(package private) final TermsEnumLucene80DocValuesProducer.BaseSortedSetDocValues.termsEnumMethods 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 classprivate static classA mergedTermsEnum.Fields in org.apache.lucene.codecs declared as TermsEnumModifier and TypeFieldDescriptionprivate final TermsEnum[]DocValuesConsumer.MergedTermsEnum.subsMethods in org.apache.lucene.codecs with parameters of type TermsEnumModifier and TypeMethodDescriptionabstract BlockTermStatePostingsWriterBase.writeTerm(BytesRef term, TermsEnum termsEnum, FixedBitSet docsSeen, NormsProducer norms) Write all postings for one term; use the providedTermsEnumto pull aPostingsEnum.final BlockTermStatePushPostingsWriterBase.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 classMethods in org.apache.lucene.codecs.blockterms that return TermsEnumMethods in org.apache.lucene.codecs.blockterms with parameters of type TermsEnumModifier and TypeMethodDescription(package private) voidBlockTermsWriter.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 classfinal classIterates 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 TypeMethodDescriptionvoidOrdsBlockTreeTermsWriter.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 classFields in org.apache.lucene.codecs.bloom declared as TermsEnumModifier and TypeFieldDescriptionprivate TermsEnumBloomFilteringPostingsFormat.BloomFilteredFieldsProducer.BloomFilteredTermsEnum.delegateTermsEnumMethods in org.apache.lucene.codecs.bloom that return TermsEnumModifier and TypeMethodDescriptionprivate TermsEnumBloomFilteringPostingsFormat.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 TermsEnumLucene90DocValuesProducer.BaseSortedDocValues.termsEnum(package private) final TermsEnumLucene90DocValuesProducer.BaseSortedSetDocValues.termsEnumMethods 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 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.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 TypeMethodDescriptionvoidLucene90BlockTreeTermsWriter.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 classMethods 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 classprivate final class(package private) classprivate final classprivate final classMethods 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 classprivate static classMethods 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 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.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 intUniformSplitTermsWriter.writeFieldTerms(BlockWriter blockWriter, DataOutput fieldsOutput, TermsEnum termsEnum, FieldInfo fieldInfo, NormsProducer normsProducer) protected BlockTermStateUniformSplitTermsWriter.writePostingLine(TermsEnum termsEnum, FieldMetadata fieldMetadata, NormsProducer normsProducer) Writes the posting values for the current term in the givenTermsEnumand updates theFieldMetadatastats. -
Uses of TermsEnum in org.apache.lucene.index
Subclasses of TermsEnum in org.apache.lucene.indexModifier and TypeClassDescriptionclassA FilteredTermsEnum that enumerates terms based upon what is accepted by a DFA.classA 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 classWrapper class for TermsEnum that is used by ExitableTerms for implementing an exitable enumeration of terms.classAbstract class for enumerating a subset of all terms.static classBase class for filteringTermsEnumimplementations.private static classprivate static classprivate static classfinal classfinal classSubclass of FilteredTermsEnum for enumerating a single term.(package private) classImplements aTermsEnumwrapping a providedSortedDocValues.(package private) classImplements aTermsEnumwrapping a providedSortedSetDocValues.Fields in org.apache.lucene.index declared as TermsEnumModifier and TypeFieldDescriptionstatic final TermsEnumTermsEnum.EMPTYAn empty TermsEnum for quickly returning an empty instance e.g.protected final TermsEnumFilterLeafReader.FilterTermsEnum.inThe underlying TermsEnum instance.protected final TermsEnumFilteredTermsEnum.tenumThe delegateTermsEnum.(package private) TermsEnumBufferedUpdatesStream.SegmentState.termsEnumprivate TermsEnumFrozenBufferedUpdates.TermDocsIterator.termsEnum(package private) TermsEnumTermsEnumIndex.termsEnumMethods 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 TermsEnumTerms.iterator()Returns an iterator that will step through all terms.private static TermsEnumTermStates.loadTermsEnum(LeafReaderContext ctx, Term term) MultiTermsEnum.reset(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 aTermsEnumover the values.SortedSetDocValues.termsEnum()Returns aTermsEnumover the values.Methods in org.apache.lucene.index with parameters of type TermsEnumModifier and TypeMethodDescriptionstatic OrdinalMapOrdinalMap.build(IndexReader.CacheKey owner, TermsEnum[] subs, long[] weights, float acceptableOverheadRatio) Creates an ordinal map that allows mapping ords to/from a merged space fromsubs.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 *protectedFilteredTermsEnum(TermsEnum tenum) Creates a filteredTermsEnumon a terms enum.protectedFilteredTermsEnum(TermsEnum tenum, boolean startWithSeek) Creates a filteredTermsEnumon a terms enum.protectedCreates a new FilterTermsEnum(package private)OrdinalMap(IndexReader.CacheKey owner, TermsEnum[] subs, OrdinalMap.SegmentMap segmentMap, float acceptableOverheadRatio) Here is how the OrdinalMap encodes the mapping from global ords to local segment ords.SingleTermsEnum(TermsEnum tenum, BytesRef termText) Creates a newSingleTermsEnum.(package private)SortingTermsEnum(TermsEnum in, Sorter.DocMap docMap, IndexOptions indexOptions) (package private)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 IntervalIteratorprivate IntervalMatchesIterator(package private) static IntervalMatchesIterator(package private) static floatTermIntervalsSource.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 floatSpanTermQuery.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 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.Methods in org.apache.lucene.sandbox.codecs.idversion that return TermsEnumMethods in org.apache.lucene.sandbox.codecs.idversion with parameters of type TermsEnumModifier and TypeMethodDescriptionvoidVersionBlockTreeTermsWriter.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 TermsEnumPhraseWildcardQuery.createTermsEnum(PhraseWildcardQuery.MultiTerm multiTerm, LeafReaderContext leafReaderContext) Creates theTermsEnumfor the givenPhraseWildcardQuery.MultiTermand segment. -
Uses of TermsEnum in org.apache.lucene.search
Subclasses of TermsEnum in org.apache.lucene.searchModifier and TypeClassDescriptionfinal classSubclass of TermsEnum for enumerating all terms that are similar to the specified filter term.private classLike a babyAutomatonTermsEnum, ping-pong intersects the terms dict against our encoded query terms.Fields in org.apache.lucene.search declared as TermsEnumModifier and TypeFieldDescriptionprivate TermsEnumFuzzyTermsEnum.actualEnumprivate final TermsEnumDisjunctionMatchesIterator.TermsEnumDisjunctionMatchesIterator.te(package private) TermsEnumScoringRewrite.ParallelArraysTermCollector.termsEnumMethods in org.apache.lucene.search that return TermsEnumModifier and TypeMethodDescriptionprivate TermsEnumFuzzyTermsEnum.getAutomatonEnum(int editDistance, BytesRef lastTerm) return an automata-based enum for matching up to editDistance from lastTerm, if possibleprotected TermsEnumAutomatonQuery.getTermsEnum(Terms terms, AttributeSource atts) protected TermsEnumFuzzyQuery.getTermsEnum(Terms terms, AttributeSource atts) final TermsEnumMultiTermQuery.getTermsEnum(Terms terms) Constructs an enumeration that expands the pattern term.protected abstract TermsEnumMultiTermQuery.getTermsEnum(Terms terms, AttributeSource atts) Construct the enumeration to be used, expanding the pattern term.protected TermsEnumMultiTermQuery.RewriteMethod.getTermsEnum(MultiTermQuery query, Terms terms, AttributeSource atts) Returns theMultiTermQuerysTermsEnumprotected TermsEnumTermInSetQuery.getTermsEnum(Terms terms, AttributeSource atts) private TermsEnumTermQuery.TermWeight.getTermsEnum(LeafReaderContext context) Returns aTermsEnumpositioned 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 TypeMethodDescriptionprivate booleanAbstractMultiTermQueryConstantScoreWrapper.RewritingWeight.collectTerms(int fieldDocCount, TermsEnum termsEnum, List<AbstractMultiTermQueryConstantScoreWrapper.TermAndState> terms) protected abstract AbstractMultiTermQueryConstantScoreWrapper.WeightOrDocIdSetIteratorAbstractMultiTermQueryConstantScoreWrapper.RewritingWeight.rewriteInner(LeafReaderContext context, int fieldDocCount, Terms terms, TermsEnum termsEnum, List<AbstractMultiTermQueryConstantScoreWrapper.TermAndState> collectedTerms) Rewrite the query as either aWeightor aDocIdSetIteratorwrapped in aAbstractMultiTermQueryConstantScoreWrapper.WeightOrDocIdSetIterator.voidScoringRewrite.ParallelArraysTermCollector.setNextEnum(TermsEnum termsEnum) abstract voidTermCollectingRewrite.TermCollector.setNextEnum(TermsEnum termsEnum) the next segment'sTermsEnumthat is used to collect termsstatic floatPhraseQuery.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)(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 TermsEnumTermOrdValComparator.CompetitiveIterator.docValuesTermsConstructors 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 TermsEnumTermGroupFacetCollector.MV.facetOrdTermsEnum(package private) final TermsEnumTermGroupFacetCollector.MV.SegmentResult.tenum(package private) final TermsEnumTermGroupFacetCollector.SV.SegmentResult.tenumConstructors 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 TypeClassDescriptionclassA filtered TermsEnum that uses a BytesRefHash as a filterMethods in org.apache.lucene.search.join that return TermsEnumModifier and TypeMethodDescriptionprotected TermsEnumTermsQuery.getTermsEnum(Terms terms, AttributeSource atts) Methods in org.apache.lucene.search.join with parameters of type TermsEnumModifier and TypeMethodDescriptionprotected voidTermsIncludingScoreQuery.MVInOrderScorer.fillDocsAndScores(FixedBitSet matchingDocs, TermsEnum termsEnum) protected voidTermsIncludingScoreQuery.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, float boost) SeekingTermSetTermsEnum(TermsEnum tenum, BytesRefHash terms, int[] ords) Constructor(package private)SVInOrderScorer(Weight weight, TermsEnum termsEnum, int maxDoc, long cost, float boost) -
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 classFields in org.apache.lucene.search.uhighlight declared as TermsEnumModifier and TypeFieldDescriptionprivate final TermsEnumTermVectorFilteredLeafReader.TermVectorFilteredTermsEnum.baseTermsEnumMethods 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