2013-06-28 13:44:13 -04:00
|
|
|
---
|
|
|
|
"Metadata Fields":
|
|
|
|
|
|
|
|
- do:
|
|
|
|
update:
|
|
|
|
index: test_1
|
|
|
|
type: test
|
|
|
|
id: 1
|
|
|
|
fields: foo,bar,_source
|
|
|
|
body:
|
|
|
|
doc: { foo: baz }
|
|
|
|
upsert: { foo: bar }
|
|
|
|
|
2013-07-01 09:58:23 -04:00
|
|
|
- match: { get._source.foo: bar }
|
|
|
|
- match: { get.fields.foo: bar }
|
|
|
|
- is_false: get.fields.bar
|
2013-06-28 13:44:13 -04:00
|
|
|
|
|
|
|
|
|
|
|
#### ADD _routing etc
|