I think the general consensus is to figure out how to query your data without 
using map reduce, unless you're doing some mining that isn't reliant on speed; 
however, clear advice on this topic seems limited - so don't quote me on that.


-m




> On Nov 8, 2013, at 7:04 PM, Dave King <[email protected]> wrote:
> 
> The combination of bucket, key, value and metadata are referred to as
> a “Riak Object” - so says the documentation
> 
> http://docs.basho.com/riak/latest/dev/references/http/
> 
> The little Riak Book shows a JS Map Reduce Function of
> 
> function(raikOjbect,keyData,arg)
> 
> so if I return riakObject from this function I'd expect to get the
> meta (links in particular) with the data for the object.
> 
> I don't seem to be getting the full Riak Object, just the value(Json
> Document).  Am I missing something or doing something wrong?  Is there
> anyway to feed the results of a JS map reduce to a Converter in the
> Java API?
> 
> - Peace
> Dave
> 
> _______________________________________________
> riak-users mailing list
> [email protected]
> http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

_______________________________________________
riak-users mailing list
[email protected]
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Reply via email to