On Thu, Oct 18, 2012 at 10:03 PM, balaji.gandhi <balaji.gan...@apollogrp.edu> wrote: > That was really helpful. I will try the Collections API. > > Is there a plan to support replication using solr.xml?
The basic idea is that you only configure the core in solr.xml for the number of replicas that you want... If you have more nodes than that that you don't want to use as replicas, don't configure their solr.xml's to include a core for that collection. - Mark