Uses of Class
org.apache.lucene.index.FilteredTermsEnum
-
Packages that use FilteredTermsEnum Package Description org.apache.lucene.index Code to maintain and access indices.org.apache.lucene.search Code to search indices. -
-
Uses of FilteredTermsEnum in org.apache.lucene.index
Subclasses of FilteredTermsEnum in org.apache.lucene.index Modifier and Type Class Description class
SingleTermsEnum
Subclass of FilteredTermsEnum for enumerating a single term. -
Uses of FilteredTermsEnum in org.apache.lucene.search
Subclasses of FilteredTermsEnum in org.apache.lucene.search Modifier and Type Class Description class
PrefixTermsEnum
Subclass of FilteredTermEnum for enumerating all terms that match the specified prefix filter term.class
TermRangeTermsEnum
Subclass of FilteredTermEnum for enumerating all terms that match the specified range parameters.
-