On Tue, Dec 18, 2012 at 2:20 PM, Scott Stults <sstu...@opensourceconnections.com> wrote: > I'm going to be building a Solr cluster and I want to have a rolling set of > slices so that I can keep a fixed number of days in my collection. If I > send an update to a particular slice leader, will it always hash the unique > key and (probably) forward the doc to another leader?
Nope. Flexibility is our middle name ;-) Starting with 4.1 you will be able to do custom sharding. If you send a document to any replica of a shard and don't indicate it's for another shard, then it will assume it's for that shard (and forward it to the leader replica for that shard if it's not the leader). -Yonik http://lucidworks.com