You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by ry...@apache.org on 2007/10/14 21:08:15 UTC

svn commit: r584580 - /lucene/solr/trunk/CHANGES.txt

Author: ryan
Date: Sun Oct 14 12:08:14 2007
New Revision: 584580

URL: http://svn.apache.org/viewvc?rev=584580&view=rev
Log:
adding credit for Henri

Modified:
    lucene/solr/trunk/CHANGES.txt

Modified: lucene/solr/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/solr/trunk/CHANGES.txt?rev=584580&r1=584579&r2=584580&view=diff
==============================================================================
--- lucene/solr/trunk/CHANGES.txt (original)
+++ lucene/solr/trunk/CHANGES.txt Sun Oct 14 12:08:14 2007
@@ -202,11 +202,11 @@
  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<String,String> args)
+      init(SolrConfig solrConfig, Map<String,String> args)
     rather then:
       init(Map<String,String> 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 ==================