On Wed, Jul 10, 2013 at 4:20 PM, Uwe Schindler wrote:
> Hi,
>
> The "fast" replacement (means sorting works as fast without collating) is to
> index the fields
> used for sorting with CollationKeyAnalyzer ([snip]). The Collator you get
> from e.g. the locale.
[snip]
> The better was is, as menti
ay, July 10, 2013 6:22 AM
> To: java-user@lucene.apache.org
> Subject: Re: getLocale of SortField
>
> On Wed, Jul 10, 2013 at 12:53 AM, Uwe Schindler wrote:
> > Hi,
> >
> > there is no more locale-based sorting in Lucene 4.x. It was deprecated
> > in 3.x, so you
On Wed, Jul 10, 2013 at 12:53 AM, Uwe Schindler wrote:
> Hi,
>
> there is no more locale-based sorting in Lucene 4.x. It was deprecated in 3.x,
> so you should get a warning about deprecation already!
I wasn't sure about this because we are on 3.6 and I didn't see a
deprecation warning in our cod
il.com]
> Sent: Tuesday, July 09, 2013 4:57 PM
> To: java-user@lucene.apache.org
> Subject: RE: getLocale of SortField
>
> got it. Thanks
> 在 2013-7-9 下午10:54,"Uwe Schindler" 写道:
>
> > Hi,
> >
> > there is no more locale-based sorting in Lucene 4.x. It
D-28213 Bremen
> http://www.thetaphi.de
> eMail: u...@thetaphi.de
>
>
> > -Original Message-
> > From: Yonghui Zhao [mailto:zhaoyong...@gmail.com]
> > Sent: Tuesday, July 09, 2013 1:45 PM
> > To: java-user@lucene.apache.org
> > Subject: getLocale of
onghui Zhao [mailto:zhaoyong...@gmail.com]
> Sent: Tuesday, July 09, 2013 1:45 PM
> To: java-user@lucene.apache.org
> Subject: getLocale of SortField
>
> I am updating one project from lucene 3.x to lucene 4.x I found getLocale of
> SortField is
I am updating one project from lucene 3.x to lucene 4.x
I found getLocale of SortField is moved. How can I fix it?