atris commented on a change in pull request #2403:
URL: https://github.com/apache/lucene-solr/pull/2403#discussion_r589251072



##########
File path: 
solr/solrj/src/java/org/apache/solr/client/solrj/response/QueryResponse.java
##########
@@ -184,6 +187,15 @@ else if ( "terms".equals( n ) ) {
       else if ( "moreLikeThis".equals( n ) ) {
         _moreLikeThisInfo = (NamedList<SolrDocumentList>) res.getVal( i );
       }
+      else if ("taskList".equals( n )) {

Review comment:
       I didnt quite parse that -- you mean, reuse `taskInfo` across? How would 
that work, since each of the three calls returns a different type?




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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to