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 Apache Wiki <wi...@apache.org> on 2008/10/17 06:58:27 UTC

[Solr Wiki] Update of "DataImportHandler" by NoblePaul

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.

The following page has been changed by NoblePaul:
http://wiki.apache.org/solr/DataImportHandler

------------------------------------------------------------------------------
  
  the class 'Foo' must extend the abstract class `org.apache.solr.hander.dataimport.Transformer` The class has only one abstract method.
  
+ The transoformer attribute can take in multiple transformers (`say transformer="foo.X,foo.Y"`) separated by comma. The transformers are chained in this case and the chain is applied one after other in the order in which it is specified. 
+ 
  {{{
  public abstract class Transformer {
    /**