From 813285cca1afee59a4a5860ff44088f3cd9e04c1 Mon Sep 17 00:00:00 2001 From: Simon Willnauer Date: Tue, 17 Jan 2012 08:57:19 +0000 Subject: [PATCH] SOLR-1729: cleanup trunk CHANGES.TXT git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1232344 13f79535-47bb-0310-9956-ffa450edef68 --- solr/CHANGES.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index e956e13aff8..b72a32e3a66 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -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= 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= to the request will override the + current time. (Peter Sturge, yonik, Simon Willnauer) Optimizations ----------------------