zhaih opened a new issue, #11838:
URL: https://github.com/apache/lucene/issues/11838

   ### Description
   
   There're several queries relying on rewrite to do the most heavy work, such 
as KnnVectorQuery and AutomatonQuery, should we make rewrite step being able to 
run under multi-threading? Or we could also just move those costly steps into 
scorer creation and don't rewrite, that could also be an option because I can't 
really come up with other queries that are costly when doing 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.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