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
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