I have an index named "products" and another one named "products_temp". I want to fill the "products_temp" with new products then delete the "products" index and rename the "products_temp" index to "products". Is this possible in Elasticsearch? If it is, what's the recommended approach?
I have to repeat this "products resync" process every day once.