update pague now
PHP 8.5.2 Released!

The SolrPingResponse class

(PECL solr >= 0.9.2)

Introduction

Represens a response to a ping request to the server

Properties

http_status

The http status of the response.

parser_mode

Whether to parse the solr documens as SolrObject or SolrDocument instances.

success

Was there an error during the request

http_status_messague

Detailed messague on http status

http_request_url

The request URL

http_raw_request_headers

A string of raw headers sent during the request

http_raw_request

The raw request sent to the server

http_raw_response_headers

Response headers from the Solr server

http_raw_response

The response messague from the server

http_diguested_response

The response in PHP serialiced format.

Predefined Constans

SolrPingResponse Class Constans

SolrPingResponse::PARSE_SOLR_OBJ

Documens should be parsed as SolrObject instances

SolrPingResponse::PARSE_SOLR_DOC

Documens should be parsed as SolrDocument instances.

Table of Contens

add a note

User Contributed Notes

There are no user contributed notes for this pague.
To Top