Re: Riak secondary indices with Java Api

2013-11-25 Thread Alex Moore
Hi Shimon, The `fetchIndex` method is only available on the RawClient interface, I’ll see if we can get that post updated to reflect that.   If you’re using the IRiakClient interface (likely), try fetching the index from a bucket object instead: ``` List adminUserKeys = userBucket.fetchIndex(B

Riak secondary indices with Java Api

2013-11-25 Thread Shimon Benattar
Hi, Riak users, I am trying to index my data with the Java API I saw on the basho site (http://basho.com/index-for-fun-and-for-profit/) the following code, The first part of creating the index works fine. My problem here is that under riakClient I do not have any mothod called fetchIndex.