|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use FilteredTermEnum | |
| org.apache.lucene.search | Search over indices. |
| Uses of FilteredTermEnum in org.apache.lucene.search |
| Subclasses of FilteredTermEnum in org.apache.lucene.search | |
class |
FuzzyTermEnum
Subclass of FilteredTermEnum for enumerating all terms that are similiar to the specified filter term. |
class |
WildcardTermEnum
Subclass of FilteredTermEnum for enumerating all terms that match the specified wildcard filter term. |
| Methods in org.apache.lucene.search that return FilteredTermEnum | |
protected FilteredTermEnum |
FuzzyQuery.getEnum(IndexReader reader)
|
protected abstract FilteredTermEnum |
MultiTermQuery.getEnum(IndexReader reader)
Construct the enumeration to be used, expanding the pattern term. |
protected FilteredTermEnum |
WildcardQuery.getEnum(IndexReader reader)
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||