PHP 8.6.0 Beta 1 is available for testing

The SolrPingResponse class

(PECL solr >= 0.9.2)

Introduction

Represents a response to a ping request to the server

Class synopsis

final class SolrPingResponse extends SolrResponse {
/* Constants */
const int PARSE_SOLR_OBJ = 0;
const int PARSE_SOLR_DOC = 1;
/* Properties */
/* Methods */
public function __construct ()
public function getResponse (): string
public function __destruct ()
/* Inherited methods */
public function SolrResponse::getHttpStatus (): int
public function SolrResponse::getRawRequest (): string
public function SolrResponse::getRequestUrl (): string
public function SolrResponse::setParseMode (int $parser_mode = 0): bool
public function SolrResponse::success (): bool
}

Properties

http_status

The http status of the response.

parser_mode

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

success

Was there an error during the request

http_status_message

Detailed message 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 message from the server

http_digested_response

The response in PHP serialized format.

Predefined Constants

SolrPingResponse Class Constants

SolrPingResponse::PARSE_SOLR_OBJ

Documents should be parsed as SolrObject instances

SolrPingResponse::PARSE_SOLR_DOC

Documents should be parsed as SolrDocument instances.

Table of Contents

Found A Problem?

Learn How To Improve This PageSubmit a Pull RequestReport a Bug
+add a note

User Contributed Notes

There are no user contributed notes for this page.

AltStyle によって変換されたページ (->オリジナル) /