aws-solutions/content-analysis-on-aws

GUI should implement elasticsearch paging in order to fetch more than 10,000 records

ianwow opened this issue · 1 comments

GUI should implement elasticsearch paging in order to fetch more than 10,000 records. Right now it's capped at 10,000, and it's not deterministic which 10,000 records ES will return.

For example, if you upload a long movie, like a 1 hour movie, then you'll see different result sets under label detection every time you refresh the analysis page.

This is a duplicate of awslabs/aws-media-insights-engine#87