zhaih opened a new pull request, #11840:
URL: https://github.com/apache/lucene/pull/11840

   ### Description
   Issue: #11838 
   
   
    * Added one public method to `Query` to allow passing in an executor, and 
default to just call single thread version
    * In `IndexSearcher` we always pass in the executor
     * I'm not sure whether we should add a parameter to control the behavior, 
I'm inclined to believe that users who passed in the executor are willing to 
make use of concurrent rewrite.
    * Rewritten ConstantScoreQuery so that the query executor will be passed 
into inner query.


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