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

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -