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 not pass executor to `IndexSearcher` 
if they use NFA regexp query?  Or is it just concurrent rewrite?  Do we need to 
update javadocs to make this clear or so?  Or add checks that multiple threads 
don't enter NFA rewrite?


-- 
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

Reply via email to