Re: Solr Core Creation dynamically

2013-03-19 Thread Upayavira
You need to create the core directory on disk, containing a conf directory, yourself, before you use this API. If you are using SolrCloud, then I believe this isn't needed because the config is in Zookeeper. Upayavira On Tue, Mar 19, 2013, at 06:01 AM, Ravi_Mandala wrote: > Hi, > > I am trying

RE: Solr Core Creation

2010-04-21 Thread Chris Hostetter
: http://localhost:8983/solr/admin/cores?action=CREATE&name=temp&instanceDir= : : where is the solr_home/home/core : : The core is created fine but no directory shows for the new core name "temp" a dta directory is definitley there somewhere, but if you use relative paths in your con

RE: Solr Core Creation

2010-04-20 Thread abhatna...@vantage.com
http://localhost:8983/solr/admin/cores?action=CREATE&name=temp&instanceDir= where is the solr_home/home/core The core is created fine but no directory shows for the new core name "temp" Ankit -- View this message in context: http://n3.nabble.com/Solr-Core-Creation-tp733159p73334

RE: Solr Core Creation

2010-04-20 Thread caman
What was the command executed? From: abhatna...@vantage.com [via Lucene] [mailto:ml-node+733159-1790924601-124...@n3.nabble.com] Sent: Tuesday, April 20, 2010 11:58 AM To: caman Subject: Solr Core Creation I tried creating a core on the fly using remote server -I am able to query ag