DataImportHandler should use UpdateRequestProcessor API
-------------------------------------------------------
Key: SOLR-676
URL: https://issues.apache.org/jira/browse/SOLR-676
Project: Solr
Issue Type: Bug
Components: contrib - DataImportHandler
Affects Versions: 1.3
Reporter: Shalin Shekhar Mangar
Assignee: Shalin Shekhar Mangar
Fix For: 1.3
Refer to Patrick's comment on SOLR-469 at
https://issues.apache.org/jira/browse/SOLR-469?focusedCommentId=12604276#action_12604276
and report by Tom at
http://www.nabble.com/localsolr-and-dataimport-problems-tp18849983p18849983.html
DataImportHandler directly uses the core.getUpdateHandler
(DirectUpdateHandler2) instead of going through the UpdateRequestProcessor API.
This makes it impossible to utilize update processors with DataImportHandler.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.