Hi, trying to figure out how to use the java client to do 2i index queries with 
pagination.

I can issue the query with max_results and get back exactly the number that i 
asked for, but the continuation value in the returned StreamingOperation object 
is null.

In contrast, i get pagination to work just fine using the examples from: 
http://docs.basho.com/riak/latest/dev/using/2i/

I'm using:

public StreamingOperation<IndexEntry> fetchIndex(IndexSpec indexSpec) throws 
IOException

It's as if i'm missing something when building IndexSpec, but not sure what.
Thx.
_______________________________________________
riak-users mailing list
riak-users@lists.basho.com
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Reply via email to