Thanks Ryan, I think it would be high risk to move to solr 1.2 as our ops team have a standard 1.2 configuration.
Perhaps I should ask them... Thanks, John -----Original Message----- From: Ryan McKinley [mailto:[EMAIL PROTECTED] Sent: 13 August 2008 16:47 To: solr-user@lucene.apache.org 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 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 of ports we are using. > > Is it possible to configure the server, such that it reads the country > in the url > > Say > Uk/solr/admin > Fr/solr/admin > De/solr/admin > > Or possibly have different domain names. > > And uses solr home as uk/solrhome etc and passes on the request to > solr/admin handler using that for solrhome? > > What is the approach here? I am a Tomcat config newbie. > > > As an adjunct. > > In order to simplify things, I am thinking of maintaining just one > index for all countries and place a country filter on the queries. > The implication would be throwing away stemming and having all > stopwords in one file, which may not be desirable, but seems > logistically simpler - any comments? > > Thanks, > John