SolrClient
PHP Manual

SolrClient::deleteByQueries

(PECL solr >= 0.9.2)

SolrClient::deleteByQueriesRemoves all documents matching any of the queries

Descrierea

public SolrUpdateResponse SolrClient::deleteByQueries ( array $queries )

Removes all documents matching any of the queries

Parametri

queries

The array of queries. This must be an actual php variable.

Valorile întoarse

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

Vedeți de asemenea


SolrClient
PHP Manual