Uses of Class
org.apache.lucene.index.TermEnum
-
Packages that use TermEnum Package Description org.apache.lucene.index Code to maintain and access indices.org.apache.lucene.index.pruning Static Index Pruning Toolsorg.apache.lucene.queryParser.surround.query This package contains SrndQuery and its subclasses.org.apache.lucene.search Code to search indices.org.apache.lucene.search.regex Regular expression Query.org.apache.lucene.store.instantiated InstantiatedIndex, alternative RAM store for small corpora. -
-
Uses of TermEnum in org.apache.lucene.index
Subclasses of TermEnum in org.apache.lucene.index Modifier and Type Class Description static classFilterIndexReader.FilterTermEnumBase class for filteringTermEnumimplementations.Fields in org.apache.lucene.index declared as TermEnum Modifier and Type Field Description protected TermEnumFilterIndexReader.FilterTermEnum. inMethods in org.apache.lucene.index that return TermEnum Modifier and Type Method Description TermEnumFilterIndexReader. terms()TermEnumFilterIndexReader. terms(Term t)abstract TermEnumIndexReader. terms()Returns an enumeration of all the terms in the index.abstract TermEnumIndexReader. terms(Term t)Returns an enumeration of all terms starting at a given term.TermEnumMultiReader. terms()TermEnumMultiReader. terms(Term term)TermEnumParallelReader. terms()TermEnumParallelReader. terms(Term term)TermEnumPruningReader. terms()AppliesTermPruningPolicyto term enum.TermEnumSegmentReader. terms()TermEnumSegmentReader. terms(Term t)Methods in org.apache.lucene.index with parameters of type TermEnum Modifier and Type Method Description voidAbstractAllTermDocs. seek(TermEnum termEnum)voidFilterIndexReader.FilterTermDocs. seek(TermEnum termEnum)voidMultipleTermPositions. seek(TermEnum termEnum)Not implemented.voidTermDocs. seek(TermEnum termEnum)Sets this to the data for the current term in aTermEnum.Constructors in org.apache.lucene.index with parameters of type TermEnum Constructor Description FilterTermEnum(TermEnum in) -
Uses of TermEnum in org.apache.lucene.index.pruning
Methods in org.apache.lucene.index.pruning with parameters of type TermEnum Modifier and Type Method Description booleanCarmelTopKTermPruningPolicy. pruneTermEnum(TermEnum te)booleanCarmelUniformTermPruningPolicy. pruneTermEnum(TermEnum te)booleanRIDFTermPruningPolicy. pruneTermEnum(TermEnum te)abstract booleanTermPruningPolicy. pruneTermEnum(TermEnum te)Pruning of all postings for a term (invoked once per term).booleanTFTermPruningPolicy. pruneTermEnum(TermEnum te) -
Uses of TermEnum in org.apache.lucene.queryParser.surround.query
Methods in org.apache.lucene.queryParser.surround.query that return TermEnum Modifier and Type Method Description TermEnumSpanNearClauseFactory. getTermEnum(String termText) -
Uses of TermEnum in org.apache.lucene.search
Subclasses of TermEnum in org.apache.lucene.search Modifier and Type Class Description classFilteredTermEnumAbstract class for enumerating a subset of all terms.classFuzzyTermEnumSubclass of FilteredTermEnum for enumerating all terms that are similar to the specified filter term.classPrefixTermEnumSubclass of FilteredTermEnum for enumerating all terms that match the specified prefix filter term.classSingleTermEnumSubclass of FilteredTermEnum for enumerating a single term.classTermRangeTermEnumSubclass of FilteredTermEnum for enumerating all terms that match the specified range parameters.classWildcardTermEnumSubclass of FilteredTermEnum for enumerating all terms that match the specified wildcard filter term.Fields in org.apache.lucene.search declared as TermEnum Modifier and Type Field Description protected TermEnumFilteredTermEnum. actualEnumthe delegate enum - to set this member useFilteredTermEnum.setEnum(org.apache.lucene.index.TermEnum)Methods in org.apache.lucene.search with parameters of type TermEnum Modifier and Type Method Description protected voidFilteredTermEnum. setEnum(TermEnum actualEnum)use this method to set the actual TermEnum (e.g. -
Uses of TermEnum in org.apache.lucene.search.regex
Subclasses of TermEnum in org.apache.lucene.search.regex Modifier and Type Class Description classRegexTermEnumSubclass of FilteredTermEnum for enumerating all terms that match the specified regular expression term using the specified regular expression implementation. -
Uses of TermEnum in org.apache.lucene.store.instantiated
Subclasses of TermEnum in org.apache.lucene.store.instantiated Modifier and Type Class Description classInstantiatedTermEnumATermEnumnavigating anInstantiatedIndexReader.Methods in org.apache.lucene.store.instantiated that return TermEnum Modifier and Type Method Description TermEnumInstantiatedIndexReader. terms()Deprecated.TermEnumInstantiatedIndexReader. terms(Term t)Deprecated.Methods in org.apache.lucene.store.instantiated with parameters of type TermEnum Modifier and Type Method Description voidInstantiatedTermDocs. seek(TermEnum termEnum)
-