2013-10-30 14:19:35 -04:00
|
|
|
---
|
|
|
|
"Raise 404 when index doesn't exist":
|
|
|
|
- skip:
|
|
|
|
version: "0 - 0.90.5"
|
|
|
|
reason: "get field mapping was added in 0.90.6"
|
|
|
|
|
|
|
|
- do:
|
|
|
|
catch: missing
|
2013-11-02 08:21:06 -04:00
|
|
|
indices.get_field_mapping:
|
2013-10-30 14:19:35 -04:00
|
|
|
index: test_index
|
|
|
|
type: type
|
|
|
|
field: field
|
2013-11-02 08:21:06 -04:00
|
|
|
|
2013-10-30 14:19:35 -04:00
|
|
|
|