adding credit for Henri

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@584580 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Ryan McKinley 2007-10-14 19:08:14 +00:00
parent df97bd903c
commit 07b145e91e
1 changed files with 2 additions and 2 deletions

View File

@ -202,11 +202,11 @@ Other Changes
4. SOLR-215: In an push to support multiple SolrCores, the TokenizerFactory 4. SOLR-215: In an push to support multiple SolrCores, the TokenizerFactory
and TokenFilterFactory initalization interface has changed to accept the and TokenFilterFactory initalization interface has changed to accept the
solrConfig. Initialization should happen in: solrConfig. Initialization should happen in:
init(SolrConfig solrConfig, Map<String,String> args) init(SolrConfig solrConfig, Map<String,String> args)
rather then: rather then:
init(Map<String,String> args) init(Map<String,String> args)
Existing classes should continue to work, but it is encouraged to update Existing classes should continue to work, but it is encouraged to update
the initialization code. the initialization code. (Henri Biestro vi ryan)
================== Release 1.2, 20070602 ================== ================== Release 1.2, 20070602 ==================