aboutsummaryrefslogtreecommitdiffstats
path: root/search-data-service/src/test/resources/json/dynamicIndex.json
diff options
context:
space:
mode:
Diffstat (limited to 'search-data-service/src/test/resources/json/dynamicIndex.json')
-rw-r--r--search-data-service/src/test/resources/json/dynamicIndex.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/search-data-service/src/test/resources/json/dynamicIndex.json b/search-data-service/src/test/resources/json/dynamicIndex.json
new file mode 100644
index 0000000..5df4069
--- /dev/null
+++ b/search-data-service/src/test/resources/json/dynamicIndex.json
@@ -0,0 +1,17 @@
+{
+ "mappings": {
+ "dynamic_templates": [{
+ "strings": {
+ "match_mapping_type": "string",
+ "match": "*",
+ "mapping": {
+ "type": "string",
+ "index": "not_analyzed"
+ }
+ }
+ }
+ ]
+ }
+
+
+} \ No newline at end of file