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

   ### Description
   
   Fixes https://github.com/apache/lucene/issues/15467. 
   
   This PR implements a brute-force check to prevent duplicate reverse links 
during HNSW graph indexing. Before creating a reverse link, we iterate through 
all neighbors of the neighbor node to verify if the current node already exists 
in its neighbor list. If found, we skip creating the redundant reverse link, 
preventing duplicate edges in the graph.
   
   


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