dsmiley commented on a change in pull request #1037: LUCENE-9062: QueryVisitor.consumeTermsMatching URL: https://github.com/apache/lucene-solr/pull/1037#discussion_r350810571
########## File path: lucene/queries/src/java/org/apache/lucene/queries/intervals/MultiTermIntervalsSource.java ########## @@ -96,7 +96,7 @@ public MatchesIterator matches(String field, LeafReaderContext ctx, int doc) thr @Override public void visit(String field, QueryVisitor visitor) { - visitor.visitLeaf(new IntervalQuery(field, this)); + automaton.visit(visitor, new IntervalQuery(field, this), field); Review comment: eh; what's this about? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org