This is really confusing. You say: bq: Basically I am going with master slave approach
OK, classic Solr master/slave? Or are you using this in a different context? bq: the application pushing data to master will need to preview the search and if the search is deemed useful/appropriate I need the data to be replicated to slaves Here's where I get lost. You have some app that determines whether data is "good" and indexes it? Or the search? In either case, what does that have to do with Solr master/slave? Isn't it adequate for the app layer to just forward the updates and/or queries on to a standard SolrCloud setup? Best, Erick On Sat, Jan 9, 2016 at 8:46 PM, chandan khatri <chandankhat...@gmail.com> wrote: > Dear All, > > I've a use case where I need to do selective replication from master to > slave. > > Basically I am going with master slave approach - the application pushing > data to master will need to preview the search and if the search is deemed > useful/appropriate I need the data to be replicated to slaves. > > Please advice. > > Thanks!