SolrClient::deleteById
(PECL solr >= 0.9.2)
SolrClient::deleteById — Delete by Id
Beschreibung
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
- SolrClient::deleteByIds() - Deletes by Ids
- SolrClient::deleteByQuery() - Deletes all documents matching the given query
- SolrClient::deleteByQueries() - Removes all documents matching any of the queries
SolrClient::deleteById
There are no user contributed notes for this page.