I am using like this the map reduce section.

$results = $query->map(array("riak_kv_mapreduce", "map_object_value"))
                ->reduce(array("riak_kv_mapreduce", "reduce_set_union"))
                ->run();

this produces me an array response, but I don't have the key returned.

Array
(
    [0] => {document ommited}
    [1] => {document ommited}
)

Can you please guide me how to get the key too?
_______________________________________________
riak-users mailing list
[email protected]
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Reply via email to