Re: Custom DataImportHandler Transformer

2014-06-16 Thread Ahmet Arslan
am attempting to write a custom DataImportHandler transformer and am having trouble with the proper deployment into SOLR 4.4.0 running on Tomcat 7.0. These are the steps I have followed: 1. I used a watered-down version of the TrimTransformer code given in the DIHCustomTransformer Wiki (h

Custom DataImportHandler Transformer

2014-06-16 Thread MB Y
Hi, I am attempting to write a custom DataImportHandler transformer and am having trouble with the proper deployment into SOLR 4.4.0 running on Tomcat 7.0. These are the steps I have followed: 1. I used a watered-down version of the TrimTransformer code given in the DIHCustomTransformer Wiki