You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by kl...@apache.org on 2007/07/24 00:15:20 UTC

svn commit: r558879 - in /lucene/solr/trunk: ./ lib/

Author: klaas
Date: Mon Jul 23 15:15:18 2007
New Revision: 558879

URL: http://svn.apache.org/viewvc?view=rev&rev=558879
Log:
Sync to lucene 2.2.0.  Tests pass.

Added:
    lucene/solr/trunk/lib/lucene-analyzers-2.2.0.jar   (with props)
    lucene/solr/trunk/lib/lucene-core-2.2.0.jar   (with props)
    lucene/solr/trunk/lib/lucene-highlighter-2.2.0.jar   (with props)
    lucene/solr/trunk/lib/lucene-queries-2.2.0.jar   (with props)
    lucene/solr/trunk/lib/lucene-snowball-2.2.0.jar   (with props)
    lucene/solr/trunk/lib/lucene-spellchecker-2.2.0.jar   (with props)
Removed:
    lucene/solr/trunk/lib/lucene-analyzers-2007-05-20_00-04-53.jar
    lucene/solr/trunk/lib/lucene-core-2007-05-20_00-04-53.jar
    lucene/solr/trunk/lib/lucene-highlighter-2007-05-20_00-04-53.jar
    lucene/solr/trunk/lib/lucene-queries-2.2-dev.jar
    lucene/solr/trunk/lib/lucene-snowball-2007-05-20_00-04-53.jar
    lucene/solr/trunk/lib/lucene-spellchecker-2007-05-20_00-04-53.jar
Modified:
    lucene/solr/trunk/CHANGES.txt

Modified: lucene/solr/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/solr/trunk/CHANGES.txt?view=diff&rev=558879&r1=558878&r2=558879
==============================================================================
--- lucene/solr/trunk/CHANGES.txt (original)
+++ lucene/solr/trunk/CHANGES.txt Mon Jul 23 15:15:18 2007
@@ -149,6 +149,8 @@
  2. SOLR-268: Tweaks to post.jar so it prints the error message from Solr.
     (Brian Whitman via hossman)
 
+ 3. Upgraded to Lucene 2.2.0; June 18, 2007.
+
 ================== Release 1.2, 20070602 ==================
 
 Upgrading from Solr 1.1

Added: lucene/solr/trunk/lib/lucene-analyzers-2.2.0.jar
URL: http://svn.apache.org/viewvc/lucene/solr/trunk/lib/lucene-analyzers-2.2.0.jar?view=auto&rev=558879
==============================================================================
Binary file - no diff available.

Propchange: lucene/solr/trunk/lib/lucene-analyzers-2.2.0.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: lucene/solr/trunk/lib/lucene-core-2.2.0.jar
URL: http://svn.apache.org/viewvc/lucene/solr/trunk/lib/lucene-core-2.2.0.jar?view=auto&rev=558879
==============================================================================
Binary file - no diff available.

Propchange: lucene/solr/trunk/lib/lucene-core-2.2.0.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: lucene/solr/trunk/lib/lucene-highlighter-2.2.0.jar
URL: http://svn.apache.org/viewvc/lucene/solr/trunk/lib/lucene-highlighter-2.2.0.jar?view=auto&rev=558879
==============================================================================
Binary file - no diff available.

Propchange: lucene/solr/trunk/lib/lucene-highlighter-2.2.0.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: lucene/solr/trunk/lib/lucene-queries-2.2.0.jar
URL: http://svn.apache.org/viewvc/lucene/solr/trunk/lib/lucene-queries-2.2.0.jar?view=auto&rev=558879
==============================================================================
Binary file - no diff available.

Propchange: lucene/solr/trunk/lib/lucene-queries-2.2.0.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: lucene/solr/trunk/lib/lucene-snowball-2.2.0.jar
URL: http://svn.apache.org/viewvc/lucene/solr/trunk/lib/lucene-snowball-2.2.0.jar?view=auto&rev=558879
==============================================================================
Binary file - no diff available.

