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

Packages that use FilteredTermsEnum.AcceptStatus
org.apache.lucene.index Code to maintain and access indices. 
org.apache.lucene.search Code to search indices. 
 

Uses of FilteredTermsEnum.AcceptStatus in org.apache.lucene.index
 

Methods in org.apache.lucene.index that return FilteredTermsEnum.AcceptStatus
protected  FilteredTermsEnum.AcceptStatus SingleTermsEnum.accept(BytesRef term)
           
protected abstract  FilteredTermsEnum.AcceptStatus FilteredTermsEnum.accept(BytesRef term)
          Return if term is accepted, not accepted or the iteration should ended (and possibly seek).
static FilteredTermsEnum.AcceptStatus FilteredTermsEnum.AcceptStatus.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FilteredTermsEnum.AcceptStatus[] FilteredTermsEnum.AcceptStatus.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of FilteredTermsEnum.AcceptStatus in org.apache.lucene.search
 

Methods in org.apache.lucene.search that return FilteredTermsEnum.AcceptStatus
protected  FilteredTermsEnum.AcceptStatus PrefixTermsEnum.accept(BytesRef term)
           
protected  FilteredTermsEnum.AcceptStatus TermRangeTermsEnum.accept(BytesRef term)
           
 



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