Elasticsearch does not return values when from + size is bigger than 10000. The exact number is configurable, but it might have low performance / high memory usage if set too high. Scroll or search_after is an alternative.
To fix this issue, at least give a good error message instead of "internal server error".
Elasticsearch does not return values when from + size is bigger than 10000. The exact number is configurable, but it might have low performance / high memory usage if set too high. Scroll or
search_after
is an alternative.To fix this issue, at least give a good error message instead of "internal server error".