Re: Multilingual Solr

2016-06-06 Thread Johannes Riedl
Hi Alessandro, hi Alexandre, Thanks a lot for your reply and your considerations and hints. We use a web front end that comes bundled with Solr. It currently uses a single core approach. We would like to stick to the original setup as closely as possible to avoid administrative overhead and to

Re: Multilingual Solr

2016-06-06 Thread Alexandre Rafalovitch
There is a language auto-detect UpdateRequestProcessor to route indexed content to differently suffixed fields. You have Google's algorithm: http://www.solr-start.com/info/update-request-processors/#LangDetectLanguageIdentifierUpdateProcessorFactory or a Tika one: http://www.solr-start.com/info/u

Re: Multilingual Solr

2016-06-06 Thread Alessandro Benedetti
Hi Johannes, nothing out of the box unfortunately but could be a nice idea and contribution. If having a multi-core setup is not an option ( out of curiousity, can I ask why ?) you could proceed in this way : 1) you define in the schema N field variation per field you are interested in. N is the n

Multilingual Solr

2016-06-05 Thread Riedl, Johannes
Hi all, we are currently in search of a solution for switching between different languages in the query results and keeping the possibility to perform a search in several languages in parallel. The overall aim would be a constant field name and a an additional Solr parameter "lang=XX_YY" that