OpenSearch/rest-api-spec/test/percolate/10_old.yaml

34 lines
552 B
YAML
Raw Normal View History

2013-07-23 19:39:20 -04:00
---
"Basic percolation tests":
- skip:
version: "0.90.9 - 999"
2013-07-23 19:39:20 -04:00
reason: "Percolator redesign"
- do:
indices.create:
index: test_index
- do:
index:
index: _percolator
type: test_index
id: test_percolator
body:
query:
match_all: {}
- do:
indices.refresh: {}
- do:
percolate:
index: test_index
type: test_type
body:
doc:
foo: bar
- is_true: ok
- match: {'matches': ['test_percolator']}