Field caps - Ability to exclude fields by name #99450
Labels
>enhancement
:Search Foundations/Mapping
Index mappings, including merging and defining field types
Team:Search Foundations
Meta label for the Search Foundations team in Elasticsearch
When mapping explosions occur, they're often something like
node_id_12345
. Unfortunately we don't have a way to exclude these for any field request even though they make the mapping much too large and are best ignored.The field caps api should support negating wildcards such as
-node_id*
. This should speed up worst case field loading when mapping explosions are present.The text was updated successfully, but these errors were encountered: