Re: Master Slave Replication Issue

2018-11-12 Thread Erick Erickson
Hmmm, afraid I'm out of my depth, perhaps some of the Lucene folks can chime in. Sorry I can't be more help. Erick On Mon, Nov 12, 2018 at 12:27 AM damian.pawski wrote: > > Hi > > I had to re-create the index as some tokenizers are not longer supported on > the 7.x version. > I have a fresh 7.x

Re: Master Slave Replication Issue

2018-11-12 Thread damian.pawski
Hi I had to re-create the index as some tokenizers are not longer supported on the 7.x version. I have a fresh 7.x index. Thank you Damian -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Re: Master Slave Replication Issue

2018-11-12 Thread damian.pawski
Hi I had to re-create the index, as some Tokenizers are no longer supported on 7.X, so I have a fresh 7.x index, but still having issues with the replication. Thank you Damian -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Re: Master Slave Replication Issue

2018-11-09 Thread Erick Erickson
Damian: You say you've switched from 5x to 7x. Did you try to use an index created with 5x or did you index fresh with 7x? Solr/Lucene do not guarantee backward compatibility across more than one major version. Best, Erick On Fri, Nov 9, 2018 at 2:34 AM damian.pawski wrote: > > Hi, > We have swi

Re: Master Slave Replication Issue

2018-11-09 Thread damian.pawski
Hi, We have switched from 5.4 to 7.2.1 and we have started to see more issues with the replication. I think it may be related to the fact that a delta import was started during a full import (not the case for the Solr 5.4). I am getting below error: XXX: java.lang.IllegalArgumentException:java.l

Solr 7.2.1 Master-slave replication Issue

2018-06-14 Thread Nitin Kumar
Hi, Facing issue in Solr 7.2.1 Master-slave replication, Master-slave replication is working fine. But if I disable replication from master, Slaves shows no data (numFound=0). Slave in not serving data, it had before replication. I suspect, Index generation is getting updated in slave, which was

Re: Master Slave Replication of Solr with Basic Authentication

2018-03-25 Thread Shawn Heisey
, when it comes to configuring Please let me know how I can use the same encrypted password as in Security.json when setting up Master/Slave Replication for Solr. At the moment, the cleartext password is the only way it can be configured. It is not possible to use the same string that goes in

Master Slave Replication of Solr with Basic Authentication

2018-03-25 Thread Basheeruddin Ahmed (syedbahm)
/Slave Index Replication Strategy, the slave config requires to give the BasicAuthentication password in plain text? Is it something I got wrong? But in my setup of HA with Master/Slave replication it works in this manner. https://lucene.apache.org/solr/guide/7_2/index-replication.html this also

Re: Master Slave Replication Issue

2018-02-01 Thread den_nal
Done https://issues.apache.org/jira/browse/SOLR-11938. Thanks! -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Re: Master Slave Replication Issue

2018-02-01 Thread Tomas Fernandez Lobbe
This seems pretty serious. Please create a Jira issue Sent from my iPhone > On Feb 1, 2018, at 12:15 AM, dennis nalog > wrote: > > Hi, > We are using Solr 7.1 and are solr setup is master-slave replication. > We encounter this issue that when we disable the replication in m

Master Slave Replication Issue

2018-02-01 Thread dennis nalog
Hi, We are using Solr 7.1 and are solr setup is master-slave replication. We encounter this issue that when we disable the replication in master via UI or URL (server/solr/solr_core/replication?command=disablereplication), the data in our slave servers suddenly becomes 0. Just wanna know if this

Re: master slave replication taking time

2017-06-29 Thread Erick Erickson
So you say that master/slave replication takes up to 20 seconds but it takes 8-10 minutes just to copy the entire index? Solr is _already_ speeding up your copy enormously by just copying changed segments. There's nothing magic you can do to make it faster. And if your master happens to

Re: master slave replication taking time

2017-06-29 Thread Midas A
Erick, when we copy entire index it takes 8- 10 mins . On Wed, Jun 28, 2017 at 9:22 PM, Erick Erickson wrote: > How long it takes to copy the entire index from one machine to another > over your network. Solr can't go any faster than your network can > support. Consider SolrCloud if you need s

Re: master slave replication taking time

2017-06-28 Thread Erick Erickson
How long it takes to copy the entire index from one machine to another over your network. Solr can't go any faster than your network can support. Consider SolrCloud if you need something closer to NRT. Best, Erick On Tue, Jun 27, 2017 at 11:31 PM, Midas A wrote: > Hi, > > we have around 2000

master slave replication taking time

2017-06-27 Thread Midas A
Hi, we have around 2000 documents and our master to slave replication is taking time upto 20 second. What should i check ?

RE: SOLR 4.8.0 Master/Slave Replication Issues

2017-03-13 Thread Pouliot, Scott
@lucene.apache.org Subject: RE: SOLR 4.8.0 Master/Slave Replication Issues Valid point on the soft commits. I'll try disabling them to see if there if any change in performance as well. Worth a shot ;-) -Original Message- From: Erick Erickson [mailto:erickerick...@gmail.com]

RE: SOLR 4.8.0 Master/Slave Replication Issues

2017-03-10 Thread Pouliot, Scott
l Message- > From: Andrea Gazzarini [mailto:gxs...@gmail.com] > Sent: Friday, March 10, 2017 3:12 AM > To: solr-user@lucene.apache.org > Subject: Re: SOLR 4.8.0 Master/Slave Replication Issues > > Hi Scott, > that could depend on a lot of things. Some questions: > >

Re: SOLR 4.8.0 Master/Slave Replication Issues

2017-03-10 Thread Erick Erickson
. Hoping this might be our issue ;-) I'll report back in a > bit though! > > Thanks for the reminder about commits. We may have forgotten to change these > values when these new servers got setup. > > Scott > > -Original Message- > From: Andrea Gazzarini [

RE: SOLR 4.8.0 Master/Slave Replication Issues

2017-03-10 Thread Pouliot, Scott
se values when these new servers got setup. Scott -Original Message- From: Andrea Gazzarini [mailto:gxs...@gmail.com] Sent: Friday, March 10, 2017 3:12 AM To: solr-user@lucene.apache.org Subject: Re: SOLR 4.8.0 Master/Slave Replication Issues Hi Scott, that could depend on a lot

Re: SOLR 4.8.0 Master/Slave Replication Issues

2017-03-10 Thread Andrea Gazzarini
Hi Scott, that could depend on a lot of things. Some questions: * What is your commit policy? Explicit / auto / soft / hard ... * "Other days things are off by a small amount between master and slave"...what do you mean exactly? What is the behaviour you see in terms of index versions bet

SOLR 4.8.0 Master/Slave Replication Issues

2017-03-09 Thread Pouliot, Scott
So we've been having oddball replication issues between master and slave (Not SOLRCloud) for a few weeks now. Some days...everything lines up just fine. Other days things are off by a small amount between master and slave. Here is the config on the MASTER server replication config:

RE: Partial replication blocks subsequent requests when using solrcloud and master/slave replication

2016-11-22 Thread Jeremy Hoy
w index writer gets the write lock, but we really don't want that fixed! ;) Thanks again, Jeremy -Original Message- From: Erick Erickson [mailto:erickerick...@gmail.com] Sent: 22 November 2016 18:37 To: solr-user Subject: Re: Partial replication blocks subsequent requests when using

Re: Partial replication blocks subsequent requests when using solrcloud and master/slave replication

2016-11-22 Thread Erick Erickson
This sounds a lot like: https://issues.apache.org/jira/browse/SOLR-9706 Could you attach your patch to that issue if you think it's the same? And please copy/paste your e-mail in a comment if you would, you've obviously done more research on the cause than I did and that'd save some work wheneve

Partial replication blocks subsequent requests when using solrcloud and master/slave replication

2016-11-22 Thread Jeremy Hoy
Hi All, We're running a fairly non-standard solr configuration. We ingest into named shards in master cores and then replicate out to slaves running solr cloud. So in effect we are using solrcloud only to manage the config files and more importantly to look after the cluster state. Our corpu

Re: How to replicate config files in master-slave replication without commit on master?

2016-09-06 Thread Shawn Heisey
On 9/6/2016 1:51 AM, Georg Sorst wrote: > So if there is a lastmodified timestamp, it would be trivial to see which > config files have been updated in the meantime. Any idea why the > replication relies on an update to the index then? Master-slave replication was designed to copy an i

Re: How to replicate config files in master-slave replication without commit on master?

2016-09-06 Thread Georg Sorst
ex replication if > (and only if) the > index on the master has changed. > In the documentation for the master-slave replication it says: > The slave issues a filelist command to get the list of the files. This command returns the names of the files as well as some metadata (for example, s

Re: How to replicate config files in master-slave replication without commit on master?

2016-09-05 Thread Erick Erickson
> How can I get the Query Elevation component to play nice with Master-Slave > replication? So far I've tried: > > * Manually calling commit() after updating the elevate.xml (that's seems to > be no-op when the index hasn't changed: "No uncommitted changes. Skippin

How to replicate config files in master-slave replication without commit on master?

2016-09-05 Thread Georg Sorst
y allows configuration during runtime, ie. without changing the index, by just modifying the config. How can I get the Query Elevation component to play nice with Master-Slave replication? So far I've tried: * Manually calling commit() after updating the elevate.xml (that's seems to be no

Solr 5.4.1 Master/Slave Replication

2016-08-08 Thread Kalpana
Hello I have 14 cores, with a couple of them using Shards and now I am looking at the master/Slave fallback solution. Can anyone please point me in the right direction to get started? Thanks Kalpana -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-5-4-1-Master-Slave

Re: "Classic" 4.2 master-slave replication not completing

2013-07-03 Thread Neal Ensor
I'll give that a shot, thanks! On Wed, Jul 3, 2013 at 12:28 PM, Shawn Heisey wrote: > On 7/3/2013 9:29 AM, Neal Ensor wrote: > >> Posted the solr config up as http://apaste.info/4eKC (hope that works). >> Note that this is largely a hold-over from upgrades of previous solr >> versions, there

Re: "Classic" 4.2 master-slave replication not completing

2013-07-03 Thread Shawn Heisey
On 7/3/2013 9:29 AM, Neal Ensor wrote: Posted the solr config up as http://apaste.info/4eKC (hope that works). Note that this is largely a hold-over from upgrades of previous solr versions, there may be lots of cruft left over. If it's advisable to do so, I would certainly be open to starting

Re: "Classic" 4.2 master-slave replication not completing

2013-07-03 Thread Neal Ensor
Posted the solr config up as http://apaste.info/4eKC (hope that works). Note that this is largely a hold-over from upgrades of previous solr versions, there may be lots of cruft left over. If it's advisable to do so, I would certainly be open to starting from scratch with a 4.3+ example configura

Re: "Classic" 4.2 master-slave replication not completing

2013-07-01 Thread Shawn Heisey
On 7/1/2013 1:07 PM, Neal Ensor wrote: is it conceivable that there's too much traffic, causing Solr to stall re-opening the searcher (thus releasing to the new index)? I'm grasping at straws, and this is beginning to bug me a lot. The traffic logs wouldn't seem to support this (apart from peri

Re: "Classic" 4.2 master-slave replication not completing

2013-07-01 Thread Neal Ensor
is it conceivable that there's too much traffic, causing Solr to stall re-opening the searcher (thus releasing to the new index)? I'm grasping at straws, and this is beginning to bug me a lot. The traffic logs wouldn't seem to support this (apart from periodic health-check pings, the load is dist

Re: "Classic" 4.2 master-slave replication not completing

2013-06-27 Thread Mark Miller
Odd - looks like it's stuck waiting to be notified that a new searcher is ready. - Mark On Jun 27, 2013, at 8:58 AM, Neal Ensor wrote: > Okay, I have done this (updated to 4.3.1 across master and four slaves; one > of these is my own PC for experiments, it is not being accessed by clients). >

Re: "Classic" 4.2 master-slave replication not completing

2013-06-27 Thread Neal Ensor
Okay, I have done this (updated to 4.3.1 across master and four slaves; one of these is my own PC for experiments, it is not being accessed by clients). Just had a minor replication this morning, and all three slaves are "stuck" again. Replication supposedly started at 8:40, ended 30 seconds late

Re: "Classic" 4.2 master-slave replication not completing

2013-06-24 Thread Shalin Shekhar Mangar
A bunch of replication related issues were fixed in 4.2.1 so you're better off upgrading to 4.2.1 or later (4.3.1 is the latest release). On Mon, Jun 24, 2013 at 6:55 PM, Neal Ensor wrote: > As a bit of background, we run a setup (coming from 3.6.1 to 4.2 relatively > recently) with a single mast

"Classic" 4.2 master-slave replication not completing

2013-06-24 Thread Neal Ensor
As a bit of background, we run a setup (coming from 3.6.1 to 4.2 relatively recently) with a single master receiving updates with three slaves pulling changes in. Our index is around 5 million documents, around 26GB in size total. The situation I'm seeing is this: occasionally we update the mast

Re: SolrCloud vs Solr master-slave replication

2013-04-18 Thread Lance Norskog
:( -- View this message in context: http://lucene.472066.n3.nabble.com/SolrCloud-vs-Solr-master-slave-replication-tp4055541p4056926.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: SolrCloud vs Solr master-slave replication

2013-04-18 Thread Victor Ruiz
Also, I forgot to say... the same error started to happen again.. the index is again corrupted :( -- View this message in context: http://lucene.472066.n3.nabble.com/SolrCloud-vs-Solr-master-slave-replication-tp4055541p4056926.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: SolrCloud vs Solr master-slave replication

2013-04-18 Thread Victor Ruiz
ext: http://lucene.472066.n3.nabble.com/SolrCloud-vs-Solr-master-slave-replication-tp4055541p4056925.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Master slave replication with digest authentication

2013-04-17 Thread Shawn Heisey
On 4/17/2013 1:20 AM, Maciej Pestka wrote: Hi, I've configured basic authentication on tomcat & my slave solr instance and it works. Any idea how to configure slave to replicate properly with digest authentication? on Solr WIKI I could find only basic authentication example: http://wiki.apach

Re: SolrCloud vs Solr master-slave replication

2013-04-15 Thread Shawn Heisey
On 4/15/2013 3:38 AM, Victor Ruiz wrote: About SolrCloud, I know it doesn't use master-slave replication, but incremental updates, item by item. That's why I thought it could work for us, since our bottleneck appear to be the replication cycles. But another point is, if the indexing

Re: SolrCloud vs Solr master-slave replication

2013-04-15 Thread Victor Ruiz
ave also a bad effect on the performance. Apart of the RAM used by JVM, the server has more than 10GB of unused RAM, which should be enough to cache the index. About SolrCloud, I know it doesn't use master-slave replication, but incremental updates, item by item. That's why I thought

Re: SolrCloud vs Solr master-slave replication

2013-04-12 Thread Shawn Heisey
On 4/12/2013 6:45 AM, Victor Ruiz wrote: As you can read, at the end it was due to a fail in the Solr master-slave replication, and now I don't know if we should think about migrating to SolrCloud, since Solr master-slave replications seems not to fit to our requirements: * index size:

SolrCloud vs Solr master-slave replication

2013-04-12 Thread Victor Ruiz
https://issues.apache.org/jira/browse/SOLR-4707 As you can read, at the end it was due to a fail in the Solr master-slave replication, and now I don't know if we should think about migrating to SolrCloud, since Solr master-slave replications seems not to fit to our requirements: * index size: ~20 million

RE: Solr 4.1 Master -> Slave Replication Issues and Solr 4.2

2013-02-27 Thread Hung Huynh
. I end up with just the "index" directory after replication is complete. I'm using Tomcat/Solr 4.1 -Original Message- From: adityab [mailto:aditya_ba...@yahoo.com] Sent: Wednesday, February 27, 2013 12:22 PM To: solr-user@lucene.apache.org Subject: RE: Solr 4.1 Master ->

RE: Solr 4.1 Master -> Slave Replication Issues and Solr 4.2

2013-02-27 Thread adityab
ssage in context: http://lucene.472066.n3.nabble.com/Solr-4-1-Master-Slave-Replication-Issues-and-Solr-4-2-tp4043403p4043426.html Sent from the Solr - User mailing list archive at Nabble.com.

RE: Solr 4.1 Master -> Slave Replication Issues and Solr 4.2

2013-02-27 Thread Hung Huynh
nd for me. I stopped solr, renamed index. folder to just index and modified index.properties file to use the index folder. #index.properties #Thu Feb 21 02:29:09 CST 2013 #index=index.20130221022400014 index=index master->slave replication seemed to behave as expected after this change f

Re: Solr 4.1 Master -> Slave Replication Issues and Solr 4.2

2013-02-27 Thread Mark Miller
On Feb 27, 2013, at 10:51 AM, Michael Della Bitta wrote: > Are there any temporary fixes to this problem aside from waiting for 4.2? Not really. I guess my advice would be this: If you use SolrCloud or single node, don't worry, this doesn't affect you. If you use 4.1

Re: Solr 4.1 Master -> Slave Replication Issues and Solr 4.2

2013-02-27 Thread Michael Della Bitta
Isn’t a Game On Wed, Feb 27, 2013 at 10:43 AM, Mark Miller wrote: > FYI > > There have been a couple issues discovered around master->slave replication > with Solr 4.1. > > The biggest issue tends to be that a full replication is triggered every time > the slave polls the

Re: Solr 4.1 Master -> Slave Replication Issues and Solr 4.2

2013-02-27 Thread Mark Miller
Oh yeah, forgot to mention. This is just for master-slave replication - these issues don't affect SolrCloud's use of replication. - Mark On Feb 27, 2013, at 10:43 AM, Mark Miller wrote: > FYI > > There have been a couple issues discovered around master->slave replic

Solr 4.1 Master -> Slave Replication Issues and Solr 4.2

2013-02-27 Thread Mark Miller
FYI There have been a couple issues discovered around master->slave replication with Solr 4.1. The biggest issue tends to be that a full replication is triggered every time the slave polls the master, even if this is not needed. I'm out of my home base next week, but I plan on he

Re: Solr warming when using master/slave replication

2011-08-30 Thread Erick Erickson
"Will traffic be served with a non "warmed" index searcher at any point" No. That's what auto-warming is all about. More correctly, it depends on how you configure things in your config file. There are entries like "firstSearcher", "newSearcher" and various "autowarm" counts, all of which you set

Re: Solr warming when using master/slave replication

2011-08-29 Thread Mike Austin
Correction: Will traffic be served with a non "warmed" index searcher at any point? Thanks, Mike On Mon, Aug 29, 2011 at 4:52 PM, Mike Austin wrote: > "Distribution/Replication gives you a 'new' index on the slave. When Solr > is told to use the new index, the old caches have to be discarded al

Re: Solr warming when using master/slave replication

2011-08-29 Thread Mike Austin
"Distribution/Replication gives you a 'new' index on the slave. When Solr is told to use the new index, the old caches have to be discarded along with the old Index Searcher. That's when autowarming occurs. If the current Index Searcher is serving requests and when a new searcher is opened, the ne

Re: Solr warming when using master/slave replication

2011-08-29 Thread Rob Casson
it's always been my understanding that the caches are discarded, then rebuilt/warmed: http://wiki.apache.org/solr/SolrCaching#Caching_and_Distribution.2BAC8-Replication hth, rob On Mon, Aug 29, 2011 at 5:30 PM, Mike Austin wrote: > How does warming work when a collection is being distribu

Solr warming when using master/slave replication

2011-08-29 Thread Mike Austin
How does warming work when a collection is being distributed to a slave. I understand that a temp directory is created and it is eventually copied to the live folder, but what happens to the cache that was built in with the old index? Does the cache get rebuilt, can we warm it before it becomes l

Re: Master Slave Replication in Solr Cloud - What happens if the master is not available?

2011-06-20 Thread Mark Schoy
f you have more than one slave so you can move things around while the >>> remaining slave is reconfigured (or whatever) >>> >>> Best >>> Erick >>> >>> On Mon, Jun 20, 2011 at 8:28 AM, Mark Schoy wrote: >>>> Hi, >>>> >>>> if I use a master slave replication in Solr Cloud and the master >>>> crashes, can the slave automatically switch to master mode? >>>> >>>> Or is there another way to index documents after the master is down? >>>> >>>> Thanks. >>>> >>> >> >

Re: Master Slave Replication in Solr Cloud - What happens if the master is not available?

2011-06-20 Thread Erick Erickson
h). >> >> The fun part is continuing to serve requests while all this is going >> on. It's easier >> if you have more than one slave so you can move things around while the >> remaining slave is reconfigured (or whatever).... >> >> Best >> Erick &

Re: Master Slave Replication in Solr Cloud - What happens if the master is not available?

2011-06-20 Thread Mark Schoy
le all this is going > on. It's easier > if you have more than one slave so you can move things around while the > remaining slave is reconfigured (or whatever) > > Best > Erick > > On Mon, Jun 20, 2011 at 8:28 AM, Mark Schoy wrote: >> Hi, >> >>

Re: Master Slave Replication in Solr Cloud - What happens if the master is not available?

2011-06-20 Thread Erick Erickson
n 20, 2011 at 8:28 AM, Mark Schoy wrote: > Hi, > > if I use a master slave replication in Solr Cloud and the master > crashes, can the slave automatically switch to master mode? > > Or is there another way to index documents after the master is down? > > Thanks. >

Master Slave Replication in Solr Cloud - What happens if the master is not available?

2011-06-20 Thread Mark Schoy
Hi, if I use a master slave replication in Solr Cloud and the master crashes, can the slave automatically switch to master mode? Or is there another way to index documents after the master is down? Thanks.

Re: Single Configuration for Master/Slave Replication - SOLR-1355

2009-08-27 Thread Noble Paul നോബിള്‍ नोब्ळ्
any attribute specified in solrcore.properties can be referenced in solrconfig.xml/schema.xml. this has nothing specific with replication. On Fri, Aug 28, 2009 at 8:19 AM, Ilan Rabinovitch wrote: > Hello, > > I noticed the the documentation around Solr Replication in the wiki has > recently change

Single Configuration for Master/Slave Replication - SOLR-1355

2009-08-27 Thread Ilan Rabinovitch
Hello, I noticed the the documentation around Solr Replication in the wiki has recently changed to take Paul's patch into account (SOLR-1355). I now see that with the current trunk of SOLR 1.4 it is possible to use a single solrconfig.xml to define both master and slave configurations, with

Re: master/slave replication issue

2009-08-26 Thread Noble Paul നോബിള്‍ नोब्ळ्
The log messages are shown when you hit the admin page. So on't worry about that. Keep a minimal configuration of Replication. All you need is masterUrl and pollInterval. On Thu, Aug 27, 2009 at 5:52 AM, J G wrote: > > > > > > > > Hello, > > I'm having an issue getting the master to replicate it

master/slave replication issue

2009-08-26 Thread J G
Hello, I'm having an issue getting the master to replicate its index to the slave. Below you will find my configuration settings. Here is what is happening: I can access the replication dashboard for both the slave and master and I can successfully execute HTTP commands against both of t

Re: Documentation for Master-Slave Replication missing for Solr1.3. No mirror site for Solr 1.4 distribution.

2009-08-07 Thread Ninad Raut
Hi Noble, can these builds be used in production environment? Are they stable? we are not going live now, but in a few months we will. as such when will 1.4 be officially released? 2009/8/7 Noble Paul നോബിള്‍ नोब्ळ् > 1.4 is not released yet. you can grab a nightly from here > http://people.apac

Re: Documentation for Master-Slave Replication missing for Solr1.3. No mirror site for Solr 1.4 distribution.

2009-08-07 Thread Shalin Shekhar Mangar
On Fri, Aug 7, 2009 at 12:47 PM, Ninad Raut wrote: > Hi, > I want to know how to setup master-slave configuration for Solr 1.3 . I > can't get documentation on the net. I found one for 1.4 but not for 1.3 . > ReplicationHandler is not present in 1.3. > Also, I would like to know from will I get

Re: Documentation for Master-Slave Replication missing for Solr1.3. No mirror site for Solr 1.4 distribution.

2009-08-07 Thread Noble Paul നോബിള്‍ नोब्ळ्
1.4 is not released yet. you can grab a nightly from here http://people.apache.org/builds/lucene/solr/nightly/ On Fri, Aug 7, 2009 at 12:47 PM, Ninad Raut wrote: > Hi, > I want to know how to setup  master-slave configuration for Solr  1.3 . I > can't get documentation on the net. I found one for

Documentation for Master-Slave Replication missing for Solr1.3. No mirror site for Solr 1.4 distribution.

2009-08-07 Thread Ninad Raut
Hi, I want to know how to setup master-slave configuration for Solr 1.3 . I can't get documentation on the net. I found one for 1.4 but not for 1.3 . ReplicationHandler is not present in 1.3. Also, I would like to know from will I get the Solr 14. distribution. The Solr Site lists mirrors only fo

Re: Master Slave Replication

2008-03-26 Thread Chris Hostetter
: I want to know if we can use index replication when we have segmented indexes : over multiple solr instances? I'm not sure i understand your question, but a slave just knows about it's master and the data in it -- it doesn't care or need to know if the master index is really just a subset of

Master Slave Replication

2008-03-25 Thread swarag
I want to know if we can use index replication when we have segmented indexes over multiple solr instances? -- View this message in context: http://www.nabble.com/Master-Slave-Replication-tp16293553p16293553.html Sent from the Solr - User mailing list archive at Nabble.com.