diff options
Diffstat (limited to 'sparkybe-onap-application/config/schemas/dynamicMappings.json')
-rw-r--r-- | sparkybe-onap-application/config/schemas/dynamicMappings.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sparkybe-onap-application/config/schemas/dynamicMappings.json b/sparkybe-onap-application/config/schemas/dynamicMappings.json new file mode 100644 index 0000000..09a00ac --- /dev/null +++ b/sparkybe-onap-application/config/schemas/dynamicMappings.json @@ -0,0 +1,14 @@ +{ + "dynamic_templates": [ + { + "strings": { + "match_mapping_type": "string", + "match": "*", + "mapping": { + "type": "string", + "index": "not_analyzed" + } + } + } + ] +}
\ No newline at end of file |