Re: Solr Single Core vs Multiple Cores installation for localization

2012-05-21 Thread Jay Hill
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

RE: Solr Single Core vs Multiple Cores installation for localization

2012-05-21 Thread Ivan Hrytsyuk
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:

Re: Solr Single Core vs Multiple Cores installation for localization

2012-05-16 Thread Jack Krupansky
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

Solr Single Core vs Multiple Cores installation for localization

2012-05-16 Thread Ivan Hrytsyuk
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