luceneutil icon indicating copy to clipboard operation
luceneutil copied to clipboard

Does HNSW search sometimes match NO_MORE_DOCS?

Open vigyasharma opened this issue 5 months ago • 1 comments

We have a check to separately handle NO_MORE_DOCS while parsing the results from an HNSW approximate search. We should not be returning NO_MORE_DOCS in the first place. Creating an issue to investigate when and why this happens.

https://github.com/mikemccand/luceneutil/blob/main/src/main/knn/KnnGraphTester.java#L619-L624

vigyasharma avatar Sep 12 '24 18:09 vigyasharma