Re: Using _default configset in standalone mode

2018-01-02 Thread Shawn Heisey
On 1/2/2018 12:55 PM, Alessandro Hoss wrote: > Actually I haven't tried the bin/solr script because I do everything > remotely on Solr. Thanks for the tip, it worked the way I want > (copying the conf to a new folder), but I need to do it through an API > and choosing what configset to copy from.

Re: Using _default configset in standalone mode

2018-01-02 Thread Alessandro Hoss
Thanks Shawn, > How are you doing the core create? > You're right, I was using CoreAdmin API. If you use "bin/solr create" Actually I haven't tried the bin/solr script because I do everything remotely on Solr. Thanks for the tip, it worked the way I want (copying the conf to a new folder), but

Re: Using _default configset in standalone mode

2018-01-02 Thread Shawn Heisey
On 12/27/2017 7:06 AM, Alessandro Hoss wrote: > After reading this > > docs, > I'm trying to achieve the following with version 7.2.0: > >- >When creating a new collection, if you *do not specify a

Using _default configset in standalone mode

2017-12-27 Thread Alessandro Hoss
Hello, After reading this docs, I'm trying to achieve the following with version 7.2.0: - When creating a new collection, if you *do not specify a configSet*, the _default will be used. -