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

34 lines
552 B
YAML

---
"Basic percolation tests":
- skip:
version: "0.90.9 - 999"
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']}