Im using ES as quick datas getter and in index i have more than 10000 docs. On web page on first time im loading 100 items and onScroll event im loading another 100 items as pager. Now, when records count is more than 10k and when im requesting datas, in result array im taking hits->total->value = 10000. I changed index.max_result_window and restart container, but thats not help, limit not changing. In index info that param is changed. Size 100 from 10000 returns empty result.
I do not want to use the scroll api, because the scroll life time may expire and the user will not receive the correct pagination page.
Any solutions or recomendations?
source https://stackoverflow.com/questions/68145098/elastic-search-count-limit-10000
Comments
Post a Comment