Add explicit option to run DataImportHandler in synchronous mode ----------------------------------------------------------------
Key: SOLR-1721 URL: https://issues.apache.org/jira/browse/SOLR-1721 Project: Solr Issue Type: New Feature Components: contrib - DataImportHandler Reporter: Alexey Serba Priority: Trivial There's no explicit option to run DataImportHandler in a synchronous mode / blocking call. It could be useful to run DIH from SolrJ ( EmbeddedSolrServer ) in the same thread. Currently one can pass dummy stream (or enable debug mode) as a workaround to achieve the same behavior, but I think it makes sense to add specific option for that. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.