From 07b145e91ec557bafddb50720cf1ad56f25502fc Mon Sep 17 00:00:00 2001 From: Ryan McKinley Date: Sun, 14 Oct 2007 19:08:14 +0000 Subject: [PATCH] adding credit for Henri git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@584580 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 6bcd872403d..05219dc9770 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -202,11 +202,11 @@ Other Changes 4. SOLR-215: In an push to support multiple SolrCores, the TokenizerFactory and TokenFilterFactory initalization interface has changed to accept the solrConfig. Initialization should happen in: - init(SolrConfig solrConfig, Map args) + init(SolrConfig solrConfig, Map args) rather then: init(Map args) 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 ==================