PHPマニュアル/PEARマニュアル | ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot

SolrQueryResponse クラス | JavaScript入門&応用&リファレンスなら「JavaScriptist」

  

SolrQueryResponse クラス

(PECL solr >= 0.9.2)

はじめに

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

クラス概要

final SolrQueryResponse extends SolrResponse {
/* 定数 */
const integer PARSE_SOLR_OBJ = 0 ;
const integer PARSE_SOLR_DOC = 1 ;
/* 継承したプロパティ */
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 ;
/* メソッド */
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 )
}

定義済み定数

SolrQueryResponse クラス定数

SolrQueryResponse::PARSE_SOLR_OBJ

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

SolrQueryResponse::PARSE_SOLR_DOC

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

目次


忘却曲線を使ってこの知識を確実に記憶に残す

フォーラムで「SolrQueryResponse クラス」について話す
各種マニュアル: PHPマニュアル | PEARマニュアル | Smarty(英語)マニュアル | PHP-GTKマニュアル | SolrQueryResponse クラス」をGoogle検索
copyright © 1997-2024 PHP ドキュメント作成グループ(ライセンス). provided by php spot. マニュアル: