summaryrefslogtreecommitdiff
path: root/core/src/test/resources/org/elasticsearch/index/mapper/dynamictemplate/pathmatch/test-mapping.json
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/test/resources/org/elasticsearch/index/mapper/dynamictemplate/pathmatch/test-mapping.json')
-rw-r--r--core/src/test/resources/org/elasticsearch/index/mapper/dynamictemplate/pathmatch/test-mapping.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/src/test/resources/org/elasticsearch/index/mapper/dynamictemplate/pathmatch/test-mapping.json b/core/src/test/resources/org/elasticsearch/index/mapper/dynamictemplate/pathmatch/test-mapping.json
index dce33dadfc..3c273e6ed9 100644
--- a/core/src/test/resources/org/elasticsearch/index/mapper/dynamictemplate/pathmatch/test-mapping.json
+++ b/core/src/test/resources/org/elasticsearch/index/mapper/dynamictemplate/pathmatch/test-mapping.json
@@ -5,7 +5,7 @@
"template_1":{
"path_match":"obj1.obj2.*",
"mapping":{
- "store":"no"
+ "store":false
}
}
},
@@ -13,7 +13,7 @@
"template_2":{
"path_match":"obj1.*",
"mapping":{
- "store":"yes"
+ "store":true
}
}
},
@@ -27,4 +27,4 @@
}
]
}
-} \ No newline at end of file
+}