OpenSearch/qa/multi-cluster-search
Julie Tibshirani 9124c94a6c
Add support for aliases in queries on _index. (#46944)
Previously, queries on the _index field were not able to specify index aliases.
This was a regression in functionality compared to the 'indices' query that was
deprecated and removed in 6.0.

Now queries on _index can specify an alias, which is resolved to the concrete
index names when we check whether an index matches. To match a remote shard
target, the pattern needs to be of the form 'cluster:index' to match the
fully-qualified index name. Index aliases can be specified in the following query
types: term, terms, prefix, and wildcard.
2019-09-23 13:21:37 -07:00
..
src/test Add support for aliases in queries on _index. (#46944) 2019-09-23 13:21:37 -07:00
build.gradle Restrict which tasks can use testclusters (#45198) 2019-08-09 13:38:01 +03:00