Re: multiple indices

2007-09-12 Thread Matt Kangas
Jack, I've posted a complete recipe for running two Solr indices within one Jetty 6 container: http://wiki.apache.org/solr/SolrJetty Scroll down to the part that says: (7/2007 MattKangas) The recipe above didn't work for me with Jetty 6.1.3. ... I'm glossing over a lot of details, so atta

Re: multiple indices

2007-09-11 Thread Mike Klaas
On 11-Sep-07, at 3:32 PM, George Aroush wrote: The example that comes with Solr is meant to be a starting point for users. It is a relatively functional and well-commented example, and its config files are pretty much the canonical documentation for solr config, and for many people they can mo

RE: multiple indices

2007-09-11 Thread George Aroush
> > I was going through some old emails on this topic. Rafael Rossini > > figured out how to run multiple indices on single instance of jetty > > but it has to be jetty plus. I guess jetty doesn't allow this? I > > suppose I can add additional jars and make it work but I > haven't tried > > th

Re: multiple indices

2007-09-11 Thread Mike Klaas
On 11-Sep-07, at 8:52 AM, Jack L wrote: I was going through some old emails on this topic. Rafael Rossini figured out how to run multiple indices on single instance of jetty but it has to be jetty plus. I guess jetty doesn't allow this? I suppose I can add additional jars and make it work bu

Re: multiple indices

2007-06-27 Thread Chris Hostetter
: Hm, that JNDI again... this makes it sound like SOLR-215 is completely : superfluous? No ... i still haven't had a chance to review the patch, but Henri makes some great argmuments for the "WHY" of the patch in the issue description... >>> Multiple cores: >>> Deployment issues within some orga

Re: multiple indices

2007-06-27 Thread Rafael Rossini
ile back, but now I cannot find any information about Jetty Plus 6.*, only 5 - http://jetty.mortbay.org/jetty5/plus/index.html . Otis - Original Message From: Chris Hostetter <[EMAIL PROTECTED]> To: solr-user@lucene.apache.org Sent: Tuesday, June 26, 2007 8:10:46 PM Subject: Re: mult

Re: multiple indices

2007-06-26 Thread Otis Gospodnetic
.apache.org Sent: Tuesday, June 26, 2007 8:10:46 PM Subject: Re: multiple indices : I have multiple applications (blogs/forums/video/etc) - each of these : is independent (no need to perform queries on multiple indices). : Would it be best to use multiple instances of SOLR/JVM - one for each : i

Re: multiple indices

2007-06-26 Thread Chris Hostetter
: I have multiple applications (blogs/forums/video/etc) - each of these : is independent (no need to perform queries on multiple indices). : Would it be best to use multiple instances of SOLR/JVM - one for each : index or use a solution where only one JVM instance is running (maybe : solr-215

Re: multiple indices

2007-06-26 Thread Otis Gospodnetic
I would use SOLR-215 instead of running multiple instances on the same box. Otis . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Simpy -- http://www.simpy.com/ - Tag - Search - Share - Original Message From: michael ravits <[EMAIL PROTECTED]> To: solr-user@lucene.apach

Re: Multiple indices

2006-03-22 Thread Otis Gospodnetic
uot; part could be used as the key in various data structures that store index-specific information. Otis - Original Message From: Chris Hostetter <[EMAIL PROTECTED]> To: solr-user@lucene.apache.org Sent: Wednesday, March 22, 2006 3:10:36 PM Subject: Re: Multiple indices : norms,

Re: Multiple indices

2006-03-22 Thread Chris Hostetter
: norms, term vectors, field caches, etc. It almost sounds like one : would want multiple instances of Solr in the same app container. But : if that's the case, you aren't saving much over just having multiple : app servers. I didn't say anything yesterday because i pretty much agreed with yoni

Re: Multiple indices

2006-03-21 Thread Yonik Seeley
On 3/21/06, Grant Ingersoll <[EMAIL PROTECTED]> wrote: > I was wondering if it is possible to have one SOLR instance host multiple > indices? Otherwise, I would need to deploy a separate WAR for every SOLR > instance I want, correct? It's not currently possible. A fair amount would have to cha