PHP Doku:: Deletes all documents matching the given query - solrclient.deletebyquery.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzSuchmaschinenerweiterungenApache SolrThe SolrClient classSolrClient::deleteByQuery

Ein Service von Reinhard Neidl - Webprogrammierung.

The SolrClient class

<<SolrClient::deleteByQueries

SolrClient::__destruct>>

SolrClient::deleteByQuery

(PECL solr >= 0.9.2)

SolrClient::deleteByQueryDeletes all documents matching the given query

Beschreibung

public SolrUpdateResponse SolrClient::deleteByQuery ( string $query )

Deletes all documents matching the given query.

Parameter-Liste

query

The query

Rückgabewerte

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

Siehe auch


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)