You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by yo...@apache.org on 2007/09/19 20:30:55 UTC

svn commit: r577412 - /lucene/solr/trunk/CHANGES.txt

Author: yonik
Date: Wed Sep 19 11:30:54 2007
New Revision: 577412

URL: http://svn.apache.org/viewvc?rev=577412&view=rev
Log:
SOLR-354: optimize delete by query of all docs... changes were accidentally committed previously in r576683

Modified:
    lucene/solr/trunk/CHANGES.txt

Modified: lucene/solr/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/solr/trunk/CHANGES.txt?rev=577412&r1=577411&r2=577412&view=diff
==============================================================================
--- lucene/solr/trunk/CHANGES.txt (original)
+++ lucene/solr/trunk/CHANGES.txt Wed Sep 19 11:30:54 2007
@@ -142,6 +142,9 @@
 
  3. SOLR-348: short-circuit faceting if less than mincount docs match. (yonik)
 
+ 4. SOLR-354: Optimize removing all documents.  Now when a delete by query
+    of *:* is issued, the current index is removed. (yonik)
+
 Bug Fixes
  1. Make TextField respect sortMissingFirst and sortMissingLast fields.
     (J.J. Larrea via yonik)