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

SolrQueryResponse (class)

Introduction

(PECL solr >= 0.9.2)

Represents a response to a query request.

Class synopsis

final SolrQueryResponse extends SolrResponse {

/* Constants */

const integer PARSE_SOLR_OBJ = 0 ;

const integer PARSE_SOLR_DOC = 1 ;

/* Inherited properties */

const integer SolrResponse::PARSE_SOLR_OBJ = 0 ;

const integer SolrResponse::PARSE_SOLR_DOC = 1 ;

protected integer $http_status ;

protected integer $parser_mode ;

protected bool $success ;

protected string $http_status_message ;

protected string $http_request_url ;

protected string $http_raw_request_headers ;

protected string $http_raw_request ;

protected string $http_raw_response_headers ;

protected string $http_raw_response ;

protected string $http_digested_response ;

/* Methods */

代码语言:javascript
复制
public __construct ( void )
代码语言:javascript
复制
public void __destruct ( 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 )

}

Predefined Constants

SolrQueryResponse Class constants

SolrQueryResponse::PARSE_SOLR_OBJ

Documents should be parsed as SolrObject instances

SolrQueryResponse::PARSE_SOLR_DOC

Documents should be parsed as SolrDocument instances.

Table of Contents

  • SolrQueryResponse::__construct — Constructor
  • SolrQueryResponse::__destruct — Destructor

← SolrResponse::success

SolrQueryResponse::__construct →

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

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

扫码关注腾讯云开发者

领取腾讯云代金券