update : 2015.11.03
php.shukuma.com검색:
|
SolrClient::deleteByQuery(PECL solr >= 0.9.2) SolrClient::deleteByQuery — Deletes all documents matching the given query 설명Deletes all documents matching the given query. 인수
반환값Returns a SolrUpdateResponse on success and throws an exception on failure. 오류/예외Throws SolrClientException if the client had failed, or there was a connection issue. Throws SolrServerException if the Solr Server had failed to process the request. 예제
Example #1 SolrQuery::deleteByQuery() example
<?php 참고
|