You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by mv...@apache.org on 2013/01/03 14:34:04 UTC

svn commit: r1428340 - /lucene/dev/branches/branch_4x/lucene/CHANGES.txt

Author: mvg
Date: Thu Jan  3 13:34:04 2013
New Revision: 1428340

URL: http://svn.apache.org/viewvc?rev=1428340&view=rev
Log:
LUCENE-4608: Moved changes entry to bug fix section

Modified:
    lucene/dev/branches/branch_4x/lucene/CHANGES.txt

Modified: lucene/dev/branches/branch_4x/lucene/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_4x/lucene/CHANGES.txt?rev=1428340&r1=1428339&r2=1428340&view=diff
==============================================================================
--- lucene/dev/branches/branch_4x/lucene/CHANGES.txt (original)
+++ lucene/dev/branches/branch_4x/lucene/CHANGES.txt Thu Jan  3 13:34:04 2013
@@ -81,9 +81,6 @@ Changes in backwards compatibility polic
   Additionally, FacetSearchParams is now immutable, and requires all FacetRequests
   to speified at initialization time. (Shai Erera)
 
-* LUCENE-4608: Handle large number of requested fragments better.
-  (Martijn van Groningen)
-
 * LUCENE-4647: CategoryDocumentBuilder and EnhancementsDocumentBuilder are replaced
   by FacetFields and AssociationsFacetFields respectively. CategoryEnhancement and
   AssociationEnhancement were removed in favor of a simplified CategoryAssociation
@@ -290,6 +287,9 @@ Bug Fixes
 
 * LUCENE-4461: If you added the same FacetRequest more than once, you would get
   inconsistent results. (Gilad Barkai via Shai Erera)
+
+* LUCENE-4608: Handle large number of requested fragments better.
+  (Martijn van Groningen)
     
 Changes in Runtime Behavior