Re: Replicate Now Not Working

2019-07-23 Thread Sidharth Negi
Ah nevermind, I managed to resolve the issue. It seems that replication only works if the index changes. I noticed that both master and slave had same index versions since I had only changed the schema. When I modified a random field of a random document, the index versions of master and slave be

Re: Replicate Now Not Working

2019-07-23 Thread Erick Erickson
Are you sure that you’re _using_ schema.xml and not managed-schema? the default has changed. If no explicit entry is made in solrconfig.xml to define , you’ll be using managed-schema, not schema.xml. Best, Erick > On Jul 23, 2019, at 5:51 AM, Sidharth Negi wrote: > > Hi, > > The "replicateNo