benwtrent commented on code in PR #12434:
URL: https://github.com/apache/lucene/pull/12434#discussion_r1279318027


##########
lucene/core/src/test/org/apache/lucene/util/hnsw/TestNeighborQueue.java:
##########
@@ -114,6 +114,38 @@ public void testUnboundedQueue() {
     assertEquals(maxNode, nn.topNode());
   }
 
+  public void testCollectAndProvideResultsSameIds() {

Review Comment:
   @msokolov you are correct. This is an old test when I was experimenting with 
various ways to join against the parent docs while searching the graph.
   
   The current implementation doesn't need this guarantee. I will remove this 
test! 



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