basho / riak-php-client

PHP clients for Riak
Apache License 2.0
160 stars 69 forks source link

Added getData() method to Basho\Riak\Search\Doc #118

Closed lastzero closed 8 years ago

lastzero commented 8 years ago

See Basho\Riak\Search\Doc does not allow to fetch all values returned by Solr #117 (CLIENTS-683) (CLIENTS-754)

Note that getData() returns an array (see issue comment). I also added tests and inline documentation.

christophermancini commented 8 years ago

Looks good. Thanks @lastzero .