jpountz commented on code in PR #11998: URL: https://github.com/apache/lucene/pull/11998#discussion_r1043616431
########## lucene/queries/src/java/org/apache/lucene/queries/mlt/MoreLikeThis.java: ########## @@ -268,6 +270,12 @@ public final class MoreLikeThis { /** IndexReader to use */ private final IndexReader ir; + /** Stored fields for {@code ir}. */ + private final StoredFields storedFields; Review Comment: Good call, thanks for catching this. -- 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