zhaih commented on a change in pull request #225:
URL: https://github.com/apache/lucene/pull/225#discussion_r766061920



##########
File path: lucene/core/src/java/org/apache/lucene/util/automaton/RegExp.java
##########
@@ -614,16 +624,17 @@ public Automaton toAutomaton(AutomatonProvider 
automaton_provider, int determini
    */
   public Automaton toAutomaton(Map<String, Automaton> automata, int 
determinizeWorkLimit)
       throws IllegalArgumentException, TooComplexToDeterminizeException {
-    return toAutomaton(automata, null, determinizeWorkLimit);
+    return toAutomaton(automata, null, determinizeWorkLimit, true);
   }
 
   private Automaton toAutomaton(
       Map<String, Automaton> automata,
       AutomatonProvider automaton_provider,
-      int determinizeWorkLimit)
+      int determinizeWorkLimit,
+      boolean buildDFA)

Review comment:
       Hmmm I think this is gone after I rebased to mainline? Maybe refresh the 
browser since I think this change you're referring to is outdated?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to