Hello!
I've a index that contains document with a specific (unchangeable) mapping, and another index that use a data field with name "created_at" to organize and view data by date.
I have created an alias for the second index that point to the first one, but the difference between the name of two data fields of the indices does not allow to sort the data of the first one.
There is a way to specify (to the second index) that data field have a different name than "created_at", without modify the mapping?
Thanks.
T.