Browse Source

Names of indexRouting and searchRouting infos are out of date.

Hi,

I belive indexRouting should be changed to routing.index and searchRouting to routing.search.
This is what my ES 2.0.0-rc1 instance returns when I hit cat alias api:



Let me know if I should change other versions of documentation for this issue as well(Looks to me like it always was incorrect in docs).
Robert 10 years ago
parent
commit
43e7c5cd13
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/cat/alias.asciidoc

+ 1 - 1
docs/reference/cat/alias.asciidoc

@@ -7,7 +7,7 @@ including filter and routing infos.
 [source,sh]
 --------------------------------------------------
 % curl '192.168.56.10:9200/_cat/aliases?v'
-alias  index filter indexRouting searchRouting
+alias  index filter routing.index routing.search
 alias2 test1 *      -            -
 alias4 test1 -      2            1,2
 alias1 test1 -      -            -