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:41:36 UTC

svn commit: r1470053 - in /lucene/dev/trunk: ./ lucene/ lucene/CHANGES.txt

Author: uschindler
Date: Fri Apr 19 21:41:36 2013
New Revision: 1470053

URL: http://svn.apache.org/r1470053
Log:
Merged revision(s) 1470052 from lucene/dev/branches/branch_4x:
Merged revision(s) 1470051 from lucene/dev/branches/lucene_solr_4_3:
Add backwards entry for analysis factories. The duplicate API changes was already fixed by hossman.

Modified:
    lucene/dev/trunk/   (props changed)
    lucene/dev/trunk/lucene/   (props changed)
    lucene/dev/trunk/lucene/CHANGES.txt   (contents, props changed)

Modified: lucene/dev/trunk/lucene/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/CHANGES.txt?rev=1470053&r1=1470052&r2=1470053&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/CHANGES.txt (original)
+++ lucene/dev/trunk/lucene/CHANGES.txt Fri Apr 19 21:41:36 2013
@@ -81,6 +81,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