Uses of Interface
org.apache.lucene.util.automaton.AutomatonProvider
Packages that use AutomatonProvider
Package
Description
Code to search indices.
Finite-state automaton for regular expressions.
-
Uses of AutomatonProvider in org.apache.lucene.search
Fields in org.apache.lucene.search declared as AutomatonProviderModifier and TypeFieldDescriptionstatic final AutomatonProviderRegexpQuery.DEFAULT_PROVIDERA provider that provides no named automataMethods in org.apache.lucene.search with parameters of type AutomatonProviderModifier and TypeMethodDescriptionprivate static AutomatonRegexpQuery.toAutomaton(RegExp regexp, int determinizeWorkLimit, AutomatonProvider provider, boolean doDeterminization) Constructors in org.apache.lucene.search with parameters of type AutomatonProviderModifierConstructorDescriptionRegexpQuery(Term term, int syntaxFlags, int matchFlags, AutomatonProvider provider, int determinizeWorkLimit, MultiTermQuery.RewriteMethod rewriteMethod) Constructs a query for terms matchingterm.RegexpQuery(Term term, int syntaxFlags, int matchFlags, AutomatonProvider provider, int determinizeWorkLimit, MultiTermQuery.RewriteMethod rewriteMethod, boolean doDeterminization) Constructs a query for terms matchingterm.RegexpQuery(Term term, int syntaxFlags, AutomatonProvider provider, int determinizeWorkLimit) 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 AutomatonProviderModifier and TypeMethodDescriptionprivate voidRegExp.findLeaves(RegExp exp, RegExp.Kind kind, List<Automaton> list, Map<String, Automaton> automata, AutomatonProvider automaton_provider) private AutomatonRegExp.toAutomaton(Map<String, Automaton> automata, AutomatonProvider automaton_provider) RegExp.toAutomaton(AutomatonProvider automaton_provider) Constructs newAutomatonfrom thisRegExp.