msokolov commented on a change in pull request #55: URL: https://github.com/apache/lucene/pull/55#discussion_r605194409
########## File path: lucene/test-framework/src/java/org/apache/lucene/util/FullKnn.java ########## @@ -0,0 +1,156 @@ +package org.apache.lucene.util; Review comment: I see, yes that makes sense - this doesn't have anything to do with HNSW, but provides ground truth for evaluating any approximate vector search. I think that using `LongHeap` will require copying the encode/decode logic from `NeighborQuery`, but that's OK? Then we can leave that as a class dedicated to support HNSW... -- 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. 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