summaryrefslogtreecommitdiffstats
path: root/src/test/resources/json/dynamicIndex.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/resources/json/dynamicIndex.json')
-rw-r--r--src/test/resources/json/dynamicIndex.json28
1 files changed, 15 insertions, 13 deletions
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