Package org.apache.solr.client.api.model
Class CreateShardRequestBody
- java.lang.Object
-
- org.apache.solr.client.api.model.CreateShardRequestBody
-
public class CreateShardRequestBody extends Object
-
-
Field Summary
Fields Modifier and Type Field Description StringasyncBooleancreateReplicasBooleanfollowAliasesList<String>nodeSetIntegernrtReplicasMap<String,String>propertiesIntegerpullReplicasIntegerreplicationFactorStringshardNameIntegertlogReplicasBooleanwaitForFinalState
-
Constructor Summary
Constructors Constructor Description CreateShardRequestBody()
-
-
-
Field Detail
-
shardName
public String shardName
-
replicationFactor
public Integer replicationFactor
-
nrtReplicas
public Integer nrtReplicas
-
tlogReplicas
public Integer tlogReplicas
-
pullReplicas
public Integer pullReplicas
-
createReplicas
public Boolean createReplicas
-
waitForFinalState
public Boolean waitForFinalState
-
followAliases
public Boolean followAliases
-
async
public String async
-
-