You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by us...@apache.org on 2014/06/23 09:58:13 UTC

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

Author: uschindler
Date: Mon Jun 23 07:58:12 2014
New Revision: 1604711

URL: http://svn.apache.org/r1604711
Log:
Merged revision(s) 1604710 from lucene/dev/trunk:
Move changes of:
SOLR-6178, LUCENE-5775: Deprecate JaspellLookupFactory

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=1604711&r1=1604710&r2=1604711&view=diff
==============================================================================
--- lucene/dev/branches/branch_4x/solr/CHANGES.txt (original)
+++ lucene/dev/branches/branch_4x/solr/CHANGES.txt Mon Jun 23 07:58:12 2014
@@ -38,6 +38,9 @@ Other Changes
 
 * SOLR-6173: Fixed wrong failure message in TestDistributedSearch. (shalin)
 
+* SOLR-6178, LUCENE-5775: Deprecate JaspellLookupFactory. (Uwe Schindler,
+  Mike McCandless)
+
 ==================  4.9.0 ==================
 
 Versions of Major Components
@@ -210,9 +213,6 @@ Other Changes
 * SOLR-6128: Removed deprecated analysis factories and fieldTypes from the example
   schema.xml (hossman)
 
-* SOLR-6178, LUCENE-5775: Deprecate JaspellLookupFactory. (Uwe Schindler,
-  Mike McCandless)
-
 Optimizations
 ----------------------