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.
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
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
; > -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,
> > >
> >
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
-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
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
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
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