A DataSource to read data from a field as a reader
---------------------------------------------------
Key: SOLR-833
URL: https://issues.apache.org/jira/browse/SOLR-833
Project: Solr
Issue Type: New Feature
Components: contrib - DataImportHandler
Reporter: Noble Paul
Priority: Minor
This can be useful for users who has a DB field containing xml and wish to use
a nested {{XPathEntityProcessor}}
The datasouce may be configured as follows
{code}
<dataSource name="f1" type="FieldReaderDataSource" field="xml-field" />
{code}
This may be used with any {{EntityProcessor}} which uses a
{{DataSource<Reader>}} eg:{{XPathEntityProcessor}}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.