Package org.apache.solr.client.api.model
Class CreateCollectionRequestBody
- java.lang.Object
-
- org.apache.solr.client.api.model.CreateCollectionRequestBody
-
public class CreateCollectionRequestBody extends Object
Request body for v2 "create collection" requests
-
-
Field Summary
Fields Modifier and Type Field Description StringaliasStringasyncStringconfigBooleancreateReplicasStringnameList<String>nodeSetIntegernrtReplicasIntegernumShardsBooleanperReplicaStateMap<String,String>propertiesIntegerpullReplicasIntegerreplicationFactorCreateCollectionRouterPropertiesrouterList<String>shardNamesBooleanshuffleNodesIntegertlogReplicasBooleanwaitForFinalState
-
Constructor Summary
Constructors Constructor Description CreateCollectionRequestBody()
-
-
-
Field Detail
-
name
public String name
-
replicationFactor
public Integer replicationFactor
-
config
public String config
-
numShards
public Integer numShards
-
pullReplicas
public Integer pullReplicas
-
tlogReplicas
public Integer tlogReplicas
-
nrtReplicas
public Integer nrtReplicas
-
waitForFinalState
public Boolean waitForFinalState
-
perReplicaState
public Boolean perReplicaState
-
alias
public String alias
-
async
public String async
-
router
public CreateCollectionRouterProperties router
-
createReplicas
public Boolean createReplicas
-
shuffleNodes
public Boolean shuffleNodes
-
-