GitHub user chirag0103 opened a pull request: https://github.com/apache/camel/pull/1655
[CAMEL-11182]SolrParams are not honored when sending SolrInputDocument. This change is necessary when you intend to have an update processor chain to be trigerred or any such for which parameters are to be passed along with the url. You can merge this pull request into a Git repository by running: $ git pull https://github.com/chirag0103/camel master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/camel/pull/1655.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1655 ---- commit a16ab7aabea7402e45d4743aa3135ce4da8be019 Author: Chirag Anand <can...@gp.cv.commvault.com> Date: 2017-04-24T05:13:08Z Added the provision to pass Solr Params when pushing SolrInputDocuments. This change is necessary when you intend to have an update processor chain to be trigerred or any such for which parameters are to be passed along with the url. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---