Author: gsingers
Date: Wed May 27 12:48:52 2009
New Revision: 779151
URL: http://svn.apache.org/viewvc?rev=779151&view=rev
Log:
fix CHANGES error
Modified:
lucene/solr/trunk/CHANGES.txt
Modified: lucene/solr/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/lucene/solr/trunk/CHANGES.txt?rev=779151&r1=779150&r2=779151&view=diff
==============================================================================
--- lucene/solr/trunk/CHANGES.txt (original)
+++ lucene/solr/trunk/CHANGES.txt Wed May 27 12:48:52 2009
@@ -269,6 +269,11 @@
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
----------------------