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 at 5:41 AM, msaunier <[email protected]> wrote: > 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= > CityaTestUpdateProcessorJar&commit=true" -H 'Content-type: > application/json' -d '[{"content": "test.test", "id":"test_2"}]' > > > > So, in ManifoldCF, I have add in Output Connections, in SolrCloud Paths : > > Update handler: /update/extract?processor=CityaTestUpdateProcessorJar& > commit=true > > Remove handler: /update?processor=CityaTestUpdateProcessorJar&commit=true > > > > > > But, ManifoldCF not call update processor when he push documents. > > > > Do you have an idea ? > > > > Thanks you. >
