-
Notifications
You must be signed in to change notification settings - Fork 129
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
Fix shard level rescoring disabled setting flag #2352
Fix shard level rescoring disabled setting flag #2352
Conversation
b6780d5
to
5d62f00
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for fixing the bug.
@shatejas , @jmazanec15 , @Vikasht34 please take a look at this please. |
Signed-off-by: Naveen Tatikonda <[email protected]>
5d62f00
to
b4fe9cb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good.
There aren't good ways to have automated tests for this, can we please put a debugger and make sure the right code path is executed
Verified with debugger. It is working as expected. Can you pls review it again. Thanks! |
(cherry picked from commit c728f02)
(cherry picked from commit c728f02) Co-authored-by: Naveen Tatikonda <[email protected]>
Description
Fix shard level rescoring disabled index setting flag(
index.knn.disk.vector.shard_level_rescoring_disabled
) to enable shard level rescoring.Check List
--signoff
.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.