jmazanec15 commented on issue #13564:
URL: https://github.com/apache/lucene/issues/13564#issuecomment-2223317735

   > I think the API would be tricky, but I am all for this idea
   
   Yes agree, Ill think on this a little bit. Ill start with a PoC and go from 
there.
   
   > Whatever the design, it would be most efficient to first gather the 
nearest vectors from ALL segments with an approximate score, and then do a 
second pass over all segments with to refine the top k.
   > 
   > Rescoring per segment would be needlessly in-efficient.
   
   Yes I agree. However, with this, I think we would need to refine not the top 
k but the top r*k and then reduce to k. Otherwise, I dont think that recall 
would actually be improved - just ordering might be better.


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