Re: bi-directional replication on solr 1.4?

2010-05-16 Thread Mark Miller
On 5/14/10 8:08 PM, Chris Hostetter wrote: : It looks like SnapPuller.java doesn't allow for the possibility of the : slave having a later index version than the master. It only checks : whether the versions are equal. : : It's easy enough to add that check and prevent the index fetch when : the

Re: bi-directional replication on solr 1.4?

2010-05-14 Thread Chris Hostetter
: It looks like SnapPuller.java doesn't allow for the possibility of the : slave having a later index version than the master. It only checks : whether the versions are equal. : : It's easy enough to add that check and prevent the index fetch when : the slave has a later version (in fact I'm runn

Re: bi-directional replication on solr 1.4?

2010-05-13 Thread Tim Heckman
It looks like SnapPuller.java doesn't allow for the possibility of the slave having a later index version than the master. It only checks whether the versions are equal. It's easy enough to add that check and prevent the index fetch when the slave has a later version (in fact I'm running it in a s

bi-directional replication on solr 1.4?

2010-05-13 Thread Tim Heckman
Does bi-directional replication work in solr 1.4? In other words, if I wanted to have 2 servers that are both master and slave. Call them A and B. I would configure things so that normally, A runs a DIH periodically to rebuild the index, and then B pulls the updated index from A. The idea here is t

Re: Replication on solr

2008-10-02 Thread Bill Au
e > >> > creation/replication/installation of snapshots works. then if you > look > >> at > >> > the example solrconfig.xml you'll see where the event listeners for > >> > "snapshooter" are commented out ... just decide wether you want to

Re: Replication on solr

2008-10-02 Thread sunnyfr
orks. then if you look >> at >> > the example solrconfig.xml you'll see where the event listeners for >> > "snapshooter" are commented out ... just decide wether you want to >> create >> > snapshoots on each commit, or just after an optimize, an

Re: Replication on solr

2008-10-01 Thread sunnyfr
to know about how the >> > creation/replication/installation of snapshots works. then if you look >> at >> > the example solrconfig.xml you'll see where the event listeners for >> > "snapshooter" are commented out ... just decide wether you wa

Re: Replication on solr

2008-10-01 Thread Bill Au
t; the example solrconfig.xml you'll see where the event listeners for > > "snapshooter" are commented out ... just decide wether you want to create > > snapshoots on each commit, or just after an optimize, and uncomment the > > appropriate code. > > > > > > > > -Hoss > > > > > > > > -- > View this message in context: > http://www.nabble.com/Replication-on-solr-tp5780286p19756456.html > Sent from the Solr - User mailing list archive at Nabble.com. > >

Re: Replication on solr

2008-10-01 Thread sunnyfr
ide wether you want to create > snapshoots on each commit, or just after an optimize, and uncomment the > appropriate code. > > > > -Hoss > > > -- View this message in context: http://www.nabble.com/Replication-on-solr-tp5780286p19756456.html Sent from the Solr - User mailing list archive at Nabble.com.

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

Replication on solr

2006-08-12 Thread farhan diwan
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. Regards Farhan Diwan