mirror of https://github.com/apache/lucene.git
add performance note about SOLR-587 to CHANGES.txt
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@688205 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f24252c1bd
commit
41443d51b7
|
@ -392,6 +392,9 @@ Optimizations
|
|||
|
||||
8. SOLR-624: Only take snapshots if there are differences to the index (Richard Trey Hyde via gsingers)
|
||||
|
||||
9. SOLR-587: Delete by Query performance greatly improved by using
|
||||
new underlying Lucene IndexWriter implementation. (yonik)
|
||||
|
||||
Bug Fixes
|
||||
1. Make TextField respect sortMissingFirst and sortMissingLast fields.
|
||||
(J.J. Larrea via yonik)
|
||||
|
|
Loading…
Reference in New Issue