diff options
author | 2018-03-16 11:59:32 -0400 | |
---|---|---|
committer | 2018-03-16 12:02:30 -0400 | |
commit | 1d1fbefced829fed4f3d6bb4123f9df8c9cb8d3c (patch) | |
tree | 1504fc245a6a7518be0f27a51431091fc3582b14 /src/test/resources/json | |
parent | d6348739c632fb69c8833078effbb902adc7f702 (diff) |
Adding pass through shema creation
Issue-ID: AAI-888
Change-Id: Ifc094758682b39a5f2c5607bccd418de6e36d841
Signed-off-by: rv871f <richard.vondadelszen@amdocs.com>
Diffstat (limited to 'src/test/resources/json')
-rw-r--r-- | src/test/resources/json/dynamicIndex.json | 15 |
1 files changed, 15 insertions, 0 deletions
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 |