Uses of Class
org.apache.lucene.index.TermsEnum
-
Packages that use TermsEnum 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.bloom Codec PostingsFormat for fast access to low-frequency terms such as primary key fields.org.apache.lucene.codecs.compressing StoredFieldsFormat that allows cross-document and cross-field compression of stored fields.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.lucene70 Components from the Lucene 7.0 index format.org.apache.lucene.codecs.lucene80 Components from the Lucene 8.0 index format Seeorg.apache.lucene.codecs.lucene84for an overview of the index format.org.apache.lucene.codecs.memory Term dictionary, DocValues or Postings formats that are read entirely into memory.org.apache.lucene.codecs.simpletext Simpletext Codec: writes human readable postings.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.misc Miscellaneous index tools.org.apache.lucene.queries.intervals Intervals queriesorg.apache.lucene.search Code to search indices.org.apache.lucene.search.grouping Grouping.org.apache.lucene.search.join Support for index-time and query-time joins.org.apache.lucene.search.spans The calculus of spans.org.apache.lucene.search.spell Suggest alternate spellings for words.org.apache.lucene.search.suggest.document Support for document suggestionorg.apache.lucene.search.uhighlight The UnifiedHighlighter -- a flexible highlighter that can get offsets from postings, term vectors, or analysis.org.apache.lucene.util.automaton Finite-state automaton for regular expressions. -
-
Uses of TermsEnum in org.apache.lucene.codecs
Subclasses of TermsEnum in org.apache.lucene.codecs Modifier and Type Class Description (package private) static classDocValuesConsumer.BitsFilteredTermsEnumprivate static classDocValuesConsumer.MergedTermsEnumA mergedTermsEnum.Fields in org.apache.lucene.codecs declared as TermsEnum Modifier and Type Field Description private TermsEnum[]DocValuesConsumer.MergedTermsEnum. subsMethods in org.apache.lucene.codecs with parameters of type TermsEnum Modifier and Type Method Description abstract BlockTermStatePostingsWriterBase. writeTerm(BytesRef term, TermsEnum termsEnum, FixedBitSet docsSeen, NormsProducer norms)Write all postings for one term; use the providedTermsEnumto pull aPostingsEnum.BlockTermStatePushPostingsWriterBase. writeTerm(BytesRef term, TermsEnum termsEnum, FixedBitSet docsSeen, NormsProducer norms)Constructors in org.apache.lucene.codecs with parameters of type TermsEnum Constructor Description BitsFilteredTermsEnum(TermsEnum in, LongBitSet liveTerms)MergedTermsEnum(OrdinalMap ordinalMap, TermsEnum[] subs) -
Uses of TermsEnum in org.apache.lucene.codecs.blockterms
Subclasses of TermsEnum in org.apache.lucene.codecs.blockterms Modifier and Type Class Description private classBlockTermsReader.FieldReader.SegmentTermsEnumMethods in org.apache.lucene.codecs.blockterms that return TermsEnum Modifier and Type Method Description TermsEnumBlockTermsReader.FieldReader. iterator()Methods in org.apache.lucene.codecs.blockterms with parameters of type TermsEnum Modifier and Type Method Description (package private) voidBlockTermsWriter.TermsWriter. write(BytesRef text, TermsEnum termsEnum, NormsProducer norms) -
Uses of TermsEnum in org.apache.lucene.codecs.blocktree
Subclasses of TermsEnum in org.apache.lucene.codecs.blocktree Modifier and Type Class Description (package private) classIntersectTermsEnumThis is used to implement efficientTerms.intersect(org.apache.lucene.util.automaton.CompiledAutomaton, org.apache.lucene.util.BytesRef)for block-tree.(package private) classSegmentTermsEnumIterates through terms in this field.Methods in org.apache.lucene.codecs.blocktree that return TermsEnum Modifier and Type Method Description TermsEnumFieldReader. intersect(CompiledAutomaton compiled, BytesRef startTerm)TermsEnumFieldReader. iterator()Methods in org.apache.lucene.codecs.blocktree with parameters of type TermsEnum Modifier and Type Method Description voidBlockTreeTermsWriter.TermsWriter. write(BytesRef text, TermsEnum termsEnum, NormsProducer norms)Writes one term's worth of postings. -
Uses of TermsEnum in org.apache.lucene.codecs.blocktreeords
Subclasses of TermsEnum in org.apache.lucene.codecs.blocktreeords Modifier and Type Class Description (package private) classOrdsIntersectTermsEnumclassOrdsSegmentTermsEnumIterates through terms in this field.Methods in org.apache.lucene.codecs.blocktreeords that return TermsEnum Modifier and Type Method Description TermsEnumOrdsFieldReader. intersect(CompiledAutomaton compiled, BytesRef startTerm)TermsEnumOrdsFieldReader. iterator()Methods in org.apache.lucene.codecs.blocktreeords with parameters of type TermsEnum Modifier and Type Method Description voidOrdsBlockTreeTermsWriter.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.bloom Modifier and Type Class Description (package private) static classBloomFilteringPostingsFormat.BloomFilteredFieldsProducer.BloomFilteredTermsEnumFields in org.apache.lucene.codecs.bloom declared as TermsEnum Modifier and Type Field Description private TermsEnumBloomFilteringPostingsFormat.BloomFilteredFieldsProducer.BloomFilteredTermsEnum. delegateTermsEnumMethods in org.apache.lucene.codecs.bloom that return TermsEnum Modifier and Type Method Description private TermsEnumBloomFilteringPostingsFormat.BloomFilteredFieldsProducer.BloomFilteredTermsEnum. delegate()TermsEnumBloomFilteringPostingsFormat.BloomFilteredFieldsProducer.BloomFilteredTerms. intersect(CompiledAutomaton compiled, BytesRef startTerm)TermsEnumBloomFilteringPostingsFormat.BloomFilteredFieldsProducer.BloomFilteredTerms. iterator() -
Uses of TermsEnum in org.apache.lucene.codecs.compressing
Subclasses of TermsEnum in org.apache.lucene.codecs.compressing Modifier and Type Class Description private static classCompressingTermVectorsReader.TVTermsEnumMethods in org.apache.lucene.codecs.compressing that return TermsEnum Modifier and Type Method Description TermsEnumCompressingTermVectorsReader.TVTerms. iterator() -
Uses of TermsEnum in org.apache.lucene.codecs.idversion
Subclasses of TermsEnum in org.apache.lucene.codecs.idversion Modifier and Type Class Description classIDVersionSegmentTermsEnumIterates 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.codecs.idversion that return TermsEnum Modifier and Type Method Description TermsEnumVersionFieldReader. iterator()Methods in org.apache.lucene.codecs.idversion with parameters of type TermsEnum Modifier and Type Method Description voidVersionBlockTreeTermsWriter.TermsWriter. write(BytesRef text, TermsEnum termsEnum, NormsProducer norms)Writes one term's worth of postings. -
Uses of TermsEnum in org.apache.lucene.codecs.lucene70
Subclasses of TermsEnum in org.apache.lucene.codecs.lucene70 Modifier and Type Class Description private static classLucene70DocValuesProducer.TermsDictFields in org.apache.lucene.codecs.lucene70 declared as TermsEnum Modifier and Type Field Description (package private) TermsEnumLucene70DocValuesProducer.BaseSortedDocValues. termsEnum(package private) TermsEnumLucene70DocValuesProducer.BaseSortedSetDocValues. termsEnumMethods in org.apache.lucene.codecs.lucene70 that return TermsEnum Modifier and Type Method Description TermsEnumLucene70DocValuesProducer.BaseSortedDocValues. termsEnum()TermsEnumLucene70DocValuesProducer.BaseSortedSetDocValues. termsEnum() -
Uses of TermsEnum in org.apache.lucene.codecs.lucene80
Subclasses of TermsEnum in org.apache.lucene.codecs.lucene80 Modifier and Type Class Description private static classLucene80DocValuesProducer.TermsDictFields in org.apache.lucene.codecs.lucene80 declared as TermsEnum Modifier and Type Field Description (package private) TermsEnumLucene80DocValuesProducer.BaseSortedDocValues. termsEnum(package private) TermsEnumLucene80DocValuesProducer.BaseSortedSetDocValues. termsEnumMethods in org.apache.lucene.codecs.lucene80 that return TermsEnum Modifier and Type Method Description TermsEnumLucene80DocValuesProducer.BaseSortedDocValues. termsEnum()TermsEnumLucene80DocValuesProducer.BaseSortedSetDocValues. termsEnum() -
Uses of TermsEnum in org.apache.lucene.codecs.memory
Subclasses of TermsEnum in org.apache.lucene.codecs.memory Modifier and Type Class Description private classDirectPostingsFormat.DirectField.DirectIntersectTermsEnumprivate classDirectPostingsFormat.DirectField.DirectTermsEnum(package private) classFSTTermsReader.TermsReader.BaseTermsEnumprivate classFSTTermsReader.TermsReader.IntersectTermsEnumprivate classFSTTermsReader.TermsReader.SegmentTermsEnumMethods in org.apache.lucene.codecs.memory that return TermsEnum Modifier and Type Method Description TermsEnumDirectPostingsFormat.DirectField. intersect(CompiledAutomaton compiled, BytesRef startTerm)TermsEnumFSTTermsReader.TermsReader. intersect(CompiledAutomaton compiled, BytesRef startTerm)TermsEnumDirectPostingsFormat.DirectField. iterator()TermsEnumFSTTermsReader.TermsReader. iterator()TermsEnumLegacySortedDocValues. termsEnum()Deprecated.Returns aTermsEnumover the values.TermsEnumLegacySortedSetDocValues. termsEnum()Deprecated.Returns aTermsEnumover the values. -
Uses of TermsEnum in org.apache.lucene.codecs.simpletext
Subclasses of TermsEnum in org.apache.lucene.codecs.simpletext Modifier and Type Class Description private classSimpleTextFieldsReader.SimpleTextTermsEnumprivate static classSimpleTextTermVectorsReader.SimpleTVTermsEnumMethods in org.apache.lucene.codecs.simpletext that return TermsEnum Modifier and Type Method Description TermsEnumSimpleTextFieldsReader.SimpleTextTerms. iterator()TermsEnumSimpleTextTermVectorsReader.SimpleTVTerms. iterator() -
Uses of TermsEnum in org.apache.lucene.codecs.uniformsplit
Subclasses of TermsEnum in org.apache.lucene.codecs.uniformsplit Modifier and Type Class Description classBlockReaderSeeks the block corresponding to a given term, read the block bytes, and scans the block terms.classIntersectBlockReaderThe "intersect"TermsEnumresponse toUniformSplitTerms.intersect(CompiledAutomaton, BytesRef), intersecting the terms with an automaton.Methods in org.apache.lucene.codecs.uniformsplit that return TermsEnum Modifier and Type Method Description TermsEnumUniformSplitTerms. intersect(CompiledAutomaton compiled, BytesRef startTerm)TermsEnumUniformSplitTerms. iterator()Methods in org.apache.lucene.codecs.uniformsplit with parameters of type TermsEnum Modifier and Type Method Description protected 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.codecs.uniformsplit.sharedterms
Subclasses of TermsEnum in org.apache.lucene.codecs.uniformsplit.sharedterms Modifier and Type Class Description classSTBlockReaderReads terms blocks with the Shared Terms format.classSTIntersectBlockReaderThe "intersect"TermsEnumresponse toSTUniformSplitTerms.intersect(CompiledAutomaton, BytesRef), intersecting the terms with an automaton.classSTMergingBlockReaderclassSTMergingTermsEnumCombinesPostingsEnumfor the same term for a given field from multiple segments.Fields in org.apache.lucene.codecs.uniformsplit.sharedterms declared as TermsEnum Modifier and Type Field Description (package private) TermsEnumSTUniformSplitTermsWriter.FieldTerms. termsEnumMethods in org.apache.lucene.codecs.uniformsplit.sharedterms that return TermsEnum Modifier and Type Method Description TermsEnumSTUniformSplitTerms. intersect(CompiledAutomaton compiled, BytesRef startTerm)TermsEnumSTUniformSplitTerms. iterator()Constructors in org.apache.lucene.codecs.uniformsplit.sharedterms with parameters of type TermsEnum Constructor Description FieldTerms(FieldMetadata fieldMetadata, TermsEnum termsEnum) -
Uses of TermsEnum in org.apache.lucene.index
Subclasses of TermsEnum in org.apache.lucene.index Modifier and Type Class Description classAutomatonTermsEnumA FilteredTermsEnum that enumerates terms based upon what is accepted by a DFA.classBaseTermsEnumA 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 classExitableDirectoryReader.ExitableTermsEnumWrapper class for TermsEnum that is used by ExitableTerms for implementing an exitable enumeration of terms.classFilteredTermsEnumAbstract class for enumerating a subset of all terms.static classFilterLeafReader.FilterTermsEnumBase class for filteringTermsEnumimplementations.private static classFreqProxFields.FreqProxTermsEnumprivate static classFreqProxTermsWriter.SortingTermsEnumprivate static classMappedMultiFields.MappedMultiTermsEnumclassMultiTermsEnumclassSingleTermsEnumSubclass of FilteredTermsEnum for enumerating a single term.(package private) classSortedDocValuesTermsEnumImplements aTermsEnumwrapping a providedSortedDocValues.(package private) classSortedSetDocValuesTermsEnumImplements aTermsEnumwrapping a providedSortedSetDocValues.Fields in org.apache.lucene.index declared as TermsEnum Modifier and Type Field Description static TermsEnumTermsEnum. EMPTYAn empty TermsEnum for quickly returning an empty instance e.g.protected TermsEnumFilterLeafReader.FilterTermsEnum. inThe underlying TermsEnum instance.protected TermsEnumFilteredTermsEnum. tenumThe delegateTermsEnum.(package private) TermsEnumMultiTermsEnum.TermsEnumWithSlice. terms(package private) TermsEnumBufferedUpdatesStream.SegmentState. termsEnumprivate TermsEnumFrozenBufferedUpdates.TermDocsIterator. termsEnum(package private) TermsEnumMultiTermsEnum.TermsEnumIndex. termsEnum(package private) TermsEnumOrdinalMap.TermsEnumIndex. termsEnumMethods in org.apache.lucene.index that return TermsEnum Modifier and Type Method Description TermsEnumExitableDirectoryReader.ExitableTerms. intersect(CompiledAutomaton compiled, BytesRef startTerm)TermsEnumFilterSortedDocValues. intersect(CompiledAutomaton automaton)TermsEnumFilterSortedSetDocValues. intersect(CompiledAutomaton automaton)TermsEnumFreqProxTermsWriter.SortingTerms. intersect(CompiledAutomaton compiled, BytesRef startTerm)TermsEnumMultiTerms. intersect(CompiledAutomaton compiled, BytesRef startTerm)TermsEnumSortedDocValues. intersect(CompiledAutomaton automaton)TermsEnumSortedSetDocValues. intersect(CompiledAutomaton automaton)TermsEnumTerms. intersect(CompiledAutomaton compiled, BytesRef startTerm)Returns a TermsEnum that iterates over all terms and documents that are accepted by the providedCompiledAutomaton.TermsEnumExitableDirectoryReader.ExitableTerms. iterator()TermsEnumFilterLeafReader.FilterTerms. iterator()TermsEnumFreqProxFields.FreqProxTerms. iterator()TermsEnumFreqProxTermsWriter.SortingTerms. iterator()TermsEnumMappedMultiFields.MappedMultiTerms. iterator()TermsEnumMultiTerms. iterator()abstract TermsEnumTerms. iterator()Returns an iterator that will step through all terms.private static TermsEnumTermStates. loadTermsEnum(LeafReaderContext ctx, Term term)TermsEnumMultiTermsEnum. reset(MultiTermsEnum.TermsEnumIndex[] termsEnumsIndex)The terms array must be newly created TermsEnum, ieBytesRefIterator.next()has not yet been called.TermsEnumFilterSortedDocValues. termsEnum()TermsEnumFilterSortedSetDocValues. termsEnum()TermsEnumSingletonSortedSetDocValues. termsEnum()TermsEnumSortedDocValues. termsEnum()Returns aTermsEnumover the values.TermsEnumSortedSetDocValues. termsEnum()Returns aTermsEnumover the values.Methods in org.apache.lucene.index with parameters of type TermsEnum Modifier and Type Method Description static 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.private static longCheckIndex. getDocsFromTermRange(java.lang.String field, int maxDoc, TermsEnum termsEnum, FixedBitSet docsSeen, BytesRef minTerm, BytesRef maxTerm, boolean isIntersect)Visits all terms in the range minTerm (inclusive) to maxTerm (exclusive), marking all doc IDs encountered into allDocsSeen, and returning the total number of terms visited.voidMultiTermsEnum.TermsEnumWithSlice. reset(TermsEnum terms, BytesRef term)Constructors in org.apache.lucene.index with parameters of type TermsEnum Constructor Description AutomatonTermsEnum(TermsEnum tenum, CompiledAutomaton compiled)Construct an enumerator based upon an automaton, enumerating the specified field, working on a supplied TermsEnumExitableTermsEnum(TermsEnum termsEnum, QueryTimeout queryTimeout)ConstructorFilteredTermsEnum(TermsEnum tenum)Creates a filteredTermsEnumon a terms enum.FilteredTermsEnum(TermsEnum tenum, boolean startWithSeek)Creates a filteredTermsEnumon a terms enum.FilterTermsEnum(TermsEnum in)Creates a new FilterTermsEnumOrdinalMap(IndexReader.CacheKey owner, TermsEnum[] subs, OrdinalMap.SegmentMap segmentMap, float acceptableOverheadRatio)SingleTermsEnum(TermsEnum tenum, BytesRef termText)Creates a newSingleTermsEnum.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 Modifier and Type Class Description private classMemoryIndex.MemoryIndexReader.MemoryTermsEnum -
Uses of TermsEnum in org.apache.lucene.misc
Methods in org.apache.lucene.misc with parameters of type TermsEnum Modifier and Type Method Description protected voidHighFreqTerms.TermStatsQueue. fill(java.lang.String field, TermsEnum termsEnum) -
Uses of TermsEnum in org.apache.lucene.queries.intervals
Methods in org.apache.lucene.queries.intervals with parameters of type TermsEnum Modifier and Type Method Description private IntervalIteratorPayloadFilteredTermIntervalsSource. intervals(TermsEnum te)(package private) static IntervalIteratorTermIntervalsSource. intervals(BytesRef term, TermsEnum te)private IntervalMatchesIteratorPayloadFilteredTermIntervalsSource. matches(TermsEnum te, int doc)(package private) static IntervalMatchesIteratorTermIntervalsSource. matches(TermsEnum te, int doc, java.lang.String field)(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.search
Subclasses of TermsEnum in org.apache.lucene.search Modifier and Type Class Description classFuzzyTermsEnumSubclass of TermsEnum for enumerating all terms that are similar to the specified filter term.Fields in org.apache.lucene.search declared as TermsEnum Modifier and Type Field Description private TermsEnumFuzzyTermsEnum. actualEnumprivate TermsEnumDisjunctionMatchesIterator.TermsEnumDisjunctionMatchesIterator. te(package private) TermsEnumScoringRewrite.ParallelArraysTermCollector. termsEnum(package private) TermsEnumTermInSetQuery.TermAndState. termsEnumMethods in org.apache.lucene.search that return TermsEnum Modifier and Type Method Description protected TermsEnumPhraseWildcardQuery. createTermsEnum(PhraseWildcardQuery.MultiTerm multiTerm, LeafReaderContext leafReaderContext)Creates theTermsEnumfor the givenPhraseWildcardQuery.MultiTermand segment.private 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)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 theMultiTermQuerysTermsEnumprivate 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 TermsEnum Modifier and Type Method Description voidScoringRewrite.ParallelArraysTermCollector. setNextEnum(TermsEnum termsEnum)abstract voidTermCollectingRewrite.TermCollector. setNextEnum(TermsEnum termsEnum)the next segment'sTermsEnumthat is used to collect terms(package private) static 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 TermsEnum Constructor Description TermAndState(java.lang.String field, TermsEnum termsEnum)TermsEnumDisjunctionMatchesIterator(MatchesIterator first, BytesRefIterator terms, TermsEnum te, int doc, Query query) -
Uses of TermsEnum in org.apache.lucene.search.grouping
Fields in org.apache.lucene.search.grouping declared as TermsEnum Modifier and Type Field Description private TermsEnumTermGroupFacetCollector.MV. facetOrdTermsEnum(package private) TermsEnumTermGroupFacetCollector.MV.SegmentResult. tenum(package private) TermsEnumTermGroupFacetCollector.SV.SegmentResult. tenumConstructors in org.apache.lucene.search.grouping with parameters of type TermsEnum Constructor Description SegmentResult(int[] counts, int total, int missingCountIndex, TermsEnum tenum, int startFacetOrd, int endFacetOrd)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.join Modifier and Type Class Description classSeekingTermSetTermsEnumA filtered TermsEnum that uses a BytesRefHash as a filterMethods in org.apache.lucene.search.join that return TermsEnum Modifier and Type Method Description protected TermsEnumTermsQuery. getTermsEnum(Terms terms, AttributeSource atts)Methods in org.apache.lucene.search.join with parameters of type TermsEnum Modifier and Type Method Description protected 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 TermsEnum Constructor Description MVInOrderScorer(Weight weight, TermsEnum termsEnum, int maxDoc, long cost)SeekingTermSetTermsEnum(TermsEnum tenum, BytesRefHash terms, int[] ords)ConstructorSVInOrderScorer(Weight weight, TermsEnum termsEnum, int maxDoc, long cost) -
Uses of TermsEnum in org.apache.lucene.search.spans
Methods in org.apache.lucene.search.spans with parameters of type TermsEnum Modifier and Type Method Description (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.search.spell
Fields in org.apache.lucene.search.spell declared as TermsEnum Modifier and Type Field Description private TermsEnumHighFrequencyDictionary.HighFrequencyIterator. termsEnum -
Uses of TermsEnum in org.apache.lucene.search.suggest.document
Methods in org.apache.lucene.search.suggest.document with parameters of type TermsEnum Modifier and Type Method Description voidCompletionFieldsConsumer.CompletionTermWriter. write(BytesRef term, TermsEnum termsEnum)Writes all postings (surface form, weight, document id) forterm -
Uses of TermsEnum in org.apache.lucene.search.uhighlight
Subclasses of TermsEnum in org.apache.lucene.search.uhighlight Modifier and Type Class Description private static classTermVectorFilteredLeafReader.TermVectorFilteredTermsEnumFields in org.apache.lucene.search.uhighlight declared as TermsEnum Modifier and Type Field Description private TermsEnumTermVectorFilteredLeafReader.TermVectorFilteredTermsEnum. baseTermsEnumMethods in org.apache.lucene.search.uhighlight that return TermsEnum Modifier and Type Method Description TermsEnumTermVectorFilteredLeafReader.TermsFilteredTerms. intersect(CompiledAutomaton compiled, BytesRef startTerm)TermsEnumTermVectorFilteredLeafReader.TermsFilteredTerms. iterator()Constructors in org.apache.lucene.search.uhighlight with parameters of type TermsEnum Constructor Description TermVectorFilteredTermsEnum(TermsEnum baseTermsEnum, TermsEnum filteredTermsEnum) -
Uses of TermsEnum in org.apache.lucene.util.automaton
Methods in org.apache.lucene.util.automaton that return TermsEnum Modifier and Type Method Description TermsEnumCompiledAutomaton. getTermsEnum(Terms terms)
-