You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ry...@apache.org on 2012/03/09 02:33:47 UTC

svn commit: r1298683 - /lucene/dev/branches/branch_3x/solr/CHANGES.txt

Author: ryan
Date: Fri Mar  9 01:33:47 2012
New Revision: 1298683

URL: http://svn.apache.org/viewvc?rev=1298683&view=rev
Log:
SOLR-2712: expecting fl=score to return all fields is now deprecated.

Modified:
    lucene/dev/branches/branch_3x/solr/CHANGES.txt

Modified: lucene/dev/branches/branch_3x/solr/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_3x/solr/CHANGES.txt?rev=1298683&r1=1298682&r2=1298683&view=diff
==============================================================================
--- lucene/dev/branches/branch_3x/solr/CHANGES.txt (original)
+++ lucene/dev/branches/branch_3x/solr/CHANGES.txt Fri Mar  9 01:33:47 2012
@@ -265,6 +265,9 @@ Other Changes
 * SOLR-3077: Better error messages when attempting to use "blank" field names 
   (Antony Stubbs via hossman)
 
+* SOLR-2712: expecting fl=score to return all fields is now deprecated.  
+  In solr 4.0, this will only return the score.  (ryan)
+
 
 Build
 ----------------------