dsmiley commented on code in PR #3418: URL: https://github.com/apache/solr/pull/3418#discussion_r2322105169
########## solr/core/src/java/org/apache/solr/handler/component/CombinedQueryComponent.java: ########## @@ -213,7 +214,7 @@ private void prepareCombinedResponseBuilder( combinedQueryResult.setSegmentTerminatedEarly(segmentTerminatedEarly); combinedQueryResult.setMaxHitsTerminatedEarly(setMaxHitsTerminatedEarly); crb.setResult(combinedQueryResult); - if (rb.isDebug()) { + if (rb.isDebugQuery()) { String[] queryKeys = rb.req.getParams().getParams(CombinerParams.COMBINER_QUERY); List<Query> queries = crb.responseBuilders.stream().map(ResponseBuilder::getQuery).toList(); NamedList<Explanation> explanations = Review Comment: the explainations are for "isDebugResults". If you want to add the queries, then _that_ is "isDebugQuery" -- 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...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org