[
https://issues.apache.org/jira/browse/SOLR-2186?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12931236#action_12931236
]
Lance Norskog commented on SOLR-2186:
-------------------------------------
bq.
Two answers:
1) try it and see. you'll find the usage soon enough :)
2) TikaEntityProcessor, branch 3.x, line 96:
{code}
public Map<String, Object> nextRow() {
if(done) return null;
Map<String, Object> row = new HashMap<String, Object>();
DataSource<InputStream> dataSource = context.getDataSource();
InputStream is =
dataSource.getData(context.getResolvedEntityAttribute(URL)); <-----
ContentHandler contentHandler = null;
Metadata metadata = new Metadata();
{code}
> DataImportHandler multi-threaded option throws exception
> --------------------------------------------------------
>
> Key: SOLR-2186
> URL: https://issues.apache.org/jira/browse/SOLR-2186
> Project: Solr
> Issue Type: Bug
> Components: contrib - DataImportHandler
> Reporter: Lance Norskog
> Attachments: TikaResolver.patch
>
>
> The multi-threaded option for the DataImportHandler throws an exception and
> the entire operation fails. This is true even if only 1 thread is configured
> via *threads='1'*
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]