26 lines
424 B
YAML
26 lines
424 B
YAML
|
---
|
||
|
"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: {}
|
||
|
|
||
|
- is_true: matched
|
||
|
- is_true: ok
|
||
|
- match: {explanation.value: 1.0}
|
||
|
|