Result window is too large, from + size must be less than or equal to: [10000] but was [20000]
I got this error message when I tried to access size: 200 & from 19800 and I know that i can extend this range by 'index.max_result_window'.
But why it care about 'from' too, not just size? does not elasticsearch return 200 result? If I change index.max_result_window value, is there much cost on my computer to compute this process?