You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by us...@apache.org on 2010/10/27 19:08:41 UTC

svn commit: r1028039 - /lucene/dev/trunk/lucene/CHANGES.txt

Author: uschindler
Date: Wed Oct 27 17:08:40 2010
New Revision: 1028039

URL: http://svn.apache.org/viewvc?rev=1028039&view=rev
Log:
add missing changes entry

Modified:
    lucene/dev/trunk/lucene/CHANGES.txt

Modified: lucene/dev/trunk/lucene/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/CHANGES.txt?rev=1028039&r1=1028038&r2=1028039&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/CHANGES.txt (original)
+++ lucene/dev/trunk/lucene/CHANGES.txt Wed Oct 27 17:08:40 2010
@@ -767,6 +767,12 @@ Optimizations
 * LUCENE-2556: Improve memory usage after cloning (Char)TermAttribute.
   (Adriano Crestani via Uwe Schindler)
 
+* LUCENE-2719: Improved TermsHashPerField's sorting to use a better
+  quick sort algorithm that dereferences the privot element not on
+  every compare call. Also replaced lots of sorting code in Lucene
+  by the improved SorterTemplate class.
+  (Uwe Schindler, Robert Muir, Mike McCandless)
+
 Build
 
 * LUCENE-2124: Moved the JDK-based collation support from contrib/collation