|
SolrClient::requestSends a raw update request 説明
public SolrUpdateResponse SolrClient::request(string
$raw_request )Sends a raw XML update request to the server パラメータ
戻り値Returns a SolrUpdateResponse on success. Throws an exception on failure. エラー / 例外
Throws SolrIllegalArgumentException if Throws SolrClientException if the client had failed, or there was a connection issue. Throws SolrServerException if the Solr Server had failed to satisfy the query. 例
例1 SolrClient::request example
上の例の出力は、 たとえば以下のようになります。 ... |