elasticsearch/docs/reference
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
..
aggregations Fix typo in filters aggregation docs (#21690) 2016-11-21 12:52:45 +01:00
analysis
cat Remove lang-python and lang-javascript (#20734) 2016-11-21 22:13:25 -05:00
cluster Fixed bad asciidoc ID in node stats 2016-11-15 17:39:15 +00:00
docs it's a `noop` operation, not a `none` operation. (#21736) 2016-11-22 10:41:24 -05:00
how-to Add a recommendation against large documents to the docs. (#21652) 2016-11-21 15:01:36 +01:00
images
index-modules Update store.asciidoc (#21353) 2016-11-05 14:58:16 +01:00
indices Update get-settings.asciidoc 2016-11-22 15:10:09 +01:00
ingest Merge branch 'master' into feature/seq_no 2016-11-16 09:10:35 -05:00
mapping Fixed bad asciidoc in boolean mapping docs 2016-11-15 17:50:23 +00:00
migration Remove ignored type parameter in search_shards api (#21688) 2016-11-22 17:22:33 +01:00
modules Lazy resolve unicast hosts 2016-11-22 14:17:04 -05:00
query-dsl Fixing indentation in geospatial querying example. (#21682) 2016-11-21 13:09:21 +01:00
search Add indices and filter information to search shards api output (#21738) 2016-11-22 23:00:25 +01:00
setup Remove stale mention of minimum master nodes check 2016-11-18 06:56:23 -05:00
testing Update docs after test-framework moved 2016-11-02 09:51:55 -04:00
aggregations.asciidoc
analysis.asciidoc
api-conventions.asciidoc Replace all index date-math examples with the URI encoded form 2016-11-10 12:23:19 +01:00
cat.asciidoc Allows multiple patterns to be specified for index templates (#21009) 2016-11-10 18:00:30 -05:00
cluster.asciidoc
docs.asciidoc
getting-started.asciidoc Update getting-started.asciidoc (#21677) 2016-11-19 12:45:28 +01:00
glossary.asciidoc
how-to.asciidoc Add support for `quote_field_suffix` to `simple_query_string`. (#21060) 2016-10-28 09:11:57 +02:00
index-modules.asciidoc
index.asciidoc [docs] Document Docker installation method 2016-11-17 15:06:32 +02:00
indices.asciidoc
ingest.asciidoc
mapping.asciidoc
modules.asciidoc Remove lang-python and lang-javascript (#20734) 2016-11-21 22:13:25 -05:00
query-dsl.asciidoc
redirects.asciidoc
release-notes.asciidoc
search.asciidoc Makes search action cancelable by task management API 2016-10-25 12:27:34 -10:00
setup.asciidoc
testing.asciidoc