dweiss commented on code in PR #14977:
URL: https://github.com/apache/lucene/pull/14977#discussion_r2306378829


##########
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:
   This hides a method that was previous public. Is this intentional (people do 
all kinds of low-level hacks with segments).



-- 
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

Reply via email to