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
the _default configset for any collections created without explicit configset. Regards, Rahul Chhiber -Original Message- From: Chuming Chen [mailto:chumingc...@gmail.com] Sent: Thursday, July 26, 2018 11:35 PM To: solr-user@lucene.apache.org Subject: create collection from existing

create collection from existing managed-schema

2018-07-26 Thread Chuming Chen
Hi All, 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? How? Thanks, Chuming

create collection from existing managed-schema

2018-07-25 Thread Chuming Chen
Hi All, 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? Thanks, Chuming