The SolrGenericResponse class
(PECL solr >= 0.9.2)
Introduction
Represents a response from the solr server.
Class synopsis
final
SolrGenericResponse
extends
SolrResponse
{
/* Constants */
/* Inherited properties */
/* Methods */
/* Inherited methods */
}Predefined 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.
Table of Contents
- SolrGenericResponse::__construct — Constructor
- SolrGenericResponse::__destruct — Destructor