首页
学习
活动
专区
工具
TVP
发布
精选内容/技术社群/优惠产品,尽在小程序
立即前往

SolrPingResponse (class)

Introduction

(PECL solr >= 0.9.2)

Represents a response to a ping request to the server

Class synopsis

final SolrPingResponse extends SolrResponse {

/* Constants */

const integer PARSE_SOLR_OBJ = 0 ;

const integer PARSE_SOLR_DOC = 1 ;

/* Properties */

/* Methods */

代码语言:javascript
复制
public __construct ( void )
代码语言:javascript
复制
public void __destruct ( void )
代码语言:javascript
复制
public string getResponse ( void )

/* Inherited methods */

代码语言:javascript
复制
public string SolrResponse::getDigestedResponse ( void )
代码语言:javascript
复制
public int SolrResponse::getHttpStatus ( void )
代码语言:javascript
复制
public string SolrResponse::getHttpStatusMessage ( void )
代码语言:javascript
复制
public string SolrResponse::getRawRequest ( void )
代码语言:javascript
复制
public string SolrResponse::getRawRequestHeaders ( void )
代码语言:javascript
复制
public string SolrResponse::getRawResponse ( void )
代码语言:javascript
复制
public string SolrResponse::getRawResponseHeaders ( void )
代码语言:javascript
复制
public string SolrResponse::getRequestUrl ( void )
代码语言:javascript
复制
public SolrObject SolrResponse::getResponse ( void )
代码语言:javascript
复制
public bool SolrResponse::setParseMode ([ int $parser_mode = 0 ] )
代码语言:javascript
复制
public bool SolrResponse::success ( void )

}

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

  • SolrPingResponse::__construct — Constructor
  • SolrPingResponse::__destruct — Destructor
  • SolrPingResponse::getResponse — Returns the response from the server

← SolrUpdateResponse::__destruct

SolrPingResponse::__construct →

代码语言:txt
复制
 © 1997–2017 The PHP Documentation Group

Licensed under the Creative Commons Attribution License v3.0 or later.

扫码关注腾讯云开发者

领取腾讯云代金券