You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
We have a check to separately handle
NO_MORE_DOCS
while parsing the results from an HNSW approximate search. We should not be returningNO_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
The text was updated successfully, but these errors were encountered: