Re: Sorting in different languages

2008-05-30 Thread Uwe Klosa
gt; To: solr-user@lucene.apache.org > > Sent: Thursday, May 29, 2008 7:26:44 PM > > Subject: Re: Sorting in different languages > > > > Thanks for the hints. > > > > I have been aware of the Collator. Actually a colleague of mine has > written > > a Collator

Re: Sorting in different languages

2008-05-29 Thread Otis Gospodnetic
http://sematext.com/ -- Lucene - Solr - Nutch - Original Message > From: Uwe Klosa <[EMAIL PROTECTED]> > To: solr-user@lucene.apache.org > Sent: Thursday, May 29, 2008 7:26:44 PM > Subject: Re: Sorting in different languages > > Thanks for the hints. > > I have b

Re: Sorting in different languages

2008-05-29 Thread Uwe Klosa
gt; Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch > > > - Original Message > > From: Uwe Klosa <[EMAIL PROTECTED]> > > To: solr-user@lucene.apache.org > > Sent: Thursday, May 29, 2008 3:36:39 AM > > Subject: Re: Sorting in different langu

Re: Sorting in different languages

2008-05-29 Thread Otis Gospodnetic
y, May 29, 2008 3:36:39 AM > Subject: Re: Sorting in different languages > > On Wed, May 28, 2008 at 11:41 PM, Alexander Ramos Jardim < > [EMAIL PROTECTED]> wrote: > > > Well, > > > > One solution that I can see for this problem is having different indexes &

Re: Sorting in different languages

2008-05-29 Thread Uwe Klosa
On Wed, May 28, 2008 at 11:41 PM, Alexander Ramos Jardim < [EMAIL PROTECTED]> wrote: > Well, > > One solution that I can see for this problem is having different indexes > for > each language. > > In which way would that solve the sorting problem?

Re: Sorting in different languages

2008-05-28 Thread Alexander Ramos Jardim
Well, One solution that I can see for this problem is having different indexes for each language. 2008/5/28 Uwe Klosa <[EMAIL PROTECTED]>: > Nice idea. I'll look into that, too. > > Thanks > Uwe > > On Tue, May 27, 2008 at 10:34 PM, Chris Hostetter < > [EMAIL PROTECTED]> > wrote: > > > > > : I t

Re: Sorting in different languages

2008-05-28 Thread Uwe Klosa
Nice idea. I'll look into that, too. Thanks Uwe On Tue, May 27, 2008 at 10:34 PM, Chris Hostetter <[EMAIL PROTECTED]> wrote: > > : I think Solr should support syntax like "sort=title_sv asc locale:sv", > : minimally including the language, but possibly also the country > : component of the local

Re: Sorting in different languages

2008-05-28 Thread Uwe Klosa
I've been thinking about that in similar ways. I'll have look into it. Thanks Uwe On Tue, May 27, 2008 at 9:06 PM, Steven A Rowe <[EMAIL PROTECTED]> wrote: > Hi Uwe, > > On 05/26/2008 at 8:43 AM, Uwe Klosa wrote: > > We're using Solr 1.3 in our application and we have an index > > that contains

RE: Sorting in different languages

2008-05-27 Thread Chris Hostetter
: I think Solr should support syntax like "sort=title_sv asc locale:sv", : minimally including the language, but possibly also the country : component of the locale, e.g. "sort=title_de asc locale:de_CH" for Swiss : German. I'm not sure how i feel about that syntax, but a fairly straight forwa

RE: Sorting in different languages

2008-05-27 Thread Steven A Rowe
Hi Uwe, On 05/26/2008 at 8:43 AM, Uwe Klosa wrote: > We're using Solr 1.3 in our application and we have an index > that contains 3 different languages which are stored and > indexed in fields like 'title_sv', 'title_en', 'title_no'. > > Our problem in this case is we want to sort the search > re