[ 
https://issues.apache.org/jira/browse/SOLR-11325?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Varun Thacker closed SOLR-11325.
--------------------------------
    Resolution: Not A Problem

Hi Sairam,

Please ask such questions on the solr-user mailing list before creating bug 
reports.

In SolrCloud all config files are stored in ZK. So when you run "bin/solr start 
-e cloud -noprompt" Solr internally starts up a zookeeper on port 9983 .

Download the current files from ZK , edit them locally and then re-upload them. 
{{./bin/solr zk}} is your friend. 

In general however Solr has APIs to managed most configs . So you don't need to 
go through the hassle of doing all of this.

Check out ManagedSynonymGraphFilterFactory which is specifically for synonyms. 
Otherwise check out "Schema API" and "Config API" on the ref guide ( 
http://lucene.apache.org/solr/guide/ ) for more details

> Update synonyms.txt file on solr colud
> --------------------------------------
>
>                 Key: SOLR-11325
>                 URL: https://issues.apache.org/jira/browse/SOLR-11325
>             Project: Solr
>          Issue Type: Bug
>      Security Level: Public(Default Security Level. Issues are Public) 
>            Reporter: Sairam Yadav
>             Fix For: 6.4.2
>
>
> I've started my Solr server using cmd "solr -e cloud -noprompt".
> I've created a colledtion but I'm unable modify synonyms.txt file.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to