mirror of https://github.com/apache/lucene.git
fix CHANGES error
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@779151 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
eb51d48e82
commit
5befa38a9e
|
@ -269,6 +269,11 @@ Optimizations
|
|||
12. SOLR-1165: Use Lucene Filters and pass them down to the Lucene
|
||||
search methods to filter earlier and improve performance. (yonik)
|
||||
|
||||
13. SOLR-1111: Use per-segment sorting to share fieldcache elements
|
||||
across unchanged segments. This saves memory and reduces
|
||||
commit times for incremental updates to the index. (yonik)
|
||||
|
||||
14. SOLR-1188: Minor efficiency improvement in TermVectorComponent related to ignoring positions or offsets (gsingers)
|
||||
|
||||
Bug Fixes
|
||||
----------------------
|
||||
|
|
Loading…
Reference in New Issue