summaryrefslogtreecommitdiffstats
path: root/kubernetes/aai/charts/aai-search-data/resources/config/es-payload-translation.json
diff options
context:
space:
mode:
Diffstat (limited to 'kubernetes/aai/charts/aai-search-data/resources/config/es-payload-translation.json')
-rw-r--r--kubernetes/aai/charts/aai-search-data/resources/config/es-payload-translation.json17
1 files changed, 0 insertions, 17 deletions
diff --git a/kubernetes/aai/charts/aai-search-data/resources/config/es-payload-translation.json b/kubernetes/aai/charts/aai-search-data/resources/config/es-payload-translation.json
deleted file mode 100644
index 8a29863bf3..0000000000
--- a/kubernetes/aai/charts/aai-search-data/resources/config/es-payload-translation.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "attr-translations": [
- {
- "query": "$..[?(@.type=='string' && @.index=='analyzed')]",
- "update": {"type": "text", "index": true, "fielddata": true}
- },
- {
- "query": "$..[?(@.type=='string' && @.index=='not_analyzed')]",
- "update": {"type": "keyword", "index": true}
- },
- {
- "query": "$..[?(@.type=='string' && !@.index)]",
- "update": {"type": "text", "fielddata": true}
- }
- ]
-}
-