cpoerschke commented on code in PR #13415: URL: https://github.com/apache/lucene/pull/13415#discussion_r1613771430
########## lucene/monitor/src/java/org/apache/lucene/monitor/QueryIndex.java: ########## @@ -123,12 +122,10 @@ public static final class DataValues { SortedDocValues cacheId; BinaryDocValues mq; Weight weight; - Scorable scorer; LeafReaderContext ctx; int docID; void advanceTo(int doc) throws IOException { - assert scorer.docID() == doc; Review Comment: This is extra compared to #13412 for `main` branch. -- 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