[google-appengine] Re: Number Found Accuracy on Search API Affecting Cursor Results

2013-08-13 Thread Brent Yates
can sort. If you are using sort options and it is important to retrieve every matching document, you should try to insure that your query will return no more documents than you can sort. On Monday, March 4, 2013 9:38:57 AM UTC-6, Brent Yates wrote: > > When using the google app engine sear

[google-appengine] Re: Number Found Accuracy on Search API Affecting Cursor Results

2013-08-01 Thread Brent Yates
Bump On Monday, March 4, 2013 9:38:57 AM UTC-6, Brent Yates wrote: > > When using the google app engine search API, if we have a query that > returns a large result set (>1000), and need to iterate using the cursor to > collect the entire result set, we are getting indeterminate

[google-appengine] Number Found Accuracy on Search API Affecting Cursor Results

2013-03-04 Thread Brent Yates
When using the google app engine search API, if we have a query that returns a large result set (>1000), and need to iterate using the cursor to collect the entire result set, we are getting indeterminate results for the documents returned if the number_found_accuracy is lower than our result