Limit ES results count to 10000
Compare changes
- Erwan Rouchet authored
+ 3
− 3
@@ -34,7 +34,7 @@ class ESQuerySet(object):
@@ -48,13 +48,13 @@ class ESQuerySet(object):
ES requires using their scroll API to get more than 10,000 results in a single query.