In elasticsearch what is the max limit to specify the value in the number of values a match can be performed on? I read somewhere that it is 1024 but is also configurable. I
An index level limitation on the number of terms in a terms query will be introduced in ES 7.0.
The setting is index.max_terms_count with a default value of 65536.