Add rest put mapping test with dot in fieldname

This commit is contained in:
Ryan Ernst 2016-08-10 15:35:53 -07:00
parent 38d4382565
commit d89540be9c
1 changed files with 3 additions and 0 deletions

View File

@ -17,6 +17,8 @@
text2:
type: text
analyzer: whitespace
subfield.text3:
type: text
- do:
indices.get_mapping:
@ -47,4 +49,5 @@
index: test_index
- match: {test_index.mappings.test_type.properties.text1.type: text}
- match: {test_index.mappings.test_type.properties.subfield.properties.text3.type: text}
- match: {test_index.mappings.test_type.properties.text1.fields.text_raw.type: keyword}