SOLR-4297: Move CHANGES entry.

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1458392 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Robert Miller 2013-03-19 16:38:09 +00:00
parent b6d23cdbbb
commit 40cb21ab0c
1 changed files with 3 additions and 3 deletions

View File

@ -81,9 +81,6 @@ Bug Fixes
* SOLR-4538: Date Math expressions were being truncated to 32 characters
when used in field:value queries in the lucene QParser. (hossman, yonik)
* SOLR-4297: Atomic update request containing null=true sets all subsequent
fields to null (Ben Pennell, Rob, shalin)
* SOLR-4543: setting shardHandlerFactory in solr.xml/solr.properties does not work.
(Ryan Ernst, Robert Muir via Erick Erickson)
@ -197,6 +194,9 @@ Bug Fixes
* SOLR-4609: The Collections API should only send the reload command to ACTIVE
cores. (Mark Miller)
* SOLR-4297: Atomic update request containing null=true sets all subsequent
fields to null (Ben Pennell, Rob, shalin)
Optimizations
----------------------