mirror of https://github.com/apache/lucene.git
LUCENE-1781: move CHANGES entry into unreleased section
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@818633 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e10adee615
commit
da19413d09
|
@ -1,5 +1,26 @@
|
|||
Lucene contrib change Log
|
||||
|
||||
======================= Trunk (not yet released) =======================
|
||||
|
||||
Changes in runtime behavior
|
||||
|
||||
API Changes
|
||||
|
||||
Bug fixes
|
||||
|
||||
* LUCENE-1781: Fixed various issues with the lat/lng bounding box
|
||||
distance filter created for radius search in contrib/spatial.
|
||||
(Bill Bell via Mike McCandless)
|
||||
|
||||
New features
|
||||
|
||||
Optimizations
|
||||
|
||||
Documentation
|
||||
|
||||
Build
|
||||
|
||||
Test Cases
|
||||
======================= Release 2.9.0 2009-09-23 =======================
|
||||
|
||||
Changes in runtime behavior
|
||||
|
@ -90,10 +111,6 @@ Bug fixes
|
|||
* LUCENE-1912: Fix fast-vector-highlighter issue when two or more
|
||||
terms are concatenated (Koji Sekiguchi via Mike McCandless)
|
||||
|
||||
* LUCENE-1781: Fixed various issues with the lat/lng bounding box
|
||||
distance filter created for radius search in contrib/spatial.
|
||||
(Bill Bell via Mike McCandless)
|
||||
|
||||
New features
|
||||
|
||||
* LUCENE-1531: Added support for BoostingTermQuery to XML query parser. (Karl Wettin)
|
||||
|
|
Loading…
Reference in New Issue