OpenSearch/rest-api-spec/test/cluster.state
javanna 8dedbd01df Core: don't replace indices within the ActionRequest with the concrete ones, and make sure check blocks is executed on concrete indices
Concrete indices is now called multiple times when needed instead of changing what's inside the incoming request with the concrete indices. Ideally we want to keep the original aliases or indices or wildcard expressions in the request.

Also made sure that the check blocks is done against the concrete indices, which wasn't the case for delete index, delete mapping, open index, close index, types exists and indices exists.

Closes #6694
Closes #6777
2014-07-08 14:18:26 +02:00
..
10_basic.yaml cluster state 2013-07-24 17:08:54 +02:00
20_filtering.yaml Core: don't replace indices within the ActionRequest with the concrete ones, and make sure check blocks is executed on concrete indices 2014-07-08 14:18:26 +02:00