略微加速

PHP官方手册 - 互联网笔记

PHP - Manual: SolrQueryResponse

2024-04-28

The SolrQueryResponse class

(PECL solr >= 0.9.2)

简介

Represents a response to a query request.

类摘要

final class SolrQueryResponse extends SolrResponse {
/* 常量 */
const int PARSE_SOLR_OBJ = 0;
const int PARSE_SOLR_DOC = 1;
/* 继承的属性 */
protected int $http_status;
protected int $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;
/* 方法 */
public __construct()
public __destruct()
/* 继承的方法 */
public SolrResponse::setParseMode(int $parser_mode = 0): bool
public SolrResponse::success(): bool
}

预定义常量

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.

目录

add a noteadd a note

User Contributed Notes

There are no user contributed notes for this page.

官方地址:https://www.php.net/manual/en/class.solrqueryresponse.php

北京半月雨文化科技有限公司.版权所有 京ICP备12026184号-3