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
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
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
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