Re: What are the best practices on Multiple Language support in Solr Cloud ?

2014-05-05 Thread shamik
om/What-are-the-best-practices-on-Multiple-Language-support-in-Solr-Cloud-tp4134006p4134743.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: What are the best practices on Multiple Language support in Solr Cloud ?

2014-05-02 Thread Nicole Lacoste
Hi Shamik, I don't have an answer for you, just a couple of comments. Why not use dynamic field definitions in the schema? As you say most of your fields are not analysed you just add a language tag _en, _fr, _de, ...) to the field when you index or query. Then you can add languages as you need

What are the best practices on Multiple Language support in Solr Cloud ?

2014-04-30 Thread Shamik Bandopadhyay
Hi, I'm trying to implement multiple language support in Solr Cloud (4.7). Although we've different languages in index, we were only supporting english in terms of index and query. To provide some context, our current index size is 35 GB with close to 15 million documents. We

Re: eDisMax, multiple language support and stopwords

2013-11-11 Thread Liu Bo
; > -Original message- > > > From:Tom Mortimer > > > Sent: Thursday 7th November 2013 12:50 > > > To: solr-user@lucene.apache.org > > > Subject: eDisMax, multiple language support and stopwords > > > > > > Hi all, > > > > >

Re: eDisMax, multiple language support and stopwords

2013-11-07 Thread Tom Mortimer
085 > > -Original message- > > From:Tom Mortimer > > Sent: Thursday 7th November 2013 12:50 > > To: solr-user@lucene.apache.org > > Subject: eDisMax, multiple language support and stopwords > > > > Hi all, > > > > Thanks for the help and advice I'v

RE: eDisMax, multiple language support and stopwords

2013-11-07 Thread Markus Jelsma
-Minimum-Match-Stopwords-Bug-td493483.html https://issues.apache.org/jira/browse/SOLR-3085 -Original message- > From:Tom Mortimer > Sent: Thursday 7th November 2013 12:50 > To: solr-user@lucene.apache.org > Subject: eDisMax, multiple language support and stopwords > > H

eDisMax, multiple language support and stopwords

2013-11-07 Thread Tom Mortimer
Hi all, Thanks for the help and advice I've got here so far! Another question - I want to support stopwords at search time, so that e.g. the query "oscar and wilde" is equivalent to "oscar wilde" (this is with lowercaseOperators=false). Fair enough, I have stopword "and" in the query analyser cha

Re: Multiple language support

2008-12-29 Thread Otis Gospodnetic
he.org > Sent: Monday, December 29, 2008 4:52:19 AM > Subject: Multiple language support > > Hi All, > > I have a multiple language supporting schema in which there is a separate > field > for every language. > > I have a field "product_name" to store p

Multiple language support

2008-12-29 Thread Deshpande, Mukta
Hi All, I have a multiple language supporting schema in which there is a separate field for every language. I have a field "product_name" to store product name and its description that can be in any user preferred language. This can be stored in fields product_name_EN if user prefers English