You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-dev@lucene.apache.org by "Lance Norskog (JIRA)" <ji...@apache.org> on 2010/01/03 03:25:58 UTC

[jira] Commented: (SOLR-1583) Create DataSources that return InputStream

    [ https://issues.apache.org/jira/browse/SOLR-1583?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12795938#action_12795938 ] 

Lance Norskog commented on SOLR-1583:
-------------------------------------

How is this used in the DIH config file? Do I have to use BinURLDataSource instead of URLDataSource when I use the Tika processor?  If so, this is going to be more confusing to the user: it will be one more thing to get wrong. 

Those of us who did not write the DIH often find it confusing :)


> 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.