use cloud search cursor
Opened this issue · 2 comments
ufxela commented
right now, we're limited to 10,000 search results for any search. to unlock maximum potential, use cloudsearch cursor
https://docs.aws.amazon.com/cloudsearch/latest/developerguide/paginating-results.html
epicfaace commented
Don't we already do this? If you navigate to a new page, you'll note that we do a network call like (note the start and size parameters):
ufxela commented
we are paginating, but we're not doing deep paginating (right now, the results for a query are limited to 10,000). under "Deep Paging Beyond 10,000 Hits in Amazon CloudSearch" it says that you can use a cursor to get more than 10,000 hits