mirror of https://github.com/apache/lucene.git
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:
parent
df97bd903c
commit
07b145e91e
|
@ -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 ==================
|
||||||
|
|
Loading…
Reference in New Issue