Interface PlacementPluginConfig
-
- All Superinterfaces:
org.apache.solr.common.MapSerializable,org.apache.solr.common.MapWriter,org.apache.solr.common.NavigableObject,org.apache.solr.common.util.ReflectMapWriter
- All Known Implementing Classes:
AffinityPlacementConfig,PlacementPluginFactory.NoConfig
public interface PlacementPluginConfig extends org.apache.solr.common.util.ReflectMapWriterConfiguration beans should use this interface to define public (mutable) configuration properties. Implementations must have a public zero-args constructor. Class fields may be optionally annotated withJsonPropertyif needed.