---
"Default values":
- do:
index:
index: test_1
type: test
id: 1
body: { "foo": "bar" }
get:
type: _all
- match: { _index: test_1 }
- match: { _type: test }
- match: { _id: '1' }
- match: { _source: { foo: "bar" } }