delete() public method
Deletes a document from the index
See also http://www.elastic.co/guide/en/elasticsearch/reference/current/docs-delete.html.
public mixed delete ( $index, $type, $id, $options = [] ) | ||
---|---|---|
$index | ||
$type | ||
$id | ||
$options | array |
delete() public method
Deletes a document from the index
See also http://www.elastic.co/guide/en/elasticsearch/reference/current/docs-delete.html.
public mixed delete ( $index, $type, $id, $options = [] ) | ||
---|---|---|
$index | ||
$type | ||
$id | ||
$options | array |
Please login to continue.