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 { /**
