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.
62
62
Removes an alias from an index.
63
63
64
64
`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 .
67
67
68
68
You can perform these actions on alias objects.
69
69
Valid parameters for alias objects include:
@@ -287,7 +287,7 @@ POST /_aliases
287
287
288
288
<1> An index we've added by mistake
289
289
<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.
291
291
292
292
[[filtered]]
293
293
===== Filtered aliases
You can’t perform that action at this time.
0 commit comments