File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -62,8 +62,8 @@ Adds an alias to an index.
6262Removes an alias from an index.
6363
6464`remove_index`::
65- Deletes an index or index alias,
66- like the <<indices-delete-index,delete index API>> .
65+ Deletes a concrete index, similar to the <<indices-delete-index, delete index
66+ API>>. Attempts to remove an index alias will fail .
6767
6868You can perform these actions on alias objects.
6969Valid parameters for alias objects include:
@@ -287,7 +287,7 @@ POST /_aliases
287287
288288<1> An index we've added by mistake
289289<2> The index we should have added
290- <3> `remove_index` is just like <<indices-delete-index>>
290+ <3> `remove_index` is just like <<indices-delete-index>> but will only remove a concrete index.
291291
292292[[filtered]]
293293===== Filtered aliases
You can’t perform that action at this time.
0 commit comments