Re: python client - failing mapreduce on fulltext search

2016-05-02 Thread Luke Bakken
Hello, The "not_found" in the error indicates that the object was not found. When performing map / reduce operations, you have to take this into account. -- Luke Bakken Engineer lbak...@basho.com On Mon, Mar 14, 2016 at 11:37 AM, Bartłomiej Górny wrote: > Hi > > I've been trying to do fulltext

python client - failing mapreduce on fulltext search

2016-03-14 Thread Bartłomiej Górny
Hi I've been trying to do fulltext search and mapreduce on it, only to get values, and I can't make it work. When I try the following code: query = riak.mapreduce.RiakMapReduce(c) query = query.search(idx, sstr) query = query.map_values() query = query.reduce_limit(1) res = query.run() it fai