2013-07-01 22:03:37 +08:00
|
|
|
---
|
|
|
|
"Basic":
|
|
|
|
- do:
|
|
|
|
index:
|
|
|
|
index: test_1
|
|
|
|
type: test
|
|
|
|
id: 1
|
|
|
|
body: { "foo": "bar" }
|
|
|
|
|
|
|
|
- do:
|
|
|
|
get_source:
|
|
|
|
index: test_1
|
|
|
|
type: test
|
|
|
|
id: 1
|
|
|
|
|
|
|
|
- match: { '': { foo: bar } }
|
|
|
|
|
|
|
|
- do:
|
|
|
|
get_source:
|
|
|
|
index: test_1
|
2014-01-09 00:37:35 +08:00
|
|
|
type: _all
|
2013-07-01 22:03:37 +08:00
|
|
|
id: 1
|
|
|
|
|
|
|
|
- match: { '': { foo: bar } }
|