Re: create collection from existing managed-schema

2018-07-27 Thread Chuming Chen
Yes. command line with -d works. Thanks, Chuming On Jul 27, 2018, at 7:49 AM, Alexandre Rafalovitch wrote: > For non cloud, the schema is on the filesystem. > > At least from command line, you can specify path to it with -d flag when > creating a new core. It will then be treated as template

Re: create collection from existing managed-schema

2018-07-27 Thread Shawn Heisey
On 7/25/2018 11:04 AM, Chuming Chen wrote: > From Solr Admin interface, I have created a collection and added field > definitions. I can get its managed-schema from the Admin interface. > > Can I use this managed-schema to create a new collection? If yes, how? What Solr version? The fact that y

Re: create collection from existing managed-schema

2018-07-27 Thread Alexandre Rafalovitch
For non cloud, the schema is on the filesystem. At least from command line, you can specify path to it with -d flag when creating a new core. It will then be treated as template to copy. That is more of a trick than production approach though. Regards, Alex On Wed, Jul 25, 2018, 1:04 PM C

RE: create collection from existing managed-schema

2018-07-26 Thread Rahul Chhiber
Hi, If you want to share schema and/or other configurations between collections, you need to create a configset. Then, specify this configset while creating any collections. Any changes made to that configset or schema will reflect in all collections that are using it. By default, Solr has th