2013-07-24 07:54:12 +08:00
|
|
|
---
|
|
|
|
"Basic mlt":
|
|
|
|
- do:
|
|
|
|
index:
|
|
|
|
index: test_1
|
|
|
|
type: test
|
|
|
|
id: 1
|
|
|
|
body: { foo: bar, title: howdy }
|
|
|
|
|
|
|
|
- do:
|
|
|
|
indices.refresh: {}
|
|
|
|
|
|
|
|
- do:
|
|
|
|
explain:
|
|
|
|
index: test_1
|
|
|
|
type: test
|
|
|
|
id: 1
|
|
|
|
body:
|
|
|
|
query:
|
|
|
|
match_all: {}
|
2013-07-30 20:00:23 +08:00
|
|
|
|
2013-07-24 07:54:12 +08:00
|
|
|
- is_true: matched
|
2013-09-17 02:56:59 +08:00
|
|
|
- match: { explanation.value: 1 }
|