|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TermEnum | |
---|---|
org.apache.lucene.index | Code to maintain and access indices. |
org.apache.lucene.index.pruning |
Static Index Pruning Tools |
org.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 | |
---|---|
static class |
FilterIndexReader.FilterTermEnum
Base class for filtering TermEnum implementations. |
Fields in org.apache.lucene.index declared as TermEnum | |
---|---|
protected TermEnum |
FilterIndexReader.FilterTermEnum.in
|
Methods in org.apache.lucene.index that return TermEnum | |
---|---|
TermEnum |
PruningReader.terms()
Applies TermPruningPolicy to term enum. |
TermEnum |
ParallelReader.terms()
|
abstract TermEnum |
IndexReader.terms()
Returns an enumeration of all the terms in the index. |
TermEnum |
MultiReader.terms()
|
TermEnum |
FilterIndexReader.terms()
|
TermEnum |
SegmentReader.terms()
|
TermEnum |
ParallelReader.terms(Term term)
|
abstract TermEnum |
IndexReader.terms(Term t)
Returns an enumeration of all terms starting at a given term. |
TermEnum |
MultiReader.terms(Term term)
|
TermEnum |
FilterIndexReader.terms(Term t)
|
TermEnum |
SegmentReader.terms(Term t)
|
Methods in org.apache.lucene.index with parameters of type TermEnum | |
---|---|
void |
TermDocs.seek(TermEnum termEnum)
Sets this to the data for the current term in a TermEnum . |
void |
AbstractAllTermDocs.seek(TermEnum termEnum)
|
void |
MultipleTermPositions.seek(TermEnum termEnum)
Not implemented. |
void |
FilterIndexReader.FilterTermDocs.seek(TermEnum termEnum)
|
Constructors in org.apache.lucene.index with parameters of type TermEnum | |
---|---|
FilterIndexReader.FilterTermEnum(TermEnum in)
|
Uses of TermEnum in org.apache.lucene.index.pruning |
---|
Methods in org.apache.lucene.index.pruning with parameters of type TermEnum | |
---|---|
boolean |
CarmelUniformTermPruningPolicy.pruneTermEnum(TermEnum te)
|
boolean |
TFTermPruningPolicy.pruneTermEnum(TermEnum te)
|
abstract boolean |
TermPruningPolicy.pruneTermEnum(TermEnum te)
Pruning of all postings for a term (invoked once per term). |
boolean |
RIDFTermPruningPolicy.pruneTermEnum(TermEnum te)
|
boolean |
CarmelTopKTermPruningPolicy.pruneTermEnum(TermEnum te)
|
Uses of TermEnum in org.apache.lucene.queryParser.surround.query |
---|
Methods in org.apache.lucene.queryParser.surround.query that return TermEnum | |
---|---|
TermEnum |
SpanNearClauseFactory.getTermEnum(String termText)
|
Uses of TermEnum in org.apache.lucene.search |
---|
Subclasses of TermEnum in org.apache.lucene.search | |
---|---|
class |
FilteredTermEnum
Abstract class for enumerating a subset of all terms. |
class |
FuzzyTermEnum
Subclass of FilteredTermEnum for enumerating all terms that are similar to the specified filter term. |
class |
PrefixTermEnum
Subclass of FilteredTermEnum for enumerating all terms that match the specified prefix filter term. |
class |
SingleTermEnum
Subclass of FilteredTermEnum for enumerating a single term. |
class |
TermRangeTermEnum
Subclass of FilteredTermEnum for enumerating all terms that match the specified range parameters. |
class |
WildcardTermEnum
Subclass of FilteredTermEnum for enumerating all terms that match the specified wildcard filter term. |
Fields in org.apache.lucene.search declared as TermEnum | |
---|---|
protected TermEnum |
FilteredTermEnum.actualEnum
the delegate enum - to set this member use FilteredTermEnum.setEnum(org.apache.lucene.index.TermEnum) |
Methods in org.apache.lucene.search with parameters of type TermEnum | |
---|---|
protected void |
FilteredTermEnum.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 | |
---|---|
class |
RegexTermEnum
Subclass 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 | |
---|---|
class |
InstantiatedTermEnum
A TermEnum navigating an InstantiatedIndexReader . |
Methods in org.apache.lucene.store.instantiated that return TermEnum | |
---|---|
TermEnum |
InstantiatedIndexReader.terms()
Deprecated. |
TermEnum |
InstantiatedIndexReader.terms(Term t)
Deprecated. |
Methods in org.apache.lucene.store.instantiated with parameters of type TermEnum | |
---|---|
void |
InstantiatedTermDocs.seek(TermEnum termEnum)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |