Koji,

You should add that you upgraded Lucene to the Changes file

Begin forwarded message:

From: [EMAIL PROTECTED]
Date: October 24, 2008 10:14:14 AM EDT
To: [EMAIL PROTECTED]
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



Reply via email to