You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by si...@apache.org on 2012/01/17 09:57:19 UTC

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

Author: simonw
Date: Tue Jan 17 08:57:19 2012
New Revision: 1232344

URL: http://svn.apache.org/viewvc?rev=1232344&view=rev
Log:
SOLR-1729: cleanup trunk CHANGES.TXT

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=1232344&r1=1232343&r2=1232344&view=diff
==============================================================================
--- lucene/dev/trunk/solr/CHANGES.txt (original)
+++ lucene/dev/trunk/solr/CHANGES.txt Tue Jan 17 08:57:19 2012
@@ -96,11 +96,6 @@ New Features
   SOLR-2799: Update CloudState incrementally rather than always reading the data at each zk 
   node. (Jamie Johnson via Mark Miller)
 
-* SOLR-1729: Evaluation of NOW for date math is done only once per request for
-  consistency, and is also propagated to shards in distributed search.
-  Adding a parameter NOW=<time_in_ms> to the request will override the
-  current time.  (Peter Sturge, yonik)
-
 * SOLR-1566: Transforming documents in the ResponseWriters.  This will allow
   for more complex results in responses and open the door for function queries
   as results. 
@@ -437,6 +432,11 @@ New Features
 
 * SOLR-2603: Add the encoding function for alternate fields in highlighting.
   (Massimo Schiavon, koji)
+  
+* SOLR-1729: Evaluation of NOW for date math is done only once per request for
+  consistency, and is also propagated to shards in distributed search.
+  Adding a parameter NOW=<time_in_ms> to the request will override the
+  current time.  (Peter Sturge, yonik, Simon Willnauer)
 
 Optimizations
 ----------------------