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:40:31 UTC

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

Author: uschindler
Date: Fri Apr 19 21:40:30 2013
New Revision: 1470052

URL: http://svn.apache.org/r1470052
Log:
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/branches/branch_4x/   (props changed)
    lucene/dev/branches/branch_4x/lucene/   (props changed)
    lucene/dev/branches/branch_4x/lucene/CHANGES.txt   (contents, props changed)

Modified: lucene/dev/branches/branch_4x/lucene/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_4x/lucene/CHANGES.txt?rev=1470052&r1=1470051&r2=1470052&view=diff
==============================================================================
--- lucene/dev/branches/branch_4x/lucene/CHANGES.txt (original)
+++ lucene/dev/branches/branch_4x/lucene/CHANGES.txt Fri Apr 19 21:40:30 2013
@@ -49,6 +49,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