Caused by: org.elasticsearch.search.query.QueryPhaseExecutionException: Result window is too large, from + size must be less than or equal to: [10000] but was [2872980]. See the scroll api for a more efficient way to request large data sets. This limit can be set by changing the [index.max_result_window] index level settin
when data record more than 10000 records it show error empty response. i am try different solution but there was not solution is valid. solution like this
PUT bookings/_settings
{
"max_result_window" : 500000
}
PUT bookings/_settings { "index": { "max_result_window": 100000000 } }