mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-07-17 09:49:13 +00:00
Currently, the `kustomize` index in ElasticSearch is using dynamic mapping, which sets the types of all the fields to `text`. However, `text` field type is good for full-text value matching, and not good for exact-value matching. For exact-value matching, the `keyword` filed type should be used.
6.5 KiB
6.5 KiB