mirror of https://github.com/apache/lucene.git
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:
parent
717c67ab7c
commit
d1935be8b8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue