I got the following Error in elasticSearch:
[Result window is too large, from + size must be less than or equal to: [10000] but was [100000].
you can change max result window by setting index.max_result_window = 50000; in elasticsearch.yml file in etc/elasticsearch
index.max_result_window = 50000;