Class ReplicaPropertiesApi.AddReplicaProperty

java.lang.Object
org.apache.solr.client.solrj.SolrRequest<SolrJerseyResponse>
org.apache.solr.client.solrj.request.ReplicaPropertiesApi.AddReplicaProperty
All Implemented Interfaces:
Serializable
Enclosing class:
ReplicaPropertiesApi

public static class ReplicaPropertiesApi.AddReplicaProperty extends SolrRequest<SolrJerseyResponse>
See Also:
  • Constructor Details

    • AddReplicaProperty

      public AddReplicaProperty(String collName, String shardName, String replicaName, String propName)
      Create a AddReplicaProperty request object.
      Parameters:
      collName - Path param - The name of the collection the replica belongs to.
      shardName - Path param - The name of the shard the replica belongs to.
      replicaName - Path param - The replica, e.g., `core_node1`.
      propName - Path param - The name of the property to add.
  • Method Details