Hi Russell
Thanks for reply.
I tried to use your example but I could not find class BinIndexQuery in riak
client (I'm using 1.0.4, is there any newer version?)
I gave it a try with:
IndexQuery indexQuery = new BinValueQuery(BinIndex.named(BUCKET_NAME),
BUCKET_NAME, bucketFilter.toString());
MapReduceResult res = _iclient.mapReduce(indexQuery).execute();
Collection<String> resS = res.getResult(String.class);
which is probably something completely different since I got:
com.basho.riak.client.query.NoPhasesException
at com.basho.riak.client.query.MapReduce.validate(MapReduce.java:90)
at com.basho.riak.client.query.MapReduce.execute(MapReduce.java:74)
I checked the github repository but could not find anything about
BinIndexQuery.
Daniel.
--
View this message in context:
http://riak-users.197444.n3.nabble.com/Slow-performance-on-getting-via-2i-tp3812664p3838662.html
Sent from the Riak Users mailing list archive at Nabble.com.
_______________________________________________
riak-users mailing list
[email protected]
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com