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