Propchange: lucene/solr/trunk/lib/lucene-snowball-2.2.0.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: lucene/solr/trunk/lib/lucene-spellchecker-2.2.0.jar
URL: http://svn.apache.org/viewvc/lucene/solr/trunk/lib/lucene-spellchecker-2.2.0.jar?view=auto&rev=558879
==============================================================================
Binary file - no diff available.

Propchange: lucene/solr/trunk/lib/lucene-spellchecker-2.2.0.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream



Re: svn commit: r558879 - in /lucene/solr/trunk: ./ lib/

Posted by Mike Klaas <mi...@gmail.com>.
On 23-Jul-07, at 3:43 PM, Yonik Seeley wrote:

> On 7/23/07, klaas@apache.org <kl...@apache.org> wrote:
>> Author: klaas
>> Date: Mon Jul 23 15:15:18 2007
>> New Revision: 558879
>>
>> URL: http://svn.apache.org/viewvc?view=rev&rev=558879
>> Log:
>> Sync to lucene 2.2.0.  Tests pass.
>
> OK, I guess we don't have any code that hits this bug:
> https://issues.apache.org/jira/browse/LUCENE-951

Hmm.  Do you know if the bug applies to activity other than  
reconstructing docs with luke?

It is unfortunate that LUCENE-843 was commited prior to the fix for  
this.  It is cool but we mightn't want to commit to having it in for  
the next release.

Should I:

  - manually patch a lucene 2.2 source build with the fix?
  - update to lucene trunk?
  - regress to the lucene trunk in use before?

-Mike

Re: svn commit: r558879 - in /lucene/solr/trunk: ./ lib/

Posted by Mike Klaas <mi...@gmail.com>.
On 23-Jul-07, at 3:43 PM, Yonik Seeley wrote:

> On 7/23/07, klaas@apache.org <kl...@apache.org> wrote:
>> Author: klaas
>> Date: Mon Jul 23 15:15:18 2007
>> New Revision: 558879
>>
>> URL: http://svn.apache.org/viewvc?view=rev&rev=558879
>> Log:
>> Sync to lucene 2.2.0.  Tests pass.
>
> OK, I guess we don't have any code that hits this bug:
> https://issues.apache.org/jira/browse/LUCENE-951

Hmm.  Do you know if the bug applies to activity other than  
reconstructing docs with luke?

It is unfortunate that LUCENE-843 was commited prior to the fix for  
this.  It is cool but we mightn't want to commit to having it in for  
the next release.

Should I:

  - manually patch a lucene 2.2 source build with the fix?
  - update to lucene trunk?
  - regress to the lucene trunk in use before?

-Mike

Re: svn commit: r558879 - in /lucene/solr/trunk: ./ lib/

Posted by Yonik Seeley <yo...@apache.org>.
On 7/23/07, klaas@apache.org <kl...@apache.org> wrote:
> Author: klaas
> Date: Mon Jul 23 15:15:18 2007
> New Revision: 558879
>
> URL: http://svn.apache.org/viewvc?view=rev&rev=558879
> Log:
> Sync to lucene 2.2.0.  Tests pass.

OK, I guess we don't have any code that hits this bug:
https://issues.apache.org/jira/browse/LUCENE-951

-Yonik

Re: svn commit: r558879 - in /lucene/solr/trunk: ./ lib/

Posted by Yonik Seeley <yo...@apache.org>.
On 7/23/07, klaas@apache.org <kl...@apache.org> wrote:
> Author: klaas
> Date: Mon Jul 23 15:15:18 2007
> New Revision: 558879
>
> URL: http://svn.apache.org/viewvc?view=rev&rev=558879
> Log:
> Sync to lucene 2.2.0.  Tests pass.

OK, I guess we don't have any code that hits this bug:
https://issues.apache.org/jira/browse/LUCENE-951

-Yonik