Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16108 программистов и 1772 робота. Сейчас ищут 1811 программистов ...
SolrClient::deleteByQueries - Removes all documents matching any of the queries
Вернуться к: SolrClient
SolrClient::deleteByQueries
(PECL solr >= 0.9.2)
SolrClient::deleteByQueries — Removes all documents matching any of the queries
Описание
Removes all documents matching any of the queries
Список параметров
-
queries
-
The array of queries. This must be an actual php variable.
Возвращаемые значения
Returns a SolrUpdateResponse on success and throws a SolrClientException on failure.
Ошибки
Throws SolrClientException if the client had failed, or there was a connection issue.
Throws SolrServerException if the Solr Server had failed to process the request.
Смотрите также
- SolrClient::deleteById() - Delete by Id
- SolrClient::deleteByIds() - Deletes by Ids
- SolrClient::deleteByQuery() - Deletes all documents matching the given query
Вернуться к: SolrClient