jpountz commented on code in PR #13330: URL: https://github.com/apache/lucene/pull/13330#discussion_r1587951466
########## lucene/core/src/java/org/apache/lucene/codecs/lucene90/blocktree/SegmentTermsEnum.java: ########## @@ -121,9 +121,6 @@ void initIndexInput() { public Stats computeBlockStats() throws IOException { Stats stats = new Stats(fr.parent.segment, fr.fieldInfo.name); - if (fr.index != null) { - stats.indexNumBytes = fr.index.ramBytesUsed(); - } Review Comment: thanks for catching, it's a leftover from a previous change, I'll add it back! -- 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