jtibshirani opened a new pull request #239:
URL: https://github.com/apache/lucene/pull/239


   This PR extends VectorReader#search to take a parameter specifying the live
   docs. LeafReader#searchNearestVectors then always returns the k nearest
   undeleted docs.
   
   To implement this, the HNSW algorithm will only add a candidate to the result
   set if it is a live doc. The graph search still visits and traverses deleted
   docs as it gathers candidates.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to