Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding alias support for elastic mapping caching in Segments API
If alias is used for index name on elastic server, Segments API couldn't get mapping information for that segment. If such case occurs, db_elastic.go tries to get available aliases for requested index as a fallback and use latest index (alphabetically) to get mapping information.
- Loading branch information