Usually I would recommend trying to index all languages into one Solr core.
The determining factor for me is how much "overlap" there is in fields for
each language, i.e. how many common fields for each language. For example
if you have 60 common fields to all languages, but only 8 fields that are
returned fields in a edismax query request. This is just one technical
approach, but it still all depends on intended user experience and user
expectations.
-- Jack Krupansky
-Original Message-
From: Ivan Hrytsyuk
Sent: Wednesday, May 16, 2012 6:31 AM
To: solr-user@lucene.apache.org
Subject:
is just one
technical approach, but it still all depends on intended user experience and
user expectations.
-- Jack Krupansky
-Original Message-
From: Ivan Hrytsyuk
Sent: Wednesday, May 16, 2012 6:31 AM
To: solr-user@lucene.apache.org
Subject: Solr Single Core vs Multiple Cores installa
Hello,
We are going to add multi-language support for our Solr-based project.
We consider next Solr installation types:
1. Single core - all fields for all languages reside in a single core.
I.e. title_en, description_en, title_de, description_de, title_fr,
description_fr
2. Multi