: 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
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