dweiss commented on code in PR #14977: URL: https://github.com/apache/lucene/pull/14977#discussion_r2307142029
########## lucene/core/src/java/org/apache/lucene/index/SegmentMerger.java: ########## @@ -225,7 +226,7 @@ private void mergeTerms(SegmentWriteState segmentWriteState, SegmentReadState se } } - public void mergeFieldInfos() { + private void mergeFieldInfos() { Review Comment: I've no idea - I'm not using it. But I know folks downstream sometimes tinker with super low level stuff... We can try to make it private and see if anybody shouts out. :) -- 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: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org