mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-05 20:48:22 +00:00
12 lines
173 B
YAML
12 lines
173 B
YAML
---
|
|
"Raise 404 when index doesn't exist":
|
|
|
|
- do:
|
|
catch: missing
|
|
indices.get_field_mapping:
|
|
index: test_index
|
|
type: type
|
|
field: field
|
|
|
|
|