Home
last modified time | relevance | path

Searched refs:deleteByQuery (Results 1 – 4 of 4) sorted by relevance

/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DIndex.php356 public function deleteByQuery($query, array $options = []): Response
319 public function deleteByQuery($query, array $options = []): Response global() function in Elastica\\Index
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md726 - Changed Elastica\Index::deleteByQuery() to use new API https://www.elastic.co/guide/en/elasticsearch/reference/5.0/docs-delete-by-query.html
829 - `Elastica\Type->deleteByQuery($query, $options)` $query param can be a query `array` again https://github.com/ruflin/Elastica/issues/1072 [#1073](https://github.com/ruflin/Elastica/pull/1073)
849 - `Elastica\Index->deleteByQuery($query, $options)` $query param can be a query `array` again
1023 - Removed deprecation for Elastica\Type::deleteByQuery [#875](https://github.com/ruflin/Elastica/pull/875)
1077 - Added deprecation notice to Elastica\Transport\Thrift, Elastica\Transport\Memcached and Elastica\Type::deleteByQuery [#817](https://github.com/ruflin/Elastica/issues/817/)
1090 - deleteByQuery() implemented in Elastica\Index [#816](https://github.com/ruflin/Elastica/issues/816/)
1395 - Fixed Type->deleteByQuery() not working with Query objects [#554](https://github.com/ruflin/Elastica/issues/554/)
1835 - Elastica_Type::deleteByQuery implemented
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/
H A DClient.php546 public function deleteByQuery(array $params = []) function in Elasticsearch\\Client
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/
H A DClient.asciidoc27 * <<Elasticsearch_ClientdeleteByQuery_deleteByQuery,`deleteByQuery()`>>
226 .`deleteByQuery(array $params = [])`