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