Multi type support on ES 6x

Hi
I'm sure I'm not the first to ask you about this point.... BUT
I coded a chatbot based on ES ... I did it on previous ES version but now ... If I create more than 1 type of document I have an error : "Rejecting mapping update to [test] as the final mapping would have more than 1 type" ....

My code generates a lot of type whichs are very fluent (some documents have more fileds than other documents in the same type of document).

Is there a solution to be have to create a lot of type in the same indice without a clear mapping of each document type ?

Thanks

Jerome

Read https://www.elastic.co/blog/removal-of-mapping-types-elasticsearch

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.