You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ma...@apache.org on 2012/07/06 16:21:53 UTC

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

Author: markrmiller
Date: Fri Jul  6 14:21:53 2012
New Revision: 1358229

URL: http://svn.apache.org/viewvc?rev=1358229&view=rev
Log:
merge back r1358219 CHANGES entry for SOLR-3562: Add options to remove instance dir or data dir on core unload.

Modified:
    lucene/dev/branches/branch_4x/   (props changed)
    lucene/dev/branches/branch_4x/solr/   (props changed)
    lucene/dev/branches/branch_4x/solr/CHANGES.txt   (contents, props changed)

Modified: lucene/dev/branches/branch_4x/solr/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_4x/solr/CHANGES.txt?rev=1358229&r1=1358228&r2=1358229&view=diff
==============================================================================
--- lucene/dev/branches/branch_4x/solr/CHANGES.txt (original)
+++ lucene/dev/branches/branch_4x/solr/CHANGES.txt Fri Jul  6 14:21:53 2012
@@ -40,6 +40,9 @@ New Features
   expressions matching file names, Solr will decrypt and index PDFs and DOCX formats.
   (janhoy, Yiannis Pericleous)
 
+* SOLR-3562: Add options to remove instance dir or data dir on core unload.
+  (Mark Miller, Per Steffensen)
+
 Bug Fixes
 
 * SOLR-3582: Our ZooKeeper watchers respond to session events as if they are change events,