OpenSearch/qa/multi-cluster-search
Simon Willnauer cf846af0e5 Fix `_field_caps` serialization in order to support cross cluster search (#24722)
Today the `_field_caps` API doesn't implement its request serialization
correctly since indices and indices options are not serialized at all.
This will likely break with all transport clients etc. and if this request
must be send across the network. This commit fixes this and adds correct
handling if we have only remote indices to prevent the inclusion of
all local indices.
2017-05-17 14:02:45 +02:00
..
src/test Fix `_field_caps` serialization in order to support cross cluster search (#24722) 2017-05-17 14:02:45 +02:00
build.gradle Tests: Move cluster dependencies from runner to cluster (#24142) 2017-04-17 16:02:46 -07:00