rmuir commented on PR #14349: URL: https://github.com/apache/lucene/pull/14349#issuecomment-2719519004
In my head, that's what we need. There is a crazy difference in construction and execution time between a "native" union and using the efficient linear-time algorithm, as opposed to going worst-case exponential. With simple case-folding it may still be possible to do this though. Try using the new test functions available such as `AutomatonTestUtil.assertMinimal` and company to assist with testing. I will dig into the linked PR! -- 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