Max limit on the number of values I can specify in the ids filter or generally query clause?

前端 未结 4 1517
北海茫月
北海茫月 2020-11-29 00:53

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

4条回答
  •  迷失自我
    2020-11-29 01:32

    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.

提交回复
热议问题