Uses of Enum Class
org.apache.lucene.index.FilteredTermsEnum.AcceptStatus
Packages that use FilteredTermsEnum.AcceptStatus
Package
Description
Codecs API: API for customization of the encoding and structure of the index.
Code to maintain and access indices.
Support for index-time and query-time joins.
-
Uses of FilteredTermsEnum.AcceptStatus in org.apache.lucene.codecs
Methods in org.apache.lucene.codecs that return FilteredTermsEnum.AcceptStatus -
Uses of FilteredTermsEnum.AcceptStatus in org.apache.lucene.index
Methods in org.apache.lucene.index that return FilteredTermsEnum.AcceptStatusModifier and TypeMethodDescriptionprotected FilteredTermsEnum.AcceptStatus
Returns true if the term matches the automaton.protected abstract FilteredTermsEnum.AcceptStatus
Return if term is accepted, not accepted or the iteration should ended (and possibly seek).protected FilteredTermsEnum.AcceptStatus
Returns the enum constant of this class with the specified name.static FilteredTermsEnum.AcceptStatus[]
FilteredTermsEnum.AcceptStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of FilteredTermsEnum.AcceptStatus in org.apache.lucene.search.join
Methods in org.apache.lucene.search.join that return FilteredTermsEnum.AcceptStatus