thecoop closed pull request #14631: Refactor KnnVectorReader merging to not
need a finishMerge method
URL: https://github.com/apache/lucene/pull/14631
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to
thecoop opened a new pull request, #14631:
URL: https://github.com/apache/lucene/pull/14631
Use a similar pattern to other `getMergeInstance` methods - clone the input,
and set the new context on it, rather than setting & resetting the read advice
on the main instance.
This also remo