Re: Trying to use FieldReaderDataSource in DIH

2011-03-07 Thread Jeff Schmidt
I can see that XPathEntityProcessor.init() is using the no-arg version of Context.getDataSource(). Since fields are hierarchical, should that not be a request for the the current innermost data source (i.e. fieldSource which is a FieldReaderDataSource)? Or should init() be looking at the

Trying to use FieldReaderDataSource in DIH

2011-03-04 Thread Jeff Schmidt
Hello: I'm trying to make use of FieldReaderDataSource so that I can read a (Oracle) database CLOB, and then use XPathEntityProcessor to derive Solr field values via xpath notation. For an extra bit of fun, the CLOB itself is base 64 encoded and gzip'd. I created a transformer of my own to