unsubscribe

2006-04-24 Thread Robert Haycock

RE: To cluster, or not to cluster...

2006-03-24 Thread Robert Haycock
AIL PROTECTED]> To: solr-user@lucene.apache.org Sent: Friday, March 24, 2006 8:54:45 AM Subject: Re: To cluster, or not to cluster... On 3/24/06, Robert Haycock <[EMAIL PROTECTED]> wrote: > > Is it/will it be possible to cluster solr? > > We have a distributed system and it would be ni

RE: Multiple updates possible?

2006-03-24 Thread Robert Haycock
In this case we are looking at having multiple tomcats to provide us with load balancing and failover. We are not looking at a master/slave index solution. We'll also be working on windows. Rob. -Original Message- From: Chris Hostetter [mailto:[EMAIL PROTECTED] Sent: 24 March 2006 18:2

Multiple updates possible?

2006-03-24 Thread Robert Haycock
Hello again, We're looking at having multiple instances of Solr looking at a single lucene index. Would there be a problem if all instances updated the index at the same time? Rob.

RE: To cluster, or not to cluster...

2006-03-24 Thread Robert Haycock
That's great, cheers. Rob. -Original Message- From: Clay Webster [mailto:[EMAIL PROTECTED] Sent: 24 March 2006 16:55 To: solr-user@lucene.apache.org Subject: Re: To cluster, or not to cluster... On 3/24/06, Robert Haycock <[EMAIL PROTECTED]> wrote: > > Is it/will

To cluster, or not to cluster...

2006-03-24 Thread Robert Haycock
Hi, Is it/will it be possible to cluster solr? We have a distributed system and it would be nice if we could replicate the index to improve performance. Rob.