Is the all_fields limit include both keyword and text version of multi fields?

The all_fields has a limit of 1024 fields (per https://github.com/elastic/elasticsearch/pull/26541) and I'm wondering if that limit counts the different versions of a multi field?

Say I have a field that has both a text version and a keyword version (such as the default logstash template). Will I hit the 1024 limit when I have 513 of those fields or when I have 1025 of those fields? At what point do I need to start setting the index.query.default_field (https://github.com/elastic/elasticsearch/pull/26320)?

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