RE : Edit config files

2014-03-18 Thread Francois Perron
nk you for your time. Francois De : Steve Rowe [sar...@gmail.com] Envoyé : 18 mars 2014 17:17 À : solr-user@lucene.apache.org Objet : Re: Edit config files Hi Francois, The config file editing functionality was pulled out of Solr before the 4.7 release; wh

Re: Edit config files

2014-03-18 Thread Steve Rowe
wrote: > Hi, > > I had install lastest version of solr (4.7.0) and I want to try new > functionality to edit config files in AdminUI. But when I click on file, no > edit box appear! > > This is info on my version : > > Versions > > * > > solr-s

Edit config files

2014-03-18 Thread Francois Perron
Hi, I had install lastest version of solr (4.7.0) and I want to try new functionality to edit config files in AdminUI. But when I click on file, no edit box appear! This is info on my version : Versions * solr-spec 4.7.0 * solr-impl 4.7.0 1570806 - simon - 2014-02-22 08:36:23

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