Re: Extending org.apache.solr.hander.dataimport.Transformer

2010-09-17 Thread Chris Hostetter
: During the actual import - SOLR complains because its looking for method : with signature transformRow(Map row) It would be helpful if you could clarify what you mean by "compalins" Are you getting an error? a message in the logs? what exactly does it say? (please cut/paste and provide plen

Extending org.apache.solr.hander.dataimport.Transformer

2010-09-09 Thread Vladimir Sutskever
Hi All, I am building a custom DIH transformer to massage the data before its indexed. Extending org.apache.solr.hander.dataimport.Transformer requires me to implement the transformRow(Map row, Context context) During the actual import - SOLR complains because its looking for method with