Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 12688 invoked from network); 26 Nov 2009 09:08:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 26 Nov 2009 09:08:55 -0000 Received: (qmail 36443 invoked by uid 500); 26 Nov 2009 09:08:52 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 36355 invoked by uid 500); 26 Nov 2009 09:08:52 -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 36345 invoked by uid 99); 26 Nov 2009 09:08:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Nov 2009 09:08:52 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [202.86.5.95] (HELO smtp108.mail.in.yahoo.com) (202.86.5.95) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 26 Nov 2009 09:08:50 +0000 Received: (qmail 42516 invoked from network); 26 Nov 2009 09:08:27 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.co.in; h=Received:X-Yahoo-SMTP:X-YMail-OSG:X-Yahoo-Newman-Property:Message-ID:From:To:References:Subject:Date:MIME-Version:Content-Type:Content-Transfer-Encoding:X-Priority:X-MSMail-Priority:X-Mailer:X-MimeOLE; b=luqrPSK9QtE34Esz97WDbAU+vVlppku38NLkj4XvL4Kwi3tPDZurV201ozzETmcfjIIsdtQtSu7GVfs4EpIJ4U+oce22SgY7QzihOJlb5fkV0VGHFu6/b2pj7svn/5VBiAE8S7K/HuuQgq1YhGuRDqvMmaliSRNXpbs4sp5Kgbs= ; Received: from (emailgane@203.98.194.130 with login) by smtp108.mail.in.yahoo.com with SMTP; 26 Nov 2009 14:38:21 +0530 IST X-Yahoo-SMTP: JObyHkuswBBrNSLZp.Ycd7Boqpr_GQ-- X-YMail-OSG: Rka7lP0VM1nFY_EDflVE3YJnQopeEDCjiLrVEa8O61cmVWQzTnuOLMWEnyexedo0ZDNzbA7Pg0z_R3PXayP5L6pEEUZQERV_ciad7cGb8hhSyJ79H8LoEu6WlXoWwwn2c2RkaQC9.YcKJrgLQpCW5_eQ6i5ZrOvjofoNC_Y0ZhdRQW.RSx2mwZIA8VBaHi2hYWBj5Z87wnbEf1ySouCi1TysE6DlZd72rwEtHTUmy74- X-Yahoo-Newman-Property: ymail-3 Message-ID: <004901ca6e78$01133f90$710bc30a@sv.us.sonicwall.com> From: "Ganesh" To: References: <003401ca6e75$0a97a5e0$710bc30a@sv.us.sonicwall.com> <34F323AB0F894BAAA71B8710FBFCCFDD@VEGA> Subject: Re: API changes in 2.9 Date: Thu, 26 Nov 2009 14:38:08 +0530 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.3138 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3138 Thanks. I used NumberTool to convert the int to string. In 2.9, NumericField is = to be used but it stores it based on some precision. I think the way the = integer data gets indexed is changed from 2.4 to 2.9. This means my = customers using 2.4.1 should rebuild their index. Whether 2.9 could able to modify\search the index created by 2.4.1? Is = backward compatibility maintained? Regards Ganesh ----- Original Message -----=20 From: "Uwe Schindler" To: Sent: Thursday, November 26, 2009 2:26 PM Subject: RE: API changes in 2.9 > You can use these APIs. They are only marked as experimental not = because > they are unstable or something like that, it means the API may change > suddenly (methods get removed and so on). In 3.0 (which was released = *now*) > it is still experimental. So it's more "subject to change" than = "unstable". >=20 > ----- > Uwe Schindler > H.-H.-Meier-Allee 63, D-28213 Bremen > http://www.thetaphi.de > eMail: uwe@thetaphi.de >=20 >> -----Original Message----- >> From: Ganesh [mailto:emailgane@yahoo.co.in] >> Sent: Thursday, November 26, 2009 9:47 AM >> To: java-user@lucene.apache.org >> Subject: API changes in 2.9 >>=20 >> Hello all, >>=20 >> I am planning to upgrade from 2.4.1 to 2.9.1. I could see some API = changes >> and older APIs are deprecated. In 2.4, I use 'NumberTools' class to >> convert long to String and now this API is deprecated. I think i have = to >> use 'NumericField' or 'NumericUtils', but in both the class there is = a >> note "NOTE: This API is experimental and might change in incompatible = ways >> in the next release. " >>=20 >> Shall I go ahead and update the API or use the older one till 3.0? >>=20 >> This red note is added to couple of other placeses. Shall we go ahead = and >> use these API or wait for 3.0? >>=20 >> Regards >> Ganesh >>=20 >>=20 >>=20 >> Send instant messages to your online friends = http://in.messenger.yahoo.com >>=20 >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org >> For additional commands, e-mail: java-user-help@lucene.apache.org >=20 >=20 >=20 > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org > For additional commands, e-mail: java-user-help@lucene.apache.org > Send instant messages to your online friends http://in.messenger.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org