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 automataConstructors in org.apache.lucene.search with parameters of type AutomatonProviderModifierConstructorDescriptionRegexpQuery(Term term, int syntax_flags, int match_flags, AutomatonProvider provider, int determinizeWorkLimit, MultiTermQuery.RewriteMethod rewriteMethod) Constructs a query for terms matchingterm.RegexpQuery(Term term, int syntax_flags, 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, int determinizeWorkLimit) private AutomatonRegExp.toAutomaton(Map<String, Automaton> automata, AutomatonProvider automaton_provider, int determinizeWorkLimit) RegExp.toAutomaton(AutomatonProvider automaton_provider, int determinizeWorkLimit) Constructs newAutomatonfrom thisRegExp.private AutomatonRegExp.toAutomatonInternal(Map<String, Automaton> automata, AutomatonProvider automaton_provider, int determinizeWorkLimit)