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 newAutomatonfrom thisRegExp.RegExp.toAutomaton(Map<String, Automaton> automata, int determinizeWorkLimit) Constructs newAutomatonfrom thisRegExp.private AutomatonRegExp.toAutomaton(Map<String, Automaton> automata, AutomatonProvider automaton_provider, int determinizeWorkLimit) RegExp.toAutomaton(AutomatonProvider automaton_provider, int determinizeWorkLimit) Constructs newAutomatonfrom thisRegExp.Constructors in org.apache.lucene.util.automaton with parameters of type TooComplexToDeterminizeExceptionModifierConstructorDescriptionUse this constructor when the RegExp failed to convert to an automaton.