Hi,
i am a bit confused and do not understand what is written here:
https://www.elastic.co/guide/en/elasticsearch/reference/current/_basic_concepts.html#_index
First question:
Is "type" the same as a "mapping" ?
Second question:
The explanation by the examples for index and type sounds for me that i can exchange them from index to type and vice versa.
Index example: one index for customer data and one index for product data. But why not realize that with one index and two types ?
What is if i have category data and product data? Should i provide one index with two types or better two indices with one type per index?
--> by explanation i can use two inices, or one with two type.
That confuses me. For what is the subdivision index/type good for?
Kind regards
David