Search with cursor or getting cursor from result hangs

19 views
Skip to first unread message

maxie

unread,
Jul 14, 2012, 12:39:43 PM7/14/12
to google-a...@googlegroups.com
queryCursor = Cursor.newBuilder().build();
 
.....
 

q = Query

.newBuilder()

.setOptions(

QueryOptions.newBuilder().setLimit(...)

.setOffset(...)

.setCursor( queryCursor )

.build()

).build(query);

 

or

search without cursor +

result.getCursor()

it hangs for me.

 

What could be a problem?

 

Thanks.

Reply all
Reply to author
Forward
0 new messages