Interface PlacementPluginConfig
-
- All Superinterfaces:
org.noggit.JSONWriter.Writable
,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.ReflectMapWriter
Configuration 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 withJsonProperty
if needed.