Storing Shop-Products in an ES Cluster

Hi there.

I have a shop and most Products are translated in 3 different languages. So
the overall structure of a product-json stays the same only some properties
differ (e.g. title, description, price)
How would you store those different products? (And why?)

  • All Information for every language in one document?
  • A seperate Index for every language (/de/products , /en/products)
  • All in the same index but different types (/products/de , /products/en)

Thanks a lot for your help!
Matthias

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.