Uses of Class
org.apache.lucene.util.automaton.TooComplexToDeterminizeException
Packages that use TooComplexToDeterminizeException
Package
Description
Finite-state automaton for regular expressions.
-
Uses of TooComplexToDeterminizeException in org.apache.lucene.util.automaton
Methods in org.apache.lucene.util.automaton that throw TooComplexToDeterminizeExceptionModifier and TypeMethodDescriptionRegExp.toAutomaton
(int determinizeWorkLimit) Constructs newAutomaton
from thisRegExp
.RegExp.toAutomaton
(Map<String, Automaton> automata, int determinizeWorkLimit) Constructs newAutomaton
from thisRegExp
.private Automaton
RegExp.toAutomaton
(Map<String, Automaton> automata, AutomatonProvider automaton_provider, int determinizeWorkLimit) RegExp.toAutomaton
(AutomatonProvider automaton_provider, int determinizeWorkLimit) Constructs newAutomaton
from thisRegExp
.Constructors in org.apache.lucene.util.automaton with parameters of type TooComplexToDeterminizeExceptionModifierConstructorDescriptionUse this constructor when the RegExp failed to convert to an automaton.