[
https://issues.apache.org/jira/browse/CAMEL-11182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15980741#comment-15980741
]
ASF GitHub Bot commented on CAMEL-11182:
----------------------------------------
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 <[email protected]>
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.
----
> SolrParams are not honored when sending SolrInputDocument.
> ----------------------------------------------------------
>
> Key: CAMEL-11182
> URL: https://issues.apache.org/jira/browse/CAMEL-11182
> Project: Camel
> Issue Type: Improvement
> Components: camel-solr
> Affects Versions: 2.18.3
> Environment: Apache Solr , Apache Camel
> Reporter: Chirag Anand
>
> I have an update Processor chain which triggers during every update of the
> solr document which requires SolrParams to be passed. I noticed SolrParams is
> not applicable when trying to push SolrInputDocument(referring to
> SolrProducer.java). Can i submit a fix for this?
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)