Return-Path: X-Original-To: apmail-lucene-java-user-archive@www.apache.org Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 52A9910F05 for ; Tue, 9 Jul 2013 14:57:48 +0000 (UTC) Received: (qmail 63950 invoked by uid 500); 9 Jul 2013 14:57:45 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 63808 invoked by uid 500); 9 Jul 2013 14:57:45 -0000 Mailing-List: contact java-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-user@lucene.apache.org Delivered-To: mailing list java-user@lucene.apache.org Received: (qmail 63800 invoked by uid 99); 9 Jul 2013 14:57:45 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Jul 2013 14:57:45 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of zhaoyonghui@gmail.com designates 209.85.128.171 as permitted sender) Received: from [209.85.128.171] (HELO mail-ve0-f171.google.com) (209.85.128.171) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Jul 2013 14:57:41 +0000 Received: by mail-ve0-f171.google.com with SMTP id b10so4751790vea.16 for ; Tue, 09 Jul 2013 07:57:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=KC5yEHP8TEJQpGliZSXdcPrJ+IIyBfBZqjh3TCKJb+s=; b=sOU2ghMdkq//PzYzKH0xShKvhIgChCe2U/Bb9DN/8RmsmcD9CcaupA7WQlBsegq64H c+iIU1xB2u9ctAU83WM7JaNMLRvSJIn7zmi3zFasei3+IjHvaSF/D+CgUp9gPRaf1Rkq Pqms+lpUjvDLrVueWT4Jcha+cmvbWmOYJ/rCW1tey7jqBKvadlSYIgpatyCYmKMdQX1l TPQA88edWxcvrw5Ht1sbUed8dIpMypRS3hEyGANdbK+H6Qgdir77ibZKmWxOSahEHf+L 7wxJyn5ChY6SFQhC2P/3+NUWcOv9qecDXQHmF9OjfIwCoy9iiBm+38j5d411yh+V3Aqk /IFg== MIME-Version: 1.0 X-Received: by 10.221.36.4 with SMTP id sy4mr16744758vcb.11.1373381840332; Tue, 09 Jul 2013 07:57:20 -0700 (PDT) Received: by 10.58.112.225 with HTTP; Tue, 9 Jul 2013 07:57:20 -0700 (PDT) Received: by 10.58.112.225 with HTTP; Tue, 9 Jul 2013 07:57:20 -0700 (PDT) In-Reply-To: <04ab01ce7cb4$19bf2d80$4d3d8880$@thetaphi.de> References: <04ab01ce7cb4$19bf2d80$4d3d8880$@thetaphi.de> Date: Tue, 9 Jul 2013 22:57:20 +0800 Message-ID: Subject: RE: getLocale of SortField From: Yonghui Zhao To: java-user@lucene.apache.org Content-Type: multipart/alternative; boundary=001a11339f38bc20c804e11560b4 X-Virus-Checked: Checked by ClamAV on apache.org --001a11339f38bc20c804e11560b4 Content-Type: text/plain; charset=GB2312 Content-Transfer-Encoding: quoted-printable got it. Thanks =D4=DA 2013-7-9 =CF=C2=CE=E710:54=A3=AC"Uwe Schindler" =D0= =B4=B5=C0=A3=BA > 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! > > Uwe > > ----- > Uwe Schindler > H.-H.-Meier-Allee 63, D-28213 Bremen > http://www.thetaphi.de > eMail: uwe@thetaphi.de > > > > -----Original Message----- > > From: Yonghui Zhao [mailto:zhaoyonghui@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 moved. How can I fix it? > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org > For additional commands, e-mail: java-user-help@lucene.apache.org > > --001a11339f38bc20c804e11560b4--