Re: Multiple Languages in Same Core

2014-03-31 Thread Jeremy Thomerson
Thanks Trey! Last week I ordered the eBook. I look forward to seeing the information in it. Jeremy On Thu, Mar 27, 2014 at 6:03 PM, Trey Grainger wrote: > In addition to the two approaches Liu Bo mentioned (separate core per > language and separate field per language), it is also possible to p

Re: Multiple Languages in Same Core

2014-03-27 Thread Trey Grainger
In addition to the two approaches Liu Bo mentioned (separate core per language and separate field per language), it is also possible to put multiple languages in a single field. This saves you the overhead of multiple cores and of having to search across multiple fields at query time. The idea here

Re: Multiple Languages in Same Core

2014-03-26 Thread Liu Bo
Hi Jeremy There're a lot of multi language discussions, two main approaches 1. like yours, a language is one core 2. all in one core, different language has it's own field. We have multi-language support in a single core, each multilingual field has it's own suffix such as name_en_US. We custom

Re: Multiple Languages in Same Core

2014-03-24 Thread Alexandre Rafalovitch
Solr In Action has a significant discussion on the multi-lingual approach. They also have some code samples out there. Might be worth a look Regards, Alex. Personal website: http://www.outerthoughts.com/ LinkedIn: http://www.linkedin.com/in/alexandrerafalovitch - Time is the quality of nature t

Multiple Languages in Same Core

2014-03-24 Thread Jeremy Thomerson
I recently deployed Solr to back the site search feature of a site I work on. The site itself is available in hundreds of languages. With the initial release of site search we have enabled the feature for ten of those languages. This is distributed across eight cores, with two Chinese languages plu