Added a little more to the intro

This commit is contained in:
keithhc2 2021-06-28 16:08:28 -07:00
parent 13f7a847c1
commit 268a85ba0c
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ nav_order: 8
# Alias
An alias is a virtual pointer that you can use to reference one or more indices.
An alias is a virtual pointer that you can use to reference one or more indices. Creating and updating aliases are atomic operations, so you can reindex your data and point an alias at it without any downtime.
## Example