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.

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1470053 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Uwe Schindler 2013-04-19 21:41:36 +00:00
parent 0541bad7dc
commit 988f6ded54
1 changed files with 7 additions and 0 deletions

View File

@ -81,6 +81,13 @@ Changes in backwards compatibility policy
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