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

2006-03-24 Thread Clay Webster
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 nice if we could replicate the index to improve performance. Solr does not have replication. But it does have a very nice index distribution system.

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 it be possible to cluster

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.

What is proper way to re-init index?

2006-03-24 Thread John Mohr
I've been working with Solr for just a few days. Initially I ran the exampldocs and things worked fine. I've now redefined the layout of the index to be more of what I'd like to see, generated my own xml files to index, blew away the old index/directories, restarted with the new schema file and it