Re: Multicore configuration

2013-01-15 Thread Bruno Dusausoy
Dariusz Borowski a écrit : Hi Bruno, Maybe this helps. I wrote something about it: http://www.coderthing.com/solr-with-multicore-and-database-hook-part-1/ Hi Darius, Thanks for the link. I've found my - terrible - mistake : solr.xml was not in solr.home dir but in solr.home/conf dir, so it d

Re: Multicore configuration

2013-01-15 Thread Upayavira
You should put your solr.xml into your 'cores' directory, and set -Dsolr.solr.home=cores That should get you going. 'cores' *is* your Solr Home. Otherwise, your instanceDir entries in your current solr.xml will need correct paths to ../cores/procedure/ etc. Upayavira On Tue, Jan 15, 2013, at 08:

Re: Multicore configuration

2013-01-15 Thread Dariusz Borowski
Hi Bruno, Maybe this helps. I wrote something about it: http://www.coderthing.com/solr-with-multicore-and-database-hook-part-1/ Dariusz On Tue, Jan 15, 2013 at 9:52 AM, Bruno Dusausoy wrote: > Hi, > > I'd like to use two separate indexes (Solr 3.6.1). > I've read several wiki pages and looke

Multicore configuration

2013-01-15 Thread Bruno Dusausoy
Hi, I'd like to use two separate indexes (Solr 3.6.1). I've read several wiki pages and looked at the multicore example bundled with the distribution but it seems I missing something. I have this hierarchy : solr-home/ | -- conf | -- solr.xml -- solrconfig.xml (if I don't put it, solr

RE: SOLR 1.2 Multicore configuration

2008-08-13 Thread McBride, John
Subject: Re: SOLR 1.2 Multicore configuration Check: http://wiki.apache.org/solr/MultiCore If you can wait a few days, there will likely be a 1.3 release candidate out soon. On Aug 13, 2008, at 11:30 AM, McBride, John wrote: > > Hi, > > I am deploying an application across 3 geographie

Re: SOLR 1.2 Multicore configuration

2008-08-13 Thread Ryan McKinley
Check: http://wiki.apache.org/solr/MultiCore If you can wait a few days, there will likely be a 1.3 release candidate out soon. On Aug 13, 2008, at 11:30 AM, McBride, John wrote: Hi, I am deploying an application across 3 geographies - and as a result will be running multiple solr instan

SOLR 1.2 Multicore configuration

2008-08-13 Thread McBride, John
Hi, I am deploying an application across 3 geographies - and as a result will be running multiple solr instances on one host. I don't want to set up separate wars running on different ports as this will cause an increased number of firewall requests and require more management to track the set