[
https://issues.apache.org/jira/browse/SOLR-1065?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Shalin Shekhar Mangar updated SOLR-1065:
----------------------------------------
Summary: Add a ContentStreamDataSource to DIH to accept post data (was:
Add a ContenStreamDataSource to DIH to accept post data)
> Add a ContentStreamDataSource 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
> Assignee: Shalin Shekhar Mangar
> Fix For: 1.4
>
> Attachments: SOLR-1065.patch, 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.