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 2013/04/19 23:38:35 UTC

svn commit: r1470051 - /lucene/dev/branches/lucene_solr_4_3/lucene/CHANGES.txt

Author: uschindler
Date: Fri Apr 19 21:38:35 2013
New Revision: 1470051

URL: http://svn.apache.org/r1470051
Log:
Add backwards entry for analysis factories. The duplicate API changes was already fixed by hossman.

Modified:
    lucene/dev/branches/lucene_solr_4_3/lucene/CHANGES.txt

Modified: lucene/dev/branches/lucene_solr_4_3/lucene/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/branches/lucene_solr_4_3/lucene/CHANGES.txt?rev=1470051&r1=1470050&r2=1470051&view=diff
==============================================================================
--- lucene/dev/branches/lucene_solr_4_3/lucene/CHANGES.txt (original)
+++ lucene/dev/branches/lucene_solr_4_3/lucene/CHANGES.txt Fri Apr 19 21:38:35 2013
@@ -37,6 +37,13 @@ Changes in backwards compatibility polic
   method has a default implementation through other abstract methods.
   (Adrien Grand, Robert Muir)
 
+* LUCENE-4642, LUCENE-4877: Implementors of TokenizerFactory, TokenFilterFactory,
+  and CharFilterFactory now need to provide at least one constructor taking
+  Map<String,String> to be able to be loaded by the SPI framework (e.g., from Solr).
+  In addition, TokenizerFactory needs to implement the abstract
+  create(AttributeFactory,Reader) method.  (Renaud Delbru, Uwe Schindler,
+  Steve Rowe, Robert Muir)
+
 API Changes
 
 * LUCENE-4896: Made PassageFormatter abstract in PostingsHighlighter, made