-
Notifications
You must be signed in to change notification settings - Fork 25.7k
Closed
Description
If i'm not wrong, aliases are supported only at the index level now. It would be helpful in certain use cases like ours if alias can be made for type too.
For e.x our environment has 1000 of apps and each app has 100's of documents. Right now we are storing them as different types under same index.
But while reindexing each app, We have to cleanup the documents first (because field mapping may change). Due to this we see zero results for a brief period of time. Alias support for type would be useful here.
Metadata
Metadata
Assignees
Labels
No labels