Add rest put mapping test with dot in fieldname
This commit is contained in:
parent
38d4382565
commit
d89540be9c
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue