drempapis commented on PR #15939: URL: https://github.com/apache/lucene/pull/15939#issuecomment-4214666599
@rmuir The prototype for `RegexpQuery` LGTM. I've made only one update in `NFARunAutomaton`. The previous implementation had shared mutable state without proper synchronization, so concurrent access could corrupt internal state and lead to random failures. This update makes (or is intended to make) `NFARunAutomaton` safe for concurrent use. I also experimented with the `WildcardQuery`, but it caused test failures, so I decided to handle it in a separate 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: [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]
