Uses of Class
org.apache.lucene.util.automaton.CompiledAutomaton
-
Packages that use CompiledAutomaton Package Description org.apache.lucene.codecs Codecs API: API for customization of the encoding and structure of the index.org.apache.lucene.index Code to maintain and access indices.org.apache.lucene.search Code to search indices. -
-
Uses of CompiledAutomaton in org.apache.lucene.codecs
Methods in org.apache.lucene.codecs with parameters of type CompiledAutomaton Modifier and Type Method Description TermsEnum
BlockTreeTermsReader.FieldReader. intersect(CompiledAutomaton compiled, BytesRef startTerm)
-
Uses of CompiledAutomaton in org.apache.lucene.index
Methods in org.apache.lucene.index with parameters of type CompiledAutomaton Modifier and Type Method Description TermsEnum
MultiTerms. intersect(CompiledAutomaton compiled, BytesRef startTerm)
TermsEnum
Terms. intersect(CompiledAutomaton compiled, BytesRef startTerm)
Returns a TermsEnum that iterates over all terms that are accepted by the providedCompiledAutomaton
. -
Uses of CompiledAutomaton in org.apache.lucene.search
Fields in org.apache.lucene.search declared as CompiledAutomaton Modifier and Type Field Description protected CompiledAutomaton
AutomatonQuery. compiled
Methods in org.apache.lucene.search that return types with arguments of type CompiledAutomaton Modifier and Type Method Description List<CompiledAutomaton>
FuzzyTermsEnum.LevenshteinAutomataAttribute. automata()
List<CompiledAutomaton>
FuzzyTermsEnum.LevenshteinAutomataAttributeImpl. automata()
-