Re: Modify partial configsets using API

2019-05-08 Thread Tulsi Das
That's right Mike. If same config set is used for multiple collection , changing any file in this would apply to other collections as well. On Wed, May 8, 2019 at 11:49 PM Mike Drob wrote: > > > On 2019/05/08 16:52:52, Shawn Heisey wrote: > > On 5/8/2019 10:50 AM, Mike Drob wrote: > > > Solr E

Re: Modify partial configsets using API

2019-05-08 Thread Mike Drob
On 2019/05/08 16:52:52, Shawn Heisey wrote: > On 5/8/2019 10:50 AM, Mike Drob wrote: > > Solr Experts, > > > > Is there an existing API to modify just part of my configset, for example > > synonyms or stopwords? I see that there is the schema API, but that is > > pretty specific in scope. > >

Re: Modify partial configsets using API

2019-05-08 Thread Shawn Heisey
On 5/8/2019 10:50 AM, Mike Drob wrote: Solr Experts, Is there an existing API to modify just part of my configset, for example synonyms or stopwords? I see that there is the schema API, but that is pretty specific in scope. Not sure if I should be looking at configset API to upload a zip with a

Modify partial configsets using API

2019-05-08 Thread Mike Drob
Solr Experts, Is there an existing API to modify just part of my configset, for example synonyms or stopwords? I see that there is the schema API, but that is pretty specific in scope. Not sure if I should be looking at configset API to upload a zip with a single file, or if there are more granul