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

Packages that use TermEnum
org.apache.lucene.index Code to maintain and access indices. 
org.apache.lucene.search Search over indices. 
 

Uses of TermEnum in org.apache.lucene.index
 

Methods in org.apache.lucene.index that return TermEnum
abstract  TermEnum IndexReader.terms()
          Returns an enumeration of all the terms in the index.
abstract  TermEnum IndexReader.terms(Term t)
          Returns an enumeration of all terms after a given term.
 

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 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 with parameters of type TermEnum
protected  void FilteredTermEnum.setEnum(TermEnum actualEnum)
           
 



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