taroplus commented on issue #11809:
URL: https://github.com/apache/lucene/issues/11809#issuecomment-1256518868

   stacktrace is long
   ```
   java.lang.IllegalArgumentException: input automaton is too large: 1001
   
        at 
org.apache.lucene.util.automaton.Operations.isFinite(Operations.java:1066)
           <thousand of this>
        at 
org.apache.lucene.util.automaton.Operations.isFinite(Operations.java:1049)
        at 
org.apache.lucene.util.automaton.CompiledAutomaton.<init>(CompiledAutomaton.java:224)
        at 
org.apache.lucene.search.AutomatonQuery.<init>(AutomatonQuery.java:108)
        at 
org.apache.lucene.search.AutomatonQuery.<init>(AutomatonQuery.java:86)
        at 
org.apache.lucene.search.AutomatonQuery.<init>(AutomatonQuery.java:71)
        at org.apache.lucene.search.WildcardQuery.<init>(WildcardQuery.java:56)
   ```
   i'll test with the latest master


-- 
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