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 String
alias
String
async
String
config
Boolean
createReplicas
String
name
List<String>
nodeSet
Integer
nrtReplicas
Integer
numShards
Boolean
perReplicaState
Map<String,String>
properties
Integer
pullReplicas
Integer
replicationFactor
CreateCollectionRouterProperties
router
List<String>
shardNames
Boolean
shuffleNodes
Integer
tlogReplicas
Boolean
waitForFinalState
-
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
-
-