Horde_ElasticSearch_Client::get PHP Méthode

get() public méthode

curl -X GET {SERVER}/{INDEX}/{TYPE/{ID}
public get ( $index, $type, $id )
    public function get($index, $type, $id)
    {
        return $this->_request($this->_path($index, $type, $id));
    }