[
https://issues.apache.org/jira/browse/SOLR-833?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Noble Paul updated SOLR-833:
----------------------------
Description:
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 keep the url value as the varaible
name {{url="field-name"}}
The fieldname must be resolvable from {{VariableResolver}}
This may be used with any {{EntityProcessor}} which uses a
{{DataSource<Reader>}} eg:{{XPathEntityProcessor}}
was:
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}}
> 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
> Affects Versions: 1.4
> Reporter: Noble Paul
> Assignee: Shalin Shekhar Mangar
> Priority: Minor
> Fix For: 1.4
>
> 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 keep the url value as the varaible
> name {{url="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.