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