PHP Doku:: Delete by Id - solrclient.deletebyid.html

Verlauf / Chronik / History: (2) anzeigen

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

Ein Service von Reinhard Neidl - Webprogrammierung.

The SolrClient class

<<SolrClient::__construct

SolrClient::deleteByIds>>

SolrClient::deleteById

(PECL solr >= 0.9.2)

SolrClient::deleteByIdDelete by Id

Beschreibung

public SolrUpdateResponse SolrClient::deleteById ( string $id )

Deletes the document with the specified ID. Where ID is the value of the uniqueKey field declared in the schema

Parameter-Liste

id

The value of the uniqueKey field declared in the schema

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",...)