Lee Hinman 54612ee2b5 Add REST API spec for /_search_shards endpoint
Also adds REST test for /_search_shards

Closes #5907
2014-04-23 13:29:29 -06:00

17 lines
264 B
YAML

---
"Basic /_search_shards test":
- do:
indices.create:
index: test_1
- do:
cluster.health:
wait_for_status: yellow
- do:
search_shards:
index: test_1
routing: foo
- match: { shards.0.0.index: test_1 }