Package org.apache.solr.cluster.placement.plugins
package org.apache.solr.cluster.placement.plugins
Sample plugin implementations. The realistic implementation to use is
AffinityPlacementFactory.-
ClassesClassDescriptionConfiguration bean for
AffinityPlacementFactory.This factory is instantiated by config from its class name.SeeAffinityPlacementFactoryfor instructions on how to configure a cluster to use this plugin and details on what the plugin does.Factory for creatingMinimizeCoresPlacementFactory.MinimizeCoresPlacementPlugin, a Placement plugin implementing placing replicas to minimize number of cores perNode, while not placing two replicas of the same shard on the same node.A class that determines the weight of a given node and the replicas that reside on it.Factory for creatingRandomPlacementFactory.RandomPlacementPlugin, a placement plugin implementing random placement for new collection creation while preventing two replicas of same shard from being placed on same node..Factory for creatingSimplePlacementFactory.SimplePlacementPlugin, a placement plugin implementing the logic from the oldLegacyAssignStrategy.