rmuir opened a new pull request, #15939: URL: https://github.com/apache/lucene/pull/15939
for RegexpQuery only, remove explicit determinization. If your regular expression happens to be a DFA already, then you get a DFA execution. Otherwise if it is NFA, you get NFA execution that only compiles as-needed. Some tests fail with assertion errors and may need to be debugged. There is also a TODO about certain rewritemethods being incompatible, it might be related to the failures. So this change is not yet ready, but it demonstrates the idea. If we can fix this in WildcardQuery too, we can remove the limit parameter from QueryParsers completely, which is also a big bonus. relates: #15937 cc: @drempapis -- 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]
