Can i change the value of index.max_result_window from 10000 to 100000 ? as it is not allowing to retrieve 10001 record through pagination

can i change the value of index.max_result_window from 10000 to 100000 ?
as it is not allowing to retrieve 10001 record through pagination.
because my results page having max up to 100000 documents can i set "max_result_window " to 1 lakh
if yes how can i set.

please help me in this

Thanks in advance.

You may want to read https://www.elastic.co/guide/en/elasticsearch/reference/5.1/search-request-from-size.html.

@warkolm,
Thanks for your reply. i have gone through the provided link. i have implemented my logic with function scoring and results with pagination using "from ". my search results contains maximum of 1 lakh documents can i modify the value of index.max_result_window. is there any problem with that change please let me know

Search for it in the docs, you'll see it.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.