Hello,
I am getting an error message when doing paged search from kendo data grid on elasticsearch:
"Result window is too large, from + size must be less than or equal to: [10000] but was [44800]..."
The index has approx 45,000 docs and page size is set to 100 so there are 448 pages.
I am not reading all records from elasticsearch, instead using paging.
This error occurs when i read last page. Why do I have this error and how to resolve the problem?
Thank you
the size and from parameters to display by default up to 10000 records to your users. If you want to change this limit, you can change index.max_result_window setting but be aware of the consequences (ie memory).
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.