Documents of the same type stored in different indexes

Hi all,

imagine we want to index products and each product belongs to a country.
Also imagine our application only retrieves the products for the county the user belongs to.

In this case would it be better to have one product index for country, e.g. product_italy, product_germany, ....
or have one single product index for all the countries?

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