-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
KnnFloatVectorQuery#toString should show the filter #13983
Labels
Comments
Seems like a good first issue - I can contribute this @jpountz. |
viswanathk
added a commit
to viswanathk/lucene
that referenced
this issue
Nov 12, 2024
…ethod of KnnFloatVectorQuery
viswanathk
added a commit
to viswanathk/lucene
that referenced
this issue
Nov 12, 2024
…ethod of KnnFloatVectorQuery
viswanathk
added a commit
to viswanathk/lucene
that referenced
this issue
Nov 12, 2024
…ethod of KnnFloatVectorQuery
viswanathk
added a commit
to viswanathk/lucene
that referenced
this issue
Nov 12, 2024
viswanathk
added a commit
to viswanathk/lucene
that referenced
this issue
Nov 18, 2024
benwtrent
pushed a commit
that referenced
this issue
Nov 18, 2024
* Adding filter to toString() of KnnFloatVectorQuery when it's present (addresses #13983) * addressing review comments * adding knnbytevectorquery * unit test improvements * tidy * adding changes entry for the bug fix
benwtrent
pushed a commit
that referenced
this issue
Nov 18, 2024
* Adding filter to toString() of KnnFloatVectorQuery when it's present (addresses #13983) * addressing review comments * adding knnbytevectorquery * unit test improvements * tidy * adding changes entry for the bug fix
This is now fixed: #13990 |
benchaplin
pushed a commit
to benchaplin/lucene
that referenced
this issue
Dec 31, 2024
…#13990) * Adding filter to toString() of KnnFloatVectorQuery when it's present (addresses apache#13983) * addressing review comments * adding knnbytevectorquery * unit test improvements * tidy * adding changes entry for the bug fix
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was looking at the
toString()
of aKnnFloatVectorQuery
and got surprised that it was not pre-filtered, when I later discovered that it actually was,toString()
was just omitting to display the pre-filter.The text was updated successfully, but these errors were encountered: