RE: UpdateProcessor SolrCloud and ManifoldCF

2018-04-19 Thread msaunier
In SolrCloud we can’t modify processor chain, because, SolrCloud used just API to config. So, use an url parameter is the alone option. https://lucene.apache.org/solr/guide/6_6/config-api.html#ConfigAPI-Whatabout_updateRequestProcessorChain_ I create a tiket on Jira and I respond with it’s

Re: UpdateProcessor SolrCloud and ManifoldCF

2018-04-19 Thread Karl Wright
The Arguments tab is not supposed to add a field. It is for arguments to be sent only, not metadata. But since this is a POST request we are sending in, it's probable that the Solr Connector is sending it in as a form parameter. It most certainly will *never* be sent as a GET request because

RE: UpdateProcessor SolrCloud and ManifoldCF

2018-04-19 Thread msaunier
Ok. I have add an argument « Znode path » with « processor » name and « CityaTestUpdateProcessorJar » value but ManifoldCF send a field processor, not an GET PARAM. Solr response : org.apache.solr.common.SolrException: ERROR:

Re: UpdateProcessor SolrCloud and ManifoldCF

2018-04-19 Thread Karl Wright
Hi Maurice, You're not supposed to add arguments to the handler paths. They're just paths and not full URLs. You can add arbitrary URL arguments to be sent to Solr elsewhere in the configuration. Look at the "Arguments" tab. For commits, look at the "Commits" tab. Karl On Thu, Apr 19, 2018

UpdateProcessor SolrCloud and ManifoldCF

2018-04-19 Thread msaunier
Hello Karl, I have a problem to call UpdateProcessor with ManifoldCF commit to SolrCloud. URL to use UpdateProcessor with curl : curl "http://srv-formation-solr:8983/solr/dev1/update?processor=CityaTestUpdatePr ocessorJar=true" -H 'Content-type: application/json' -d '[{"content":