Home
last modified time | relevance | path

Searched refs:deleteById (Results 1 – 3 of 3) sorted by relevance

/plugin/elasticsearch/action/
Dindexing.php205 $index->deleteById($documentId);
/plugin/elasticsearch/vendor/ruflin/elastica/src/
DIndex.php329 public function deleteById(string $id, array $options = []): Response function in Elastica\\Index
/plugin/elasticsearch/vendor/ruflin/elastica/
DCHANGELOG.md317 * The method `Index::deleteById()` does not throw an `NotFoundException` when deleting a non-existi…