java - Solr : SolrQueryResponse -


well have seen lot people adding results solrqueryresponse object using rsp.add("response",result). here 'rsp' solrqueryresponse object , "response" string (obviously) , result solrdocumentlist.

my confusion not able understand how know have use string "response" send response client.

i have read solrqueryresponse class didn't find anything.

any


Comments

Popular posts from this blog

matlab - How to equate a structure array to structure array -

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -