mayya-sharipova commented on issue #11354:
URL: https://github.com/apache/lucene/issues/11354#issuecomment-1231031855

   > One potential issue I see is that the scores of the neighbors are not 
available through the KnnVectorReaders graphs at merge time. ... Short of 
serializing the neighbor scores with the graph, do you have any other ideas for 
avoiding score re-computation?
   
   We indeed don't store neighbour's scores, as they are not need for graph 
search. How are you using neighbours' scores; perhaps there is a way to 
calculate them once and reuse them?
   
   


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