update : 2015.11.03
php.shukuma.com검색:
|
SolrClient::request(PECL solr >= 0.9.2) SolrClient::request — Sends a raw update 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. 예제
Example #1 SolrClient::request() example
<?php 위 예제의 출력 예시: ... |