[
https://issues.apache.org/jira/browse/SOLR-1065?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Noble Paul updated SOLR-1065:
-----------------------------
Fix Version/s: 1.4
Description:
It is a common requirement to push data to DIH. Currently it is not possible .
If we have a ContentStreamDataSource it can easily solve this problem
sample configuration
{code:xml}
<dataSource type="ContentStreamDataSource"/>
{code}
This datasource does not need any extra configuration. Make a normal POST
request with the data as the body. The params remain same.
was:It is a common requirement to push data to DIH. Currently it is not
possible . If we have a ContentStreamDataSource it can easily solve this problem
> Add a ContenStreamDataSource to DIH to accept post data
> -------------------------------------------------------
>
> Key: SOLR-1065
> URL: https://issues.apache.org/jira/browse/SOLR-1065
> Project: Solr
> Issue Type: New Feature
> Components: contrib - DataImportHandler
> Reporter: Noble Paul
> Fix For: 1.4
>
> Attachments: SOLR-1065.patch, SOLR-1065.patch
>
>
> It is a common requirement to push data to DIH. Currently it is not possible
> . If we have a ContentStreamDataSource it can easily solve this problem
> sample configuration
> {code:xml}
> <dataSource type="ContentStreamDataSource"/>
> {code}
> This datasource does not need any extra configuration. Make a normal POST
> request with the data as the body. The params remain same.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.