move CHANGES entries

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1458444 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Robert Miller 2013-03-19 18:25:42 +00:00
parent 40cb21ab0c
commit 0ab805492f
1 changed files with 25 additions and 22 deletions

View File

@ -75,20 +75,11 @@ New Features
Bug Fixes
----------------------
* SOLR-4361: DataImportHandler would throw UnsupportedOperationException if
handler-level parameters were specified containing periods in the name
(James Dyer)
* SOLR-4538: Date Math expressions were being truncated to 32 characters
when used in field:value queries in the lucene QParser. (hossman, yonik)
* SOLR-4543: setting shardHandlerFactory in solr.xml/solr.properties does not work.
(Ryan Ernst, Robert Muir via Erick Erickson)
* SOLR-4371: Admin UI - Analysis Screen shows empty result (steffkes)
* SOLR-4318: NPE encountered with querying with wildcards on a field that uses
the DefaultAnalyzer (i.e. no analysis chain defined). (Erick Erickson)
Optimizations
----------------------
* SOLR-4311: Admin UI - Optimize Caching Behaviour (steffkes)
@ -198,6 +189,18 @@ Bug Fixes
* SOLR-4297: Atomic update request containing null=true sets all subsequent
fields to null (Ben Pennell, Rob, shalin)
* SOLR-4371: Admin UI - Analysis Screen shows empty result (steffkes)
* SOLR-4318: NPE encountered with querying with wildcards on a field that uses
the DefaultAnalyzer (i.e. no analysis chain defined). (Erick Erickson)
* SOLR-4361: DataImportHandler would throw UnsupportedOperationException if
handler-level parameters were specified containing periods in the name
(James Dyer)
* SOLR-4538: Date Math expressions were being truncated to 32 characters
when used in field:value queries in the lucene QParser. (hossman, yonik)
Optimizations
----------------------