Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Does HNSW search sometimes match NO_MORE_DOCS? #297

Open
vigyasharma opened this issue Sep 12, 2024 · 1 comment
Open

Does HNSW search sometimes match NO_MORE_DOCS? #297

vigyasharma opened this issue Sep 12, 2024 · 1 comment

Comments

@vigyasharma
Copy link
Contributor

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

@mikemccand
Copy link
Owner

I'm hoping this was a holdover from some long ago fixed bug? I'll try simply removing that check and see if anything bad happens...

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants