Uses of Class
org.apache.lucene.index.FilteredTermsEnum

Packages that use FilteredTermsEnum
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
 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
 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.
 



Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.