Alex,

I was mistaken about the bucket search. The documentation is wrong, and the API 
is weirded for backward compatibility reasons. You should be able to search by 
index name this way.

client.fulltext_search(index, query, **params)

We'll update the docs to match.

Eric


On Aug 18, 2014, at 2:29 PM, Alex De la rosa <alex.rosa....@gmail.com> wrote:

> Hi Sean,
> 
> Yeah, I opted to follow that pattern on my latest attempt as I see it more 
> clear that the way in the documentation. Still same issue although with Eric 
> we saw it works fine when index and bucket has the same name.
> 
> Thanks!
> Alex
> 
> 
> On Mon, Aug 18, 2014 at 11:27 PM, Sean Cribbs <s...@basho.com> wrote:
> Don't use bucket with 2 arguments, use
> client.bucket_type('futbolistas').bucket('fcb'). This makes your
> intent more clear. The 2-arity version of bucket() was for
> backwards-compatibility.


_______________________________________________
riak-users mailing list
riak-users@lists.basho.com
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Reply via email to