Re: Simplest way of registering new solr core!

2009-05-18 Thread KK
Thanks. I'm still finding it difficult to move from unicore to multicore. What I understood so far is that we've to put a solr.xml file in $solr.home and this is the config file loaded first, if this is not available then solr looks for solrconfig.xml under coreX directory withing multicore directo

Re: Simplest way of registering new solr core!

2009-05-18 Thread Noble Paul നോബിള്‍ नोब्ळ्
On Mon, May 18, 2009 at 4:06 PM, KK wrote: > Do we have to extend the CoreAdminHandler class and use some methods therein > to register a new core? no. th create command will do that > Thanks in appreciation. > > --KK > > On Mon, May 18, 2009 at 12:48 PM, KK wrote: > >> Hi, >> What is the simples

Re: Simplest way of registering new solr core!

2009-05-18 Thread KK
Do we have to extend the CoreAdminHandler class and use some methods therein to register a new core? Thanks in appreciation. --KK On Mon, May 18, 2009 at 12:48 PM, KK wrote: > Hi, > What is the simplest way of registering a new solr core? Do we have to use > some standard APIs for this, or maki

Simplest way of registering new solr core!

2009-05-18 Thread KK
Hi, What is the simplest way of registering a new solr core? Do we have to use some standard APIs for this, or making a Ajax get call to http://localhost:8983/solr/admin/cores with proper request parameter lik these, [?action=CREATE&name=coreX&instanceDir=path_to_instance_directory&config=config_f