add missing changes entry

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1028039 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Uwe Schindler 2010-10-27 17:08:40 +00:00
parent 717c67ab7c
commit d1935be8b8
1 changed files with 6 additions and 0 deletions

View File

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