Class CreateCorePayload
- java.lang.Object
-
- org.apache.solr.client.solrj.request.beans.CreateCorePayload
-
- All Implemented Interfaces:
MapSerializable,MapWriter,NavigableObject,ReflectMapWriter
public class CreateCorePayload extends Object implements ReflectMapWriter
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.solr.common.MapWriter
MapWriter.EntryWriter
-
-
Field Summary
Fields Modifier and Type Field Description StringasyncStringcollectionStringconfigStringconfigSetStringcoreNodeNameStringdataDirStringinstanceDirBooleanisTransientBooleanloadOnStartupStringnameBooleannewCollectionIntegernumShardsMap<String,Object>propertiesStringreplicaTypeList<String>rolesStringschemaStringshardStringulogDir
-
Constructor Summary
Constructors Constructor Description CreateCorePayload()
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.solr.common.NavigableObject
_forEachEntry, _forEachEntry, _forEachEntry, _get, _get, _getStr, _getStr, _size
-
Methods inherited from interface org.apache.solr.common.util.ReflectMapWriter
writeMap
-
-
-
-
Field Detail
-
name
public String name
-
instanceDir
public String instanceDir
-
dataDir
public String dataDir
-
ulogDir
public String ulogDir
-
schema
public String schema
-
config
public String config
-
configSet
public String configSet
-
loadOnStartup
public Boolean loadOnStartup
-
isTransient
public Boolean isTransient
-
shard
public String shard
-
collection
public String collection
-
replicaType
public String replicaType
-
coreNodeName
public String coreNodeName
-
numShards
public Integer numShards
-
newCollection
public Boolean newCollection
-
async
public String async
-
-