I am using the data importer that feeds off of mysql. When adding new DataImportHandler requestHandles to solrconfig.xml, I can upload my changes with the following command:

./zkcli.sh -zkhost 10.0.1.107:2181 -cmd upconfig -confdir configs -confname collection1

Good: I can see the changed files in zookeeper. I can "get" them and see that the contents changed as well.

Bad: When I call

curl http://localhost:8983/solr/collection1/data-point-1?command=full-import

or browse to http://solr-ip/solr/#/collection1/dataimport/data-point-1

solr is complaining that the config for data-point-1 (for example) cannot be found. Any ideas what I might be doing wrong?

--
CTO
Zenlok株式会社

Reply via email to