You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by yo...@apache.org on 2015/04/24 17:02:19 UTC

svn commit: r1675880 - in /lucene/dev/branches/branch_5x: ./ solr/ solr/CHANGES.txt

Author: yonik
Date: Fri Apr 24 15:02:18 2015
New Revision: 1675880

URL: http://svn.apache.org/r1675880
Log:
docs: move bug to right section of CHANGES

Modified:
    lucene/dev/branches/branch_5x/   (props changed)
    lucene/dev/branches/branch_5x/solr/   (props changed)
    lucene/dev/branches/branch_5x/solr/CHANGES.txt   (contents, props changed)

Modified: lucene/dev/branches/branch_5x/solr/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_5x/solr/CHANGES.txt?rev=1675880&r1=1675879&r2=1675880&view=diff
==============================================================================
--- lucene/dev/branches/branch_5x/solr/CHANGES.txt (original)
+++ lucene/dev/branches/branch_5x/solr/CHANGES.txt Fri Apr 24 15:02:18 2015
@@ -119,6 +119,9 @@ Bug Fixes
 
 * SOLR-7157: initParams must support tags other than appends, defaults and, invariants (Noble Paul)
 
+* SOLR-7387: Facet Module - distributed search didn't work when sorting terms
+  facet by min, max, avg, or unique functions.  (yonik)
+
 
 Optimizations
 ----------------------
@@ -159,9 +162,6 @@ Other Changes
 * SOLR-7421: RecoveryAfterSoftCommitTest fails frequently on Jenkins due to full index
   replication taking longer than 30 seconds. (Timothy Potter, shalin)
 
-* SOLR-7387: Facet Module - distributed search didn't work when sorting terms
-  facet by min, max, avg, or unique functions.  (yonik)
-
 ==================  5.1.0 ==================
 
 Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release