Hi,
I am using GAE Search API, and it seems to be a really great feature, which by the way adds so vital functionality lacked in standard datastore queries.
But i have faced a problem to implement a standard pagination, namely to get a total amount of matching the query documents. Certainly, i can implement a list with a "show more" button using Cursor, but it would be also great to be able to obtain a total amount.
Any ideas on how to do this?
Thank you very much in advance!
GAE Search API. Obtain total amount of matching documents
550 Views Asked by Peter At
1
Step 1:
set your accuracy
Step 2 run query
Step 3 call getNumberFound()