From 5befa38a9e0fc34a0e8c45d5358888aba518f3da Mon Sep 17 00:00:00 2001 From: Grant Ingersoll Date: Wed, 27 May 2009 12:48:52 +0000 Subject: [PATCH] fix CHANGES error git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@779151 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index c996c30cecc..1167c199847 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -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 ----------------------