SolrClient
在线手册:中文 英文
PHP手册

SolrClient::deleteByQuery

(PECL solr >= 0.9.2)

SolrClient::deleteByQueryDeletes all documents matching the given query

说明

public SolrUpdateResponse SolrClient::deleteByQuery ( string $query )

Deletes all documents matching the given query.

参数

query

The query

返回值

Returns a SolrUpdateResponse on success and throws a SolrClientException on failure.

参见


SolrClient
在线手册:中文 英文
PHP手册