From 1d1fbefced829fed4f3d6bb4123f9df8c9cb8d3c Mon Sep 17 00:00:00 2001 From: rv871f Date: Fri, 16 Mar 2018 11:59:32 -0400 Subject: Adding pass through shema creation Issue-ID: AAI-888 Change-Id: Ifc094758682b39a5f2c5607bccd418de6e36d841 Signed-off-by: rv871f --- src/test/resources/json/dynamicIndex.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/test/resources/json/dynamicIndex.json (limited to 'src/test/resources') diff --git a/src/test/resources/json/dynamicIndex.json b/src/test/resources/json/dynamicIndex.json new file mode 100644 index 0000000..1ac1cce --- /dev/null +++ b/src/test/resources/json/dynamicIndex.json @@ -0,0 +1,15 @@ +{ + "mappings": { + "dynamic_templates": [{ + "strings": { + "match_mapping_type": "string", + "match": "*", + "mapping": { + "type": "string", + "index": "not_analyzed" + } + } + } + ] + } +} \ No newline at end of file -- cgit 1.2.3-korg