csatl opened a new issue, #16134: URL: https://github.com/apache/lucene/issues/16134
### Description When a wildcard contains repeated asterisks the memory consumption is quadratic because automaton.Operations.concatenate has to keep chaining if there patterns match empty strings. This can all be avoided by just ignoring repeated asterisks. ### Version and environment details Lucene 10.2.2 with Opensearch 2.19.5 but can replicate the same behaviour with the main branch. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
