[
https://issues.apache.org/jira/browse/SOLR-833?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Noble Paul updated SOLR-833:
----------------------------
Attachment: SOLR-833.patch
supports String ,BLOB, CLOB data types
there is an extra field (in the entity) 'encoding' for BLOB types
> 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
> Attachments: SOLR-833.patch
>
>
> 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" />
> {code}
> The enity which uses this datasource must have extra attribute
> {{dataField="field-name"}}
> The fieldname must be resolvable from VariableResolver
> 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.