SOLR-1729: cleanup trunk CHANGES.TXT

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1232344 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Simon Willnauer 2012-01-17 08:57:19 +00:00
parent 50363201f4
commit 813285cca1
1 changed files with 5 additions and 5 deletions

View File

@ -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
----------------------