benwtrent opened a new pull request, #12657:
URL: https://github.com/apache/lucene/pull/12657

   While working on the quantization codec & thinking about how merging will 
evolve, it became clearer that having merging attached directly to the vector 
writer is weird.
   
   I extracted it out to its own class and removed the "initializedNodes" logic 
from the base class builder. 
   
   Also, there was on other refactoring around grabbing sorted nodes from the 
neighbor iterator, I just moved that static method so its not attached to the 
writer (as all bwc writers need it and all future HNSW writers will as well).


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