Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

LUCENE-10040: Add test for vector search with skewed deletions #527

Merged
merged 1 commit into from
Dec 8, 2021

Conversation

jtibshirani
Copy link
Member

This exercises a challenging case where the documents to skip all happen to
be closest to the query vector. In many cases, HNSW appears to be robust to this
case and maintains good recall.

This exercises a 'pathological' case where the documents to skip all happen to
be closest to the query vector. In many cases, HNSW appears to be robust to this
case and maintains good recall.
@jtibshirani jtibshirani merged commit 5d39bca into apache:main Dec 8, 2021
@jtibshirani jtibshirani deleted the skewed-deletions branch December 8, 2021 19:24
jtibshirani added a commit that referenced this pull request Dec 8, 2021
This exercises a challenging case where the documents to skip all happen to
be closest to the query vector. In many cases, HNSW appears to be robust to this
case and maintains good recall.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant