Hi,
I am implementing the SwapAlias() function at this GitHub page: https://github.com/elastic/elasticsearch-net-example/blob/2.x-codecomplete/src/NuSearch.Indexer/Program.cs
This SwapAlias() function was part of a tutorial at https://github.com/elastic/elasticsearch-net-example/tree/2.x
When I finally do GET /_cat/aliases?v I don't see any aliases listed. Why is this so?
Thanks!