downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

SolrQueryResponse::__construct> <SolrResponse::success
[edit] Last updated: Fri, 25 May 2012

view this page in

SolrQueryResponse クラス

(バージョン情報なし。おそらく SVN 版にしか存在しないでしょう)

導入

クエリーリクエストに対するレスポンスを表現

クラス概要

final SolrQueryResponse extends SolrResponse {
/* 定数 */
const integer PARSE_SOLR_OBJ = 0 ;
const integer PARSE_SOLR_DOC = 1 ;
/* プロパティ */
/* メソッド */
public __construct ( void )
public void __destruct ( void )
/* 継承したメソッド */
public string SolrResponse::getDigestedResponse ( void )
public int SolrResponse::getHttpStatus ( void )
public string SolrResponse::getHttpStatusMessage ( void )
public string SolrResponse::getRawRequest ( void )
public string SolrResponse::getRawRequestHeaders ( void )
public string SolrResponse::getRawResponse ( void )
public string SolrResponse::getRawResponseHeaders ( void )
public string SolrResponse::getRequestUrl ( void )
public SolrObject SolrResponse::getResponse ( void )
public bool SolrResponse::setParseMode ([ int $parser_mode = 0 ] )
public bool SolrResponse::success ( void )
}

プロパティ

http_status

レスポンスの HTTP ステータス

parser_mode

Solr 文書を SolrObject または SolrDocument インスタンスとしてパースするかどうか

success

リクエスト中にエラーがあったか

http_status_message

HTTP ステータスについての詳細メッセージ

http_request_url

リクエスト URL

http_raw_request_headers

リクエスト中に送信される生のヘッダ文字列

http_raw_request

サーバーに送信される生のリクエスト

http_raw_response_headers

Solr サーバーからのレスポンスヘッダ

http_raw_response

サーバーからのレスポンスメッセージ

http_digested_response

PHP シリアライズ形式でのレスポンス

定義済み定数

SolrQueryResponse クラス定数

SolrQueryResponse::PARSE_SOLR_OBJ

文書は、SolrObject インスタンスとしてパースされなければなりません

SolrQueryResponse::PARSE_SOLR_DOC

文書は、SolrDocument インスタンスとしてパースされなければなりません

目次



add a note add a note User Contributed Notes SolrQueryResponse
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites