I'm pretty confused.
Here it says that it is deprecated and you could only use one type per index: https://www.elastic.co/guide/en/elasticsearch/reference/master/removal-of-types.html
But when i try to create 2 documents in 2 different types in the same index, Elasticsearch 6.2.2 doesn't complain:
PUT http://IP:9200/blogs/post/1
PUT http://IP:9200/blogs_v2/post/1
Could somebody please clarify?