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 dat
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 ta