Re: upgrading to lucene 2.3

2008-02-12 Thread Grant Ingersoll
See: https://issues.apache.org/jira/browse/SOLR-330 https://issues.apache.org/jira/browse/SOLR-342 for various solutions around taking advantage of Lucene's new capabilities. -Grant On Feb 12, 2008, at 1:15 PM, Yonik Seeley wrote: On Feb 12, 2008 1:06 PM, Lance Norskog <[EMAIL PROTECTED]

Re: upgrading to lucene 2.3

2008-02-12 Thread Yonik Seeley
On Feb 12, 2008 1:06 PM, Lance Norskog <[EMAIL PROTECTED]> wrote: > What will this improve? Text analysis may be slower since Solr won't have the changes to use the faster Token APIs. Indexing overall should still be faster. Querying should see little change. -Yonik

RE: upgrading to lucene 2.3

2008-02-12 Thread Lance Norskog
What will this improve? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Yonik Seeley Sent: Tuesday, February 12, 2008 6:48 AM To: solr-user@lucene.apache.org Subject: Re: upgrading to lucene 2.3 On Feb 12, 2008 9:25 AM, Robert Young <[EMAIL PROTEC

RE: upgrading to lucene 2.3

2008-02-12 Thread Fuad Efendi
I did the same: Stopped SOLR-1.2, replaced Lucene jars, started SOLR-1.2 No any problem. > -Original Message- > From: Robert Young [mailto:[EMAIL PROTECTED] > Sent: Tuesday, February 12, 2008 9:25 AM > To: solr-user@lucene.apache.org > Subject: Re: upgrading to lucene

Re: upgrading to lucene 2.3

2008-02-12 Thread Yonik Seeley
On Feb 12, 2008 9:25 AM, Robert Young <[EMAIL PROTECTED]> wrote: > ok, and to do the change I just replace the jar directly in > sorl/WEB_INF/lib and restart tomcat? That should work. -Yonik

Re: upgrading to lucene 2.3

2008-02-12 Thread Robert Young
2.3 that are causing problems if you use > SOLR-342 with lucenAutoCommit == false. > > But, yes, you should be able to drop in 2.3, as that is one of the > back-compatible goals for Lucene minor releases. > > -Grant > > > On Feb 12, 2008, at 8:06 AM, Robert Young wrote: > >

Re: upgrading to lucene 2.3

2008-02-12 Thread Grant Ingersoll
releases. -Grant On Feb 12, 2008, at 8:06 AM, Robert Young wrote: I have heard that upgrading to lucene 2.3 in Solr 1.2 is as simple as replacing the lucene jar and restarting. Is this the case? Has anyone had any experience with upgrading lucene to 2.3? Did you have any problems? Is there anything

upgrading to lucene 2.3

2008-02-12 Thread Robert Young
I have heard that upgrading to lucene 2.3 in Solr 1.2 is as simple as replacing the lucene jar and restarting. Is this the case? Has anyone had any experience with upgrading lucene to 2.3? Did you have any problems? Is there anything I should be looking out for? Thanks Rob