[
https://issues.apache.org/jira/browse/SOLR-1583?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12794581#action_12794581
]
Lance Norskog commented on SOLR-1583:
-------------------------------------
Is there some way to hide this problem from the user? It is one of those
problems that will cause many newbie questions on the solr-user list :)
For example, the DIH classloader could automatically search for a BinX when
asked for an X, and otherwise use
[InputStreamReader|http://java.sun.com/j2se/1.4.2/docs/api/java/io/InputStreamReader.html]
to create a Reader out of the InputStream.
> Create DataSources that return InputStream
> ------------------------------------------
>
> Key: SOLR-1583
> URL: https://issues.apache.org/jira/browse/SOLR-1583
> Project: Solr
> Issue Type: New Feature
> Components: contrib - DataImportHandler
> Reporter: Noble Paul
> Assignee: Noble Paul
> Priority: Minor
> Fix For: 1.5
>
> Attachments: SOLR-1583.patch
>
>
> Tika integration means the source has to be binary that is the DataSource
> must be of type DataSource<InputStream> . All the DataSource<Reader> should
> have a binary counterpart.
> * BinURLDataSource<InputStream>
> * BinContentStreamDataSource<InputStream>
> * BinFileDataOurce<InputStream>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.