Re: [PR] Fix NFAQuery in TestRegexpRandom2 [lucene]

2023-11-13 Thread via GitHub
zhaih commented on PR #12793: URL: https://github.com/apache/lucene/pull/12793#issuecomment-1808581207 @mikemccand It's just concurrent rewrite, I already have some javadoc warn about this: https://github.com/apache/lucene/blob/main/lucene/core/src/java/org/apache/lucene/search/RegexpQuery.

Re: [PR] Fix NFAQuery in TestRegexpRandom2 [lucene]

2023-11-13 Thread via GitHub
mikemccand commented on PR #12793: URL: https://github.com/apache/lucene/pull/12793#issuecomment-1808325688 > I didn't realize our random searcher will use threadpool randomly, fixed it to use a rewrite method that will not do concurrent rewrite Ahh, sneaky. Does this mean users must

Re: [PR] Fix NFAQuery in TestRegexpRandom2 [lucene]

2023-11-10 Thread via GitHub
zhaih merged PR #12793: URL: https://github.com/apache/lucene/pull/12793 -- 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.apach