RE: Modify Schema for Solr Cloud

2018-09-18 Thread Rathor, Piyush (US - Philadelphia)
.com Please consider the environment before printing. -Original Message- From: Yasufumi Mizoguchi Sent: Tuesday, September 18, 2018 4:05 AM To: solr-user@lucene.apache.org Subject: [EXT] Re: Modify Schema for Solr Cloud Hi, One way is re-upload config files via zkcli.sh and reload

RE: Modify Schema for Solr Cloud

2018-09-18 Thread Rathor, Piyush (US - Philadelphia)
fore printing. -Original Message- From: Jan Høydahl Sent: Tuesday, September 18, 2018 3:22 PM To: solr-user@lucene.apache.org Subject: [EXT] Re: Modify Schema for Solr Cloud Three ways: 1. Use Admin UI Schema tab and add/delete fields/copyfields there. Not support for fieldTypes 2. Use Sc

Re: Modify Schema for Solr Cloud

2018-09-18 Thread Jan Høydahl
Three ways: 1. Use Admin UI Schema tab and add/delete fields/copyfields there. Not support for fieldTypes 2. Use Schema API, see ref.guide 3. bin/solr zk cp zk:/configs/myconfig/managed-schema . go ahead edit schema bin/solr zk cp managed-schema zk:/configs/myconfig/managed-schema rel

Re: Modify Schema for Solr Cloud

2018-09-18 Thread Yasufumi Mizoguchi
Hi, One way is re-upload config files via zkcli.sh and reload the collection. See following. https://lucene.apache.org/solr/guide/7_4/command-line-utilities.html Thanks, Yasufumi. 2018年9月18日(火) 14:30 Rathor, Piyush (US - Philadelphia) : > Hi All, > > > > I am new to solr cloud. > > > > Can you