You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sh...@apache.org on 2013/12/04 16:55:21 UTC

svn commit: r1547836 - in /lucene/dev/branches/branch_4x: ./ solr/ solr/CHANGES.txt

Author: shalin
Date: Wed Dec  4 15:55:21 2013
New Revision: 1547836

URL: http://svn.apache.org/r1547836
Log:
SOLR-5502: Moving change log entry to the other section because this bug hasn't been released yet

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

Modified: lucene/dev/branches/branch_4x/solr/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_4x/solr/CHANGES.txt?rev=1547836&r1=1547835&r2=1547836&view=diff
==============================================================================
--- lucene/dev/branches/branch_4x/solr/CHANGES.txt (original)
+++ lucene/dev/branches/branch_4x/solr/CHANGES.txt Wed Dec  4 15:55:21 2013
@@ -153,9 +153,6 @@ Bug Fixes
 
 * SOLR-5527: DIH logs spurious warning for special commands. (shalin)
 
-* SOLR-5502: A "/" in a document id will cause an exception to be thrown
-  when using the composite id router. (Anshum Gupta via Mark Miller)
-
 * SOLR-5524: Exception when using Query Function inside Scale Function.
   (Trey Grainger, yonik)
   
@@ -193,6 +190,9 @@ Other Changes
 * SOLR-5517: Return HTTP error on POST requests with no Content-Type.
   (Ryan Ernst, Uwe Schindler)
 
+* SOLR-5502: Added a test for tri-level compositeId routing with documents
+  having a "/" in a document id. (Anshum Gupta via Mark Miller)
+
 ==================  4.6.0 ==================
 
 Versions of Major Components