CakeFest 2024: The Official CakePHP Conference

SolrResponse::getResponse

(PECL solr >= 0.9.2)

SolrResponse::getResponseサーバーからの XML レスポンスを表現する SolrObject を返す

説明

public SolrResponse::getResponse(): SolrObject

サーバーからの XML レスポンスを表現する SolrObject を返します。

パラメータ

この関数にはパラメータはありません。

戻り値

サーバーからの XML レスポンスを表現する SolrObject を返します。

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top