You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by GitBox <gi...@apache.org> on 2022/09/23 18:04:48 UTC

[GitHub] [lucene] taroplus commented on issue #11809: input automaton is too large for lengthy wildcard query

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-unsubscribe@lucene.apache.org

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


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