vigyasharma commented on code in PR #15378: URL: https://github.com/apache/lucene/pull/15378#discussion_r2482430227
########## lucene/CHANGES.txt: ########## @@ -69,6 +69,12 @@ Improvements * GITHUB#15124: Use RamUsageEstimator to calculate size for non-accountable queries. (Sagar Upadhyaya) +* GITHUB#14515: IndexWriter.forceMergeDeletes() now returns MergePolicy.MergeObserver, Review Comment: We add the changes entry in the Lucene version we are targeting. All changes go to `main` branch regardless, but the ones for a specific target branch (like 10.4 in this case) additionally get backported to 10.x. So you should just add the entry to 10.4 in this PR itself and remove it from 11.0. After I merge this into main, i'll backport the commit to 10.x branch. Will reach out to you if I need any help with backport. -- 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]
