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
(Map<String, Automaton> automata) Constructs newAutomaton
from thisRegExp
.RegExp.toAutomaton
(AutomatonProvider automaton_provider) 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.