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 ko...@apache.org on 2008/10/24 16:14:14 UTC

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

Author: koji
Date: Fri Oct 24 07:14:12 2008
New Revision: 707641

URL: http://svn.apache.org/viewvc?rev=707641&view=rev
Log:
SOLR-805: DisMax queries are not being cached in QueryResultCache

Added:
    lucene/solr/trunk/lib/lucene-analyzers-2.9-dev.jar   (with props)
    lucene/solr/trunk/lib/lucene-core-2.9-dev.jar   (with props)
    lucene/solr/trunk/lib/lucene-highlighter-2.9-dev.jar   (with props)
    lucene/solr/trunk/lib/lucene-memory-2.9-dev.jar   (with props)
    lucene/solr/trunk/lib/lucene-queries-2.9-dev.jar   (with props)
    lucene/solr/trunk/lib/lucene-snowball-2.9-dev.jar   (with props)
    lucene/solr/trunk/lib/lucene-spellchecker-2.9-dev.jar   (with props)
Removed:
    lucene/solr/trunk/lib/lucene-analyzers-2.4.0.jar
    lucene/solr/trunk/lib/lucene-core-2.4.0.jar
    lucene/solr/trunk/lib/lucene-highlighter-2.4.0.jar
    lucene/solr/trunk/lib/lucene-memory-2.4.0.jar
    lucene/solr/trunk/lib/lucene-queries-2.4.0.jar
    lucene/solr/trunk/lib/lucene-snowball-2.4.0.jar
    lucene/solr/trunk/lib/lucene-spellchecker-2.4.0.jar
Modified:
    lucene/solr/trunk/CHANGES.txt

Modified: lucene/solr/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/solr/trunk/CHANGES.txt?rev=707641&r1=707640&r2=707641&view=diff
==============================================================================
--- lucene/solr/trunk/CHANGES.txt (original)
+++ lucene/solr/trunk/CHANGES.txt Fri Oct 24 07:14:12 2008
@@ -89,6 +89,8 @@
 
  3. SOLR-532: WordDelimiterFilter now respects payloads and other attributes of the original Token by using Token.clone() (Tricia Williams, gsingers)
 
+ 4. SOLR-805: DisMax queries are not being cached in QueryResultCache (Todd Feak via koji)
+
 
 Other Changes
 ----------------------

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

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

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

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

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

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

Added: lucene/solr/trunk/lib/lucene-memory-2.9-dev.jar
URL: http://svn.apache.org/viewvc/lucene/solr/trunk/lib/lucene-memory-2.9-dev.jar?rev=707641&view=auto
==============================================================================
Binary file - no diff available.

Propchange: lucene/solr/trunk/lib/lucene-memory-2.9-dev.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

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

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

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

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

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

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



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

Posted by Koji Sekiguchi <ko...@r.email.ne.jp>.
Grant Ingersoll wrote:
> Koji,
>
> You should add that you upgraded Lucene to the Changes file
>

Done. Thanks!

Koji


Fwd: svn commit: r707641 - in /lucene/solr/trunk: ./ lib/

Posted by Grant Ingersoll <gs...@apache.org>.
Koji,

You should add that you upgraded Lucene to the Changes file

Begin forwarded message:

> From: koji@apache.org
> Date: October 24, 2008 10:14:14 AM EDT
> To: solr-commits@lucene.apache.org
> Subject: svn commit: r707641 - in /lucene/solr/trunk: ./ lib/
> Reply-To: solr-dev@lucene.apache.org
>
> Author: koji
> Date: Fri Oct 24 07:14:12 2008
> New Revision: 707641
>
> URL: http://svn.apache.org/viewvc?rev=707641&view=rev
> Log:
> SOLR-805: DisMax queries are not being cached in QueryResultCache
>
> Added:
>    lucene/solr/trunk/lib/lucene-analyzers-2.9-dev.jar   (with props)
>    lucene/solr/trunk/lib/lucene-core-2.9-dev.jar   (with props)
>    lucene/solr/trunk/lib/lucene-highlighter-2.9-dev.jar   (with props)
>    lucene/solr/trunk/lib/lucene-memory-2.9-dev.jar   (with props)
>    lucene/solr/trunk/lib/lucene-queries-2.9-dev.jar   (with props)
>    lucene/solr/trunk/lib/lucene-snowball-2.9-dev.jar   (with props)
>    lucene/solr/trunk/lib/lucene-spellchecker-2.9-dev.jar   (with  
> props)
> Removed:
>    lucene/solr/trunk/lib/lucene-analyzers-2.4.0.jar
>    lucene/solr/trunk/lib/lucene-core-2.4.0.jar
>    lucene/solr/trunk/lib/lucene-highlighter-2.4.0.jar
>    lucene/solr/trunk/lib/lucene-memory-2.4.0.jar
>    lucene/solr/trunk/lib/lucene-queries-2.4.0.jar
>    lucene/solr/trunk/lib/lucene-snowball-2.4.0.jar
>    lucene/solr/trunk/lib/lucene-spellchecker-2.4.0.jar
> Modified:
>    lucene/solr/trunk/CHANGES.txt
>
> Modified: lucene/solr/trunk/CHANGES.txt
> URL: http://svn.apache.org/viewvc/lucene/solr/trunk/CHANGES.txt?rev=707641&r1=707640&r2=707641&view=diff
> = 
> = 
> = 
> = 
> = 
> = 
> = 
> = 
> ======================================================================
> --- lucene/solr/trunk/CHANGES.txt (original)
> +++ lucene/solr/trunk/CHANGES.txt Fri Oct 24 07:14:12 2008
> @@ -89,6 +89,8 @@
>
>  3. SOLR-532: WordDelimiterFilter now respects payloads and other  
> attributes of the original Token by using Token.clone() (Tricia  
> Williams, gsingers)
>
> + 4. SOLR-805: DisMax queries are not being cached in  
> QueryResultCache (Todd Feak via koji)
> +
>
> Other Changes
> ----------------------
>
> Added: lucene/solr/trunk/lib/lucene-analyzers-2.9-dev.jar
> URL: http://svn.apache.org/viewvc/lucene/solr/trunk/lib/lucene-analyzers-2.9-dev.jar?rev=707641&view=auto
> = 
> = 
> = 
> = 
> = 
> = 
> = 
> = 
> ======================================================================
> Binary file - no diff available.
>
> Propchange: lucene/solr/trunk/lib/lucene-analyzers-2.9-dev.jar
> ------------------------------------------------------------------------------
>    svn:mime-type = application/octet-stream
>
> Added: lucene/solr/trunk/lib/lucene-core-2.9-dev.jar
> URL: http://svn.apache.org/viewvc/lucene/solr/trunk/lib/lucene-core-2.9-dev.jar?rev=707641&view=auto
> = 
> = 
> = 
> = 
> = 
> = 
> = 
> = 
> ======================================================================
> Binary file - no diff available.
>
> Propchange: lucene/solr/trunk/lib/lucene-core-2.9-dev.jar
> ------------------------------------------------------------------------------
>    svn:mime-type = application/octet-stream
>
> Added: lucene/solr/trunk/lib/lucene-highlighter-2.9-dev.jar
> URL: http://svn.apache.org/viewvc/lucene/solr/trunk/lib/lucene-highlighter-2.9-dev.jar?rev=707641&view=auto
> = 
> = 
> = 
> = 
> = 
> = 
> = 
> = 
> ======================================================================
> Binary file - no diff available.
>
> Propchange: lucene/solr/trunk/lib/lucene-highlighter-2.9-dev.jar
> ------------------------------------------------------------------------------
>    svn:mime-type = application/octet-stream
>
> Added: lucene/solr/trunk/lib/lucene-memory-2.9-dev.jar
> URL: http://svn.apache.org/viewvc/lucene/solr/trunk/lib/lucene-memory-2.9-dev.jar?rev=707641&view=auto
> = 
> = 
> = 
> = 
> = 
> = 
> = 
> = 
> ======================================================================
> Binary file - no diff available.
>
> Propchange: lucene/solr/trunk/lib/lucene-memory-2.9-dev.jar
> ------------------------------------------------------------------------------
>    svn:mime-type = application/octet-stream
>
> Added: lucene/solr/trunk/lib/lucene-queries-2.9-dev.jar
> URL: http://svn.apache.org/viewvc/lucene/solr/trunk/lib/lucene-queries-2.9-dev.jar?rev=707641&view=auto
> = 
> = 
> = 
> = 
> = 
> = 
> = 
> = 
> ======================================================================
> Binary file - no diff available.
>
> Propchange: lucene/solr/trunk/lib/lucene-queries-2.9-dev.jar
> ------------------------------------------------------------------------------
>    svn:mime-type = application/octet-stream
>
> Added: lucene/solr/trunk/lib/lucene-snowball-2.9-dev.jar
> URL: http://svn.apache.org/viewvc/lucene/solr/trunk/lib/lucene-snowball-2.9-dev.jar?rev=707641&view=auto
> = 
> = 
> = 
> = 
> = 
> = 
> = 
> = 
> ======================================================================
> Binary file - no diff available.
>
> Propchange: lucene/solr/trunk/lib/lucene-snowball-2.9-dev.jar
> ------------------------------------------------------------------------------
>    svn:mime-type = application/octet-stream
>
> Added: lucene/solr/trunk/lib/lucene-spellchecker-2.9-dev.jar
> URL: http://svn.apache.org/viewvc/lucene/solr/trunk/lib/lucene-spellchecker-2.9-dev.jar?rev=707641&view=auto
> = 
> = 
> = 
> = 
> = 
> = 
> = 
> = 
> ======================================================================
> Binary file - no diff available.
>
> Propchange: lucene/solr/trunk/lib/lucene-spellchecker-2.9-dev.jar
> ------------------------------------------------------------------------------
>    svn:mime-type = application/octet-stream
>
>