cpoerschke commented on code in PR #2382:
URL: https://github.com/apache/solr/pull/2382#discussion_r1840198843


##########
solr/core/src/java/org/apache/solr/handler/component/DebugComponent.java:
##########
@@ -115,6 +116,12 @@ public void process(ResponseBuilder rb) throws IOException 
{
         info.add("facet-debug", fdebug.getFacetDebugInfo());
       }
 
+      ReverseSearchDebugInfo rsdebug =
+          (ReverseSearchDebugInfo) 
(rb.req.getContext().get(ReverseSearchDebugInfo.KEY));
+      if (rsdebug != null) {
+        info.add("reverse-search-debug", rsdebug.getReverseSearchDebugInfo());
+      }
+

Review Comment:
   Added 
https://github.com/apache/solr/pull/2382/commits/44eea79ba27041555ee5070ad4b6c3e0f6c3bb2a
 commit to explore that. WDYT?



-- 
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

Reply via email to