SOLR-354: optimize delete by query of all docs... changes were accidentally committed previously in r576683

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@577412 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Yonik Seeley 2007-09-19 18:30:54 +00:00
parent 2ecd6ef1a6
commit 61c2d20d8a
1 changed files with 3 additions and 0 deletions

View File

@ -142,6 +142,9 @@ Optimizations
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)