-
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
Add support for reloading the SPI for KnnVectorsFormat class #13394
Conversation
Signed-off-by: Navneet Verma <navneev@amazon.com>
cc: @benwtrent , @msokolov |
@uschindler @ChrisHegarty, @mikemccand Could you please take a look, if you get a chance? |
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.
LGTM
@ChrisHegarty , @uschindler can you merge the code and add the backport label to backport the code to branch_9x |
Signed-off-by: Navneet Verma <navneev@amazon.com>
Done! Thanks, @navneet1v |
@uschindler do i need to create a separate PR for porting this change to branch_9x or there is any automated way to do this? |
thats already merged (see above @ "asfgit pushed...."). |
@uschindler thanks. I didn't realize it. Generally I see labels added or last time I raised the PR manually for backport. Thanks for confirming this code is merged. |
Description
Add support for reloading the SPI for KnnVectorsFormat class
Ref: #13393
I would also like to backport it to 9.x branch of Lucene