Re: Running Lucene in a Clustered Environment

2008-06-11 Thread Kalani Ruwanpathirana
Hi Shalin, I am not familiar with Solr. I just know that it is a search server. Can you please point me to some resources on how can I use Solr to solve the situation? Kalani On Tue, Jun 10, 2008 at 5:03 PM, Shalin Shekhar Mangar < [EMAIL PROTECTED]> wrote: > Hi Kalani, > > Are you aware of Ap

RE: Running Lucene in a Clustered Environment

2008-06-10 Thread lutan
database. It will also be possible to implement this mechanism with a shared filestore acting as the backup location. > Date: Mon, 9 Jun 2008 19:21:06 +0530> From: [EMAIL PROTECTED]> To: > java-user@lucene.apache.org> Subject: Running Lucene in a Clustered > Environment> &g

RE: Running Lucene in a Clustered Environment

2008-06-10 Thread lutan
database. It will also be possible to implement this mechanism with a shared filestore acting as the backup location. > Date: Mon, 9 Jun 2008 19:21:06 +0530> From: [EMAIL PROTECTED]> To: > java-user@lucene.apache.org> Subject: Running Lucene in a Clustered > Environment> &g

Re: Running Lucene in a Clustered Environment

2008-06-10 Thread Shalin Shekhar Mangar
Hi Kalani, Are you aware of Apache Solr? On Tue, Jun 10, 2008 at 2:32 PM, Eric Bowman <[EMAIL PROTECTED]> wrote: > Kalani Ruwanpathirana wrote: > >> Hi, >> >> Thanks for the reply. It seems that SAN is not an option for my case . >> However the other option is acceptable though I have to do some

Re: Running Lucene in a Clustered Environment

2008-06-10 Thread Eric Bowman
Kalani Ruwanpathirana wrote: Hi, Thanks for the reply. It seems that SAN is not an option for my case . However the other option is acceptable though I have to do some extra work with clustering. I got to know that there is an option called "Database clustered local search" ( http://bugs.sakai

Re: Running Lucene in a Clustered Environment

2008-06-10 Thread Kalani Ruwanpathirana
? > > > Otis -- > Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch > > > - Original Message > > From: Kalani Ruwanpathirana <[EMAIL PROTECTED]> > > To: java-user@lucene.apache.org > > Sent: Monday, June 9, 2008 9:51:06 AM > > Subject: Runnin

Re: Running Lucene in a Clustered Environment

2008-06-09 Thread Otis Gospodnetic
Message > From: Kalani Ruwanpathirana <[EMAIL PROTECTED]> > To: java-user@lucene.apache.org > Sent: Monday, June 9, 2008 9:51:06 AM > Subject: Running Lucene in a Clustered Environment > > Hi all, > > I'm new to Lucene. I need to run Lucene in a clustered envi

Running Lucene in a Clustered Environment

2008-06-09 Thread Kalani Ruwanpathirana
Hi all, I'm new to Lucene. I need to run Lucene in a clustered environment. So creating the index in the local file system is not an option and it is better if I can create the index in the database as all nodes can share it. Can anyone of you please suggest me a way to do this? I got to know abo