mirror of https://github.com/apache/lucene.git
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:
parent
2ecd6ef1a6
commit
61c2d20d8a
|
@ -142,6 +142,9 @@ Optimizations
|
||||||
|
|
||||||
3. SOLR-348: short-circuit faceting if less than mincount docs match. (yonik)
|
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
|
Bug Fixes
|
||||||
1. Make TextField respect sortMissingFirst and sortMissingLast fields.
|
1. Make TextField respect sortMissingFirst and sortMissingLast fields.
|
||||||
(J.J. Larrea via yonik)
|
(J.J. Larrea via yonik)
|
||||||
|
|
Loading…
Reference in New Issue