You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by yo...@apache.org on 2011/01/28 16:45:55 UTC

svn commit: r1064738 - /lucene/dev/trunk/solr/CHANGES.txt

Author: yonik
Date: Fri Jan 28 15:45:55 2011
New Revision: 1064738

URL: http://svn.apache.org/viewvc?rev=1064738&view=rev
Log:
docs: move changes entry to 3.1

Modified:
    lucene/dev/trunk/solr/CHANGES.txt

Modified: lucene/dev/trunk/solr/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/CHANGES.txt?rev=1064738&r1=1064737&r2=1064738&view=diff
==============================================================================
--- lucene/dev/trunk/solr/CHANGES.txt (original)
+++ lucene/dev/trunk/solr/CHANGES.txt Fri Jan 28 15:45:55 2011
@@ -106,8 +106,6 @@ New Features
   Adding a parameter NOW=<time_in_ms> to the request will override the
   current time.  (Peter Sturge, yonik)
 
-* SOLR-2325: Allow tagging and exlcusion of main query for faceting. (yonik)
-
 Optimizations
 ----------------------
 
@@ -426,6 +424,8 @@ New Features
 * SOLR-2129: Added a Solr module for dynamic metadata extraction/indexing with Apache UIMA.
   See contrib/uima/README.txt for more information.  (Tommaso Teofili via rmuir)
 
+* SOLR-2325: Allow tagging and exlcusion of main query for faceting. (yonik)
+
 * SOLR-2263: Add ability for RawResponseWriter to stream binary files as well as
   text files.  (Eric Pugh via yonik)