Re: List and Edit Config Files at Zookeeper from a Client Application

2014-02-10 Thread Furkan KAMACI
Hi; I've read similar threads and implemented a solution. I think that it maybe useful for anybody else so I write down what I did: public class ResourceUpdater { public static void updateJsonFileInZk(CloudSolrServer cloudSolrServer, String zkFilePath, String filePath) throws IOException, Kee

List and Edit Config Files at Zookeeper from a Client Application

2014-01-31 Thread Furkan KAMACI
Hi; I am developing an application that will have an ability to list and edit SolrCloud config files at Zookeeper. Basically operator will able to see stopwords, synonyms (also elevator). Operator will edit it from my dashboard and this files will be updated at Zookeper. Currently I use cloud-scr