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:
Grant Ingersoll 2009-05-27 12:48:52 +00:00
parent eb51d48e82
commit 5befa38a9e
1 changed files with 5 additions and 0 deletions

View File

@ -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
----------------------