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
I and you have the same problem to solve,and I also research recently. and I heard that: Lucene is a highly optimized inverted index search engine. It stored a number of inverted indexes in a custom file format that is highly optimized to ensure that the indexes can be loaded by searchers quic

RE: Running Lucene in a Clustered Environment

2008-06-10 Thread lutan
I and you have the same problem to solve,and I also research recently. and I heard that: Lucene is a highly optimized inverted index search engine. It stored a number of inverted indexes in a custom file format that is highly optimized to ensure that the indexes can be loaded by searchers quic

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
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.sakaiproject.org/confluence/display/

Re: Running Lucene in a Clustered Environment

2008-06-09 Thread Otis Gospodnetic
Kalani, Is creating a local index and then distributing it to all nodes in the cluster an option for you? Or maybe you can simply put your index on a SAN and let all search nodes access the same index there? Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch - Original Mes