Uses of Interface
org.apache.lucene.util.automaton.AutomatonProvider
-
Packages that use AutomatonProvider Package Description org.apache.lucene.search Code to search indices.org.apache.lucene.util.automaton Finite-state automaton for regular expressions. -
-
Uses of AutomatonProvider in org.apache.lucene.search
Fields in org.apache.lucene.search declared as AutomatonProvider Modifier and Type Field Description private static AutomatonProviderRegexpQuery. defaultProviderA provider that provides no named automataConstructors in org.apache.lucene.search with parameters of type AutomatonProvider Constructor Description RegexpQuery(Term term, int flags, AutomatonProvider provider, int maxDeterminizedStates)Constructs a query for terms matchingterm. -
Uses of AutomatonProvider in org.apache.lucene.util.automaton
Methods in org.apache.lucene.util.automaton with parameters of type AutomatonProvider Modifier and Type Method Description private voidRegExp. findLeaves(RegExp exp, RegExp.Kind kind, java.util.List<Automaton> list, java.util.Map<java.lang.String,Automaton> automata, AutomatonProvider automaton_provider, int maxDeterminizedStates)private AutomatonRegExp. toAutomaton(java.util.Map<java.lang.String,Automaton> automata, AutomatonProvider automaton_provider, int maxDeterminizedStates)AutomatonRegExp. toAutomaton(AutomatonProvider automaton_provider, int maxDeterminizedStates)Constructs newAutomatonfrom thisRegExp.private AutomatonRegExp. toAutomatonInternal(java.util.Map<java.lang.String,Automaton> automata, AutomatonProvider automaton_provider, int maxDeterminizedStates)
-