elasticsearch/docs/reference/search
Luca Cavanna db5a72774b Add indices and filter information to search shards api output (#21738)
Add indices and filter information to search shards api output

The search shards api returns info about which shards are going to be hit by executing a search with provided parameters: indices, routing, preference. Indices can also be aliases, which can also hold filters. The output includes an array of shards and a summary of all the nodes the shards are allocated on. This commit adds a new indices section to the search shards output that includes one entry per index, where each index can be associated with an optional filter in case the index was hit through a filtered alias.

This is relevant since we have moved parsing of alias filters to the coordinating node.

Relates to #20916
2016-11-22 23:00:25 +01:00
..
request
suggesters fix two errors in suggester docs 2016-11-18 12:05:49 +01:00
count.asciidoc Remove `lowercase_expanded_terms` and `locale` from query-parser options. (#20208) 2016-11-02 14:25:08 +01:00
explain.asciidoc Remove `lowercase_expanded_terms` and `locale` from query-parser options. (#20208) 2016-11-02 14:25:08 +01:00
field-stats.asciidoc
multi-search.asciidoc
percolate.asciidoc
profile.asciidoc
request-body.asciidoc
search-shards.asciidoc Add indices and filter information to search shards api output (#21738) 2016-11-22 23:00:25 +01:00
search-template.asciidoc
search.asciidoc
suggesters.asciidoc
uri-request.asciidoc Remove `lowercase_expanded_terms` and `locale` from query-parser options. (#20208) 2016-11-02 14:25:08 +01:00
validate.asciidoc Allow overriding all-field leniency when `lenient` option is specified 2016-11-21 21:32:25 -07:00