|
SolrClient::deleteByQueryDeletes all documents matching the given query 説明
public SolrUpdateResponse SolrClient::deleteByQuery(string
$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. 例
例1 SolrQuery::deleteByQuery example
参考
|