Re: Load cores without restarting/reloading Solr

2010-08-05 Thread Mark Miller
On 8/5/10 5:59 AM, Karthik K wrote: > Can some one please answer this. > > Is there a way of creating/adding a core and starting it without having to > reload Solr ? > Yes, see http://wiki.apache.org/solr/CoreAdmin - Mark lucidimagination.com

RE: Re: Load cores without restarting/reloading Solr

2010-08-05 Thread Markus Jelsma
http://wiki.apache.org/solr/CoreAdmin   -Original message- From: Karthik K Sent: Thu 05-08-2010 12:00 To: solr-user@lucene.apache.org; Subject: Re: Load cores without restarting/reloading Solr Can some one please answer this. Is there a way of creating/adding a core and starting it

Re: Load cores without restarting/reloading Solr

2010-08-05 Thread Karthik K
Can some one please answer this. Is there a way of creating/adding a core and starting it without having to reload Solr ?

Re: Load cores without restarting/reloading Solr

2010-07-21 Thread Andrew McCombe
Hi Peter We are using the packaged Ubuntu Server (10.04 LTS) versions of Tomcat6 and Solr1.4 and running a single instance of Solr with multiple cores. Regards Andrew On 20 July 2010 19:47, Peter Karich wrote: > Hi Andrew, > > the whole tomcat shouldn't fail on restart if only one core fails.

Re: Load cores without restarting/reloading Solr

2010-07-20 Thread Peter Karich
Hi Andrew, the whole tomcat shouldn't fail on restart if only one core fails. We are using the setup described here: http://wiki.apache.org/solr/SolrTomcat With the help of several different Tomcat Context xml files (under conf/Catalina/localhost/) the cores should be independent webapps: A diffe

Re: Load cores without restarting/reloading Solr

2010-07-20 Thread Andrew McCombe
Hi Sorry, it wasn't very clear was it? [?] Yes, I use a 'template' core that isn't used and create a copy of this on the command line. I then edit the newcore/conf/solrconfig.xml and set the data path, add data-import sections etc and then I edit the solr.home/solr.xml and add the core name & dir

Re: Load cores without restarting/reloading Solr

2010-07-20 Thread Peter Karich
Hi Andrew, I didn't correctly understand what you are trying to do with 'copying'? Just use one core as a template or use it to replicate data? You can reload only one application via: http://localhost/manager/html/reload?path=/yourapp (if you do this often you need to increase the PermGen space)