costin opened a new pull request, #16655: URL: https://github.com/apache/lucene/pull/16655
The current merge policy was designed for documents, preferring merging of segments with deletes. For vectors, combining segments with no deletes is preferable since it preserves the eligibility for join-set merge path instead of doing a full rebuild. Hence this PR which extends the merge policy to allow different strategies to be used based when picking up the segments to merge. -- 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 the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
