luceneutil
luceneutil copied to clipboard
Does HNSW search sometimes match NO_MORE_DOCS?
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