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/SEARCH/IndexClusterOperation)
which synchronizes the local copy of the index at each node with the
database. This option seems better if the implementation is available. Does
anyone know if there is there is a known implementation of this?

Thanks,

KalaniOn Tue, Jun 10, 2008 at 3:16 AM, Otis Gospodnetic <
[EMAIL PROTECTED]> wrote:

> 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 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 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 about
> > org.apache.lucene.store.jdbc.JdbcDirectory from mailing list archives.
> > However, since it's not part of the Lucene release itself I'd be pleased
> if
> > someone can point me where to find an implementation of it.
> >
> > Additionally, instead of keeping the index inside the database, is there
> any
> > other way to work Lucene in a clustering environment?
> >
> > Thanks in advance
> >
> > Kalani
> >
> >
> >
> > --
> > Kalani Ruwanpathirana
> > Department of Computer Science & Engineering
> > University of Moratuwa
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


-- 
Kalani Ruwanpathirana
Department of Computer Science & Engineering
University of Moratuwa

Reply via email to