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 AutomatonProvider
RegexpQuery.DEFAULT_PROVIDER
A provider that provides no named automataConstructors 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 TypeMethodDescriptionRegExp.toAutomaton
(AutomatonProvider automaton_provider) Constructs newAutomaton
from thisRegExp
.