Solr uses Doug's rsync method to do replication.  The scripts are pretty
much standalone and does not require Solr.  It should work on any Lucene
index.

Bill

On Wed, Aug 27, 2008 at 11:52 PM, Kent Fitch <[EMAIL PROTECTED]> wrote:

> Check out this recipe for using rsync by Doug Cutting:
> http://www.mail-archive.com/[EMAIL PROTECTED]/msg12709.html
>
> Kent Fitch
>
> On Thu, Aug 28, 2008 at 1:38 PM, rahul_k123 <[EMAIL PROTECTED]>
> wrote:
> >
> > I have the following requirement
> >
> > Right now we have multiple indexes  serving our web application. Our
> indexes
> > are around 30 GB size.
> >
> > We want to replicate the index data so that we can use them to distribute
> > the search load.
> >
> > This is what we need ideally.
> >
> > A – (supports writes and reads)
> >
> > A1 –Replicated Index (Supports reads)  . We want to synchronize this
> every 5
> > mins.
> >
> >
> >
> > Any help is appreciated.   We are not using SOLR
> >
> > I also interested in knowing what will be the best way so that I can
> scale
> > my application adding more boxes for search if our load increases.
> >
> > Thanks.
> > --
> > View this message in context:
> http://www.nabble.com/Replicating-Lucene-Index-with-out-SOLR-tp19193696p19193696.html
> > Sent from the Lucene - Java Users mailing list archive at Nabble.com.
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to