RE: SolrJ and Multi Core Set up

2010-09-05 Thread Ephraim Ofir
, September 03, 2010 2:41 PM To: solr-user@lucene.apache.org Subject: Re: SolrJ and Multi Core Set up Thanks Chantal I hadn't spotted that that's a big help. Thank you. Shaun On 3 September 2010 12:31, Chantal Ackermann chantal.ackerm...@btelligent.de wrote: Hi Shaun, you create the SolrServer using

Re: SolrJ and Multi Core Set up

2010-09-03 Thread Chantal Ackermann
Hi Shaun, you create the SolrServer using multicore by just adding the core to the URL. You don't need to add anything with SolrQuery. URL url = new URL(new URL(solrBaseUrl), coreName); CommonsHttpSolrServer server = new CommonsHttpSolrServer(url); Concerning the default core thing - I wouldn't

Re: SolrJ and Multi Core Set up

2010-09-03 Thread Shaun Campbell
Thanks Chantal I hadn't spotted that that's a big help. Thank you. Shaun On 3 September 2010 12:31, Chantal Ackermann chantal.ackerm...@btelligent.de wrote: Hi Shaun, you create the SolrServer using multicore by just adding the core to the URL. You don't need to add anything with