Package org.apache.solr.cluster.api
Interface Router
-
public interface Router
identify shards for a given routing key or document id
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
shard(String routingKey)
shard name for a given routing key
-