I tried based on the documentation to create an index then use:
PUT indexname/_settings
{
"index.max_result_window": 20000
}
When I get the settings, I see the setting is set, but whenever I do a query against it, I keep getting the 10,000 results. I tried creating the index with the setting set, but that didn't work either.
I also tried when making the search query, to include a size parameter of 11,000 and it still did not return.
What is it do I have to do to get the results to return greater than 10,000?
Is there some setting I have to apply to the node, or some other setting applied to the index to get it to work?
I am using the latest version 7.3.1.