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&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.
