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