Re: Replication on solr

2008-10-02 Thread Bill Au
Not we are not using a cron job for snapshooter. Bill On Thu, Oct 2, 2008 at 3:53 AM, sunnyfr <[EMAIL PROTECTED]> wrote: > > Hi Bill, > > Just to know, so you use post commit and post optimize and did you create > a > cron job for snapshooter ? > If yes when, the same minute as delta-import ? >

Re: Replication on solr

2008-10-02 Thread sunnyfr
Hi Bill, Just to know, so you use post commit and post optimize and did you create a cron job for snapshooter ? If yes when, the same minute as delta-import ? Thanks, Bill Au wrote: > > If you use cron, you should use the new "-c" option of snapshooter which > only takes a snapshot where t

Re: Replication on solr

2008-10-01 Thread sunnyfr
Hi Bill, Thanks for your answer, what you mean by postCommit and postOptimize? It's seems like I have a big problem with this automatic snapshooter .. It messed up a bit my solr. Now I've this error : Could not start SOLR. Check solr/home property java.lang.RuntimeException: Can't find resource

Re: Replication on solr

2008-10-01 Thread Bill Au
If you use cron, you should use the new "-c" option of snapshooter which only takes a snapshot where there have been changes. My personal preference is to use postCommit and postOptimize event listeners. Bill On Wed, Oct 1, 2008 at 4:28 AM, sunnyfr <[EMAIL PROTECTED]> wrote: > > Hi guys, > > Do

Re: Replication on solr

2008-10-01 Thread sunnyfr
Hi guys, Do you think it works better automaticly by solr after commit, fire snapshooter or start cron job. Thanks, hossman_lucene wrote: > > > : I want to run 3 to 4 instances of solr on different machines. the > other > : servers will be replicatin the index from the single server. > : h

Re: Replication on solr

2006-08-12 Thread Chris Hostetter
: I want to run 3 to 4 instances of solr on different machines. the other : servers will be replicatin the index from the single server. : how is that done and what options needed to modifies or added to config : xml file of solr. I would start by looking at these wiki pages... http://wiki.ap