Re: How to swap two cores and then unload one of them

2016-09-12 Thread Georg Sorst
Hi Fabrizio, I guess the correct way to add your modified / extended CoreAdminHandler would be to add it as a in solrconfig.xml Best, Georg Fabrizio Fortino schrieb am Mo., 12. Sep. 2016 11:24: > Hi George, > > Thank you for getting back to me. > > I am using Solr 6. > > I need to use coreCon

Re: How to swap two cores and then unload one of them

2016-09-12 Thread Fabrizio Fortino
Hi George, Thank you for getting back to me. I am using Solr 6. I need to use coreContainer because I have created a CoreAdminHandler extension. Thanks, Fabrizio On Sun, Sep 11, 2016 at 6:42 PM, Georg Sorst wrote: > Hi Fabrizio, > > which Solr version are you using? In more recent versions (

Re: How to swap two cores and then unload one of them

2016-09-11 Thread Georg Sorst
Hi Fabrizio, which Solr version are you using? In more recent versions (starting with 5 I think) you should not use the coreContainer directly but instead go through the HTTP API (which also supports the swap operation) or use SolrJ. Best, Georg Fabrizio Fortino schrieb am Mo., 29. Aug. 2016 11