SolrResponse::getRequestUrl

(PECL solr >= 0.9.2) Returns the full URL the request was sent to public string SolrResponse::getRequestUrl ( void ) Returns the full URL the request was sent to. Returns: Returns the full URL the request was sent to

SolrResponse::getRawResponseHeaders

(PECL solr >= 0.9.2) Returns the raw response headers from the server public string SolrResponse::getRawResponseHeaders ( void ) Returns the raw response headers from the server. Returns: Returns the raw response headers from the server.

SolrResponse::getRawResponse

(PECL solr >= 0.9.2) Returns the raw response from the server public string SolrResponse::getRawResponse ( void ) Returns the raw response from the server. Returns: Returns the raw response from the server.

SolrResponse::getRawRequestHeaders

(PECL solr >= 0.9.2) Returns the raw request headers sent to the Solr server public string SolrResponse::getRawRequestHeaders ( void ) Returns the raw request headers sent to the Solr server. Returns: Returns the raw request headers sent to the Solr server

SolrResponse::getRawRequest

(PECL solr >= 0.9.2) Returns the raw request sent to the Solr server public string SolrResponse::getRawRequest ( void ) Returns the raw request sent to the Solr server. Returns: Returns the raw request sent to the Solr server

SolrResponse::getHttpStatusMessage

(PECL solr >= 0.9.2) Returns more details on the HTTP status public string SolrResponse::getHttpStatusMessage ( void ) Returns more details on the HTTP status. Returns: Returns more details on the HTTP status

SolrResponse::getHttpStatus

(PECL solr >= 0.9.2) Returns the HTTP status of the response public int SolrResponse::getHttpStatus ( void ) Returns the HTTP status of the response. Returns: Returns the HTTP status of the response.

SolrResponse::getDigestedResponse

(PECL solr >= 0.9.2) Returns the XML response as serialized PHP data public string SolrResponse::getDigestedResponse ( void ) Returns the XML response as serialized PHP data Returns: Returns the XML response as serialized PHP data

SolrClient::threads

(PECL solr >= 0.9.2) Checks the threads status public void SolrClient::threads ( void ) Checks the threads status Returns: Returns a SolrGenericResponse object. Exception: Throws SolrClientException if the client failed, or there was a connection issue. throws SolrServerException if the Solr Server failed to process the request.

SolrClient::system

(PECL solr >= 2.0.0) Retrieve Solr Server information public void SolrClient::system ( void ) Retrieve Solr Server information Returns: Returns a SolrGenericResponse object on success. Exception: Emits SolrClientException if the client failed, or there was a connection issue. Emits SolrServerException if the Solr Server failed to satisfy the query.