javanna commented on issue #13745:
URL: https://github.com/apache/lucene/issues/13745#issuecomment-2699189350

   > HNSW vector search heavy lifting is done in rewrite, so out of scope for 
this, right? 
   
   I believe so, mostly because query rewrite does not parallelize on slices, 
but across segments directly. See #13952 . 
   
   > Maybe multi-term queries would need to do some work. What about join 
queries? TermInSet query?
   
   Yep, TermInSet was on my radar. The others you mentioned, I will take a look 
at. Thanks!
   


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