The SolrGenericResponse class SolrGenericResponse
&reftitle.intro; Represents a response from the solr server.
&reftitle.classsynopsis; SolrGenericResponse final SolrGenericResponse extends SolrResponse &Constants; const int SolrGenericResponse::PARSE_SOLR_OBJ 0 const int SolrGenericResponse::PARSE_SOLR_DOC 1 &InheritedProperties; &Methods; &InheritedMethods;
&reftitle.constants;
SolrGenericResponse Class constants SolrGenericResponse::PARSE_SOLR_OBJ Documents should be parsed as SolrObject instances SolrGenericResponse::PARSE_SOLR_DOC Documents should be parsed as SolrDocument instances.
&reference.solr.entities.solrgenericresponse;