You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@lucene.apache.org by yo...@apache.org on 2010/02/18 21:49:30 UTC

svn commit: r911568 - /lucene/java/trunk/CHANGES.txt

Author: yonik
Date: Thu Feb 18 20:49:29 2010
New Revision: 911568

URL: http://svn.apache.org/viewvc?rev=911568&view=rev
Log:
move LUCENE-2770 description down to branch section

Modified:
    lucene/java/trunk/CHANGES.txt

Modified: lucene/java/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/java/trunk/CHANGES.txt?rev=911568&r1=911567&r2=911568&view=diff
==============================================================================
--- lucene/java/trunk/CHANGES.txt (original)
+++ lucene/java/trunk/CHANGES.txt Thu Feb 18 20:49:29 2010
@@ -82,10 +82,6 @@
 * LUCENE-2249: ParallelMultiSearcher should shut down thread pool on
   close.  (Martin Traverso via Uwe Schindler)
 
- * LUCENE-2770: Queries consisting of all zero-boost clauses
-   (for example, text:foo^0) sorted incorrectly and produced
-   invalid docids. (yonik)
-
   
 New features
 
@@ -245,6 +241,11 @@
    only one payload is present.  (Erik Hatcher, Mike McCandless
    via Uwe Schindler)
 
+ * LUCENE-2770: Queries consisting of all zero-boost clauses
+   (for example, text:foo^0) sorted incorrectly and produced
+   invalid docids. (yonik)
+
+
 API Changes
 
  * LUCENE-1609 (3.0.1 only): Restore IndexReader.getTermInfosIndexDivisor