You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by rm...@apache.org on 2012/10/01 19:40:39 UTC

svn commit: r1392462 - in /lucene/dev/trunk: ./ lucene/ lucene/CHANGES.txt

Author: rmuir
Date: Mon Oct  1 17:40:38 2012
New Revision: 1392462

URL: http://svn.apache.org/viewvc?rev=1392462&view=rev
Log:
LUCENE-4411: fix changes entry (this made it into 4.0)

Modified:
    lucene/dev/trunk/   (props changed)
    lucene/dev/trunk/lucene/   (props changed)
    lucene/dev/trunk/lucene/CHANGES.txt   (contents, props changed)

Modified: lucene/dev/trunk/lucene/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/CHANGES.txt?rev=1392462&r1=1392461&r2=1392462&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/CHANGES.txt (original)
+++ lucene/dev/trunk/lucene/CHANGES.txt Mon Oct  1 17:40:38 2012
@@ -37,12 +37,6 @@ New Features
   the suggester to ignore such variations. (Robert Muir, Sudarshan
   Gaikaiwari, Mike McCandless)
 
-Bug Fixes
-
-* LUCENE-4411: when sampling is enabled for a FacetRequest, its depth
-  parameter is reset to the default (1), even if set otherwise.
-  (Gilad Barkai via Shai Erera)
-
 Optimizations
 
 * LUCENE-4443: BlockPostingsFormat no longer writes unnecessary offsets 
@@ -216,6 +210,10 @@ Bug Fixes
 * LUCENE-4401: Fix bug where DisjunctionSumScorer would sometimes call score()
   on a subscorer that had already returned NO_MORE_DOCS.  (Liu Chao, Robert Muir)
 
+* LUCENE-4411: when sampling is enabled for a FacetRequest, its depth
+  parameter is reset to the default (1), even if set otherwise.
+  (Gilad Barkai via Shai Erera)
+
 Optimizations
 
 * LUCENE-4322: Decrease lucene-core JAR size. The core JAR size had increased a