Re: Updating Solr schema doesn't work

2019-10-04 Thread Shawn Heisey
On 10/4/2019 2:45 PM, Shawn Heisey wrote: It's probably not the way I would do it.  I would update a local copy of the config and then re-upload the entire config rather than dealing with a single file. You will also need to reload the collection or restart Solr, and then as already

Re: Updating Solr schema doesn't work

2019-10-04 Thread Shawn Heisey
On 10/4/2019 10:22 AM, amruth wrote: *- /opt/zookeeper/bin/zkCli.sh delete /configs/collection1/managed-schema - /opt/zookeeper/bin/zkCli.sh create /configs/collection1/managed-schema "`cat /var/solr/data/collection1/conf/managed-schema`"* I could see fields on managed-schema on Solr UI and

Updating Solr schema doesn't work

2019-10-04 Thread amruth
Hello, I am running SolrCloud 6.6.0 and trying to add new fields to Solr Schema. I have added fields to /var/solr/data/collection1/conf/managed-schema and executed, *- /opt/zookeeper/bin/zkCli.sh delete /configs/collection1/managed-schema - /opt/zookeeper/bin/zkCli.sh create