mirror of https://github.com/apache/lucene.git
merge this one also to 3.0
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@883075 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5e307da9d3
commit
a78e306082
|
@ -20,9 +20,6 @@ Optimizations
|
|||
* LUCENE-2086: When resolving deleted terms, do so in term sort order
|
||||
for better performance. (Bogdan Ghidireac via Mike McCandless)
|
||||
|
||||
* LUCENE-2087: Remove recursion in NumericRangeTermEnum.
|
||||
(Uwe Schindler)
|
||||
|
||||
Build
|
||||
|
||||
======================= Release 3.0.0 2009-11-25 =======================
|
||||
|
@ -208,6 +205,9 @@ Optimizations
|
|||
* LUCENE-2006: Optimization of FieldDocSortedHitQueue to always
|
||||
use Comparable<?> interface. (Uwe Schindler, Mark Miller)
|
||||
|
||||
* LUCENE-2087: Remove recursion in NumericRangeTermEnum.
|
||||
(Uwe Schindler)
|
||||
|
||||
Build
|
||||
|
||||
* LUCENE-486: Remove test->demo dependencies. (Michael Busch)
|
||||
|
|
Loading…
Reference in New Issue