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
            Priority: Minor


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.

Reply via email to