X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Ftest%2Fresources%2Fjson%2FdynamicIndex.json;h=5df406981d20fc32c1d6d2268ee8d8cda5b4fcba;hb=ce701746049abfd94a87b46e43f296faf32d6213;hp=1ac1cceebea3a1f69c8639c1f906ff7cd12922d4;hpb=06d31abe3065205c87447687ad87c05e602c97d7;p=aai%2Fsearch-data-service.git diff --git a/src/test/resources/json/dynamicIndex.json b/src/test/resources/json/dynamicIndex.json index 1ac1cce..5df4069 100644 --- a/src/test/resources/json/dynamicIndex.json +++ b/src/test/resources/json/dynamicIndex.json @@ -1,15 +1,17 @@ { - "mappings": { - "dynamic_templates": [{ - "strings": { - "match_mapping_type": "string", - "match": "*", - "mapping": { - "type": "string", - "index": "not_analyzed" - } - } - } - ] - } + "mappings": { + "dynamic_templates": [{ + "strings": { + "match_mapping_type": "string", + "match": "*", + "mapping": { + "type": "string", + "index": "not_analyzed" + } + } + } + ] + } + + } \ No newline at end of file