You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by us...@apache.org on 2013/07/08 15:35:46 UTC

svn commit: r1500717 - /lucene/dev/branches/branch_4x/solr/CHANGES.txt

Author: uschindler
Date: Mon Jul  8 13:35:46 2013
New Revision: 1500717

URL: http://svn.apache.org/r1500717
Log:
Synchronize changelog between trunk and 4.x

Modified:
    lucene/dev/branches/branch_4x/solr/CHANGES.txt

Modified: lucene/dev/branches/branch_4x/solr/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_4x/solr/CHANGES.txt?rev=1500717&r1=1500716&r2=1500717&view=diff
==============================================================================
--- lucene/dev/branches/branch_4x/solr/CHANGES.txt (original)
+++ lucene/dev/branches/branch_4x/solr/CHANGES.txt Mon Jul  8 13:35:46 2013
@@ -93,6 +93,9 @@ New Features
 
 * SOLR-4921: Admin UI now supports adding documents to Solr (gsingers, steffkes)
 
+* SOLR-4916: Add support to write and read Solr index files and transaction log
+  files to and from HDFS. (phunt, Mark Miller, Greg Chanan)
+  
 * SOLR-4892: Add FieldMutatingUpdateProcessorFactory subclasses 
   Parse{Date,Integer,Long,Float,Double,Boolean}UpdateProcessorFactory. These
   factories have a default selector that matches all fields that either don’t
@@ -113,9 +116,6 @@ New Features
 * SOLR-4897: Add solr/example/example-schemaless/, an example config set
   for schemaless mode. (Steve Rowe)
 
-* SOLR-4916: Add support to write and read Solr index files and transaction log
-  files to and from HDFS. (phunt, Mark Miller, Greg Chanan)
-
 * SOLR-4655: Add option to have Overseer assign generic node names so that
   new addresses can host shards without naming confusion. (Mark Miller, Anshum Gupta)
 
@@ -230,10 +230,6 @@ Bug Fixes
   case in particular this leads to the index being put in a directory literally named
   ${dir} but on restart the sysvar will be properly dereferenced.
 
-* SOLR-????: Don't create multiple SolrResourceLoaders for same Solr home, wasting 
-  resources and slowing down startup. This fixes the problem where the loader was
-  not correctly closed, making tests fail on Windows.  (Steve Rowe, Uwe Schindler)
-
 * SOLR-4788: Multiple Entities DIH delta import: dataimporter.[entityName].last_index_time
   is empty. (chakming wong, James Dyer via shalin)