Uses of Class
org.apache.lucene.search.FilteredTermEnum

Packages that use FilteredTermEnum
org.apache.lucene.search Code to search 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 similar to the specified filter term.
 class PrefixTermEnum
          Subclass of FilteredTermEnum for enumerating all terms that match the specified prefix filter 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.
 

Methods in org.apache.lucene.search that return FilteredTermEnum
protected  FilteredTermEnum WildcardQuery.getEnum(IndexReader reader)
           
protected  FilteredTermEnum PrefixQuery.getEnum(IndexReader reader)
           
protected  FilteredTermEnum NumericRangeQuery.getEnum(IndexReader reader)
           
protected  FilteredTermEnum FuzzyQuery.getEnum(IndexReader reader)
           
protected  FilteredTermEnum TermRangeQuery.getEnum(IndexReader reader)
           
protected abstract  FilteredTermEnum MultiTermQuery.getEnum(IndexReader reader)
          Construct the enumeration to be used, expanding the pattern term.
 



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