Uses of Class
org.apache.lucene.index.FilteredTermsEnum.AcceptStatus
-
Packages that use FilteredTermsEnum.AcceptStatus Package Description org.apache.lucene.index org.elasticsearch.index.fielddata -
-
Uses of FilteredTermsEnum.AcceptStatus in org.apache.lucene.index
Methods in org.apache.lucene.index that return FilteredTermsEnum.AcceptStatus Modifier and Type Method Description protected FilteredTermsEnum.AcceptStatusAutomatonTermsEnum. accept(BytesRef term)Returns true if the term matches the automaton.protected abstract FilteredTermsEnum.AcceptStatusFilteredTermsEnum. accept(BytesRef term)Return if term is accepted, not accepted or the iteration should ended (and possibly seek).protected FilteredTermsEnum.AcceptStatusSingleTermsEnum. accept(BytesRef term)static FilteredTermsEnum.AcceptStatusFilteredTermsEnum.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.elasticsearch.index.fielddata
Methods in org.elasticsearch.index.fielddata that return FilteredTermsEnum.AcceptStatus Modifier and Type Method Description protected FilteredTermsEnum.AcceptStatusRamAccountingTermsEnum. accept(BytesRef term)Always accept the term.
-