Hi, I created a new config and uploaded it to zk with the name test_conf. And then created a collection which uses this config.
CREATE COLLECTION: /solr/admin/collections?action=CREATE&name=test2&numShards=1&replicationFactor=2&collection.configName=test_conf When indexing the data using DIH I get an error. org.apache.zookeeper.KeeperException$NoNodeException: KeeperErrorCode = NoNode for /configs/test2/dataimport.properties When I create the collection using command line and dont pass the configname but just the confdir, DIH indexing works. Using Solr 5.5 Am I missing something?? -- Thanks Jay