You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by jb...@apache.org on 2014/11/18 02:00:25 UTC

svn commit: r1640267 - in /lucene/dev/branches/lucene_solr_4_10: ./ solr/ solr/CHANGES.txt

Author: jbernste
Date: Tue Nov 18 01:00:25 2014
New Revision: 1640267

URL: http://svn.apache.org/r1640267
Log:
SOLR-6684: Updated CHANGES.txt

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

Modified: lucene/dev/branches/lucene_solr_4_10/solr/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/branches/lucene_solr_4_10/solr/CHANGES.txt?rev=1640267&r1=1640266&r2=1640267&view=diff
==============================================================================
--- lucene/dev/branches/lucene_solr_4_10/solr/CHANGES.txt (original)
+++ lucene/dev/branches/lucene_solr_4_10/solr/CHANGES.txt Tue Nov 18 01:00:25 2014
@@ -42,6 +42,8 @@ Bug Fixes
 * SOLR-6323: ReRankingQParserPlugin cleaner paging and fix bug with fuzzy, range and other queries
   that need to be re-written. (Adair Kovac, Joel Bernstein)
 
+* SOLR-6684: Fix-up /export JSON. (Joel Bernstein)
+
 Other Changes
 ----------------------
 
@@ -49,6 +51,7 @@ Other Changes
   relative paths for solrconfig.xml <lib> references with solr.install.dir
   system property; bin/solr scripts will set it appropriately. (ehatcher)
 
+
 ==================  4.10.2 ==================
 
 Bug Fixes