I've updated to ElasticSearch 2.1. Deleting a mapping type is not supported anymore since 2.0 onward.
Before, it was very useful to simply remove a type, and created it again.
So, the question is waht should I do in order to reach it out on ElasticSearch 2.1?
Imagine I've an index idx
with a type tp
.
I supose I shall use alias
, however I don't know how to do it.
Does exists alias
for index-level
? Does exist alias
for type-level
?