Full name:
io.github.borisnaguet:solr-maven-plugin:0.5.0:start-solrcloud
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
<baseDir> | String | - | (no description) User property is: solr.base.dir. |
<chroot> | String | - | (no description) User property is: solr.zk.chroot. |
<collectionsToCreate> | List | - | (no description) User property is: solr.collections. |
<confToUploadDir> | String | - | (no description) Default value is: ${project.build.directory}/solrcloud/conf. User property is: solr.conf.dir. |
<configName> | String | - | (no description) Default value is: solrcloud-config. User property is: solr.config.name. |
<createCols> | boolean | - | (no description) Default value is: true. User property is: solr.create.collections. |
<keepRunning> | boolean | - | (no description) Default value is: false. User property is: solr.keep.running. |
<numServers> | int | - | (no description) Default value is: 1. User property is: solr.num.servers. |
<numShards> | int | - | (no description) Default value is: 1. User property is: solr.num.shards. |
<replicationFactor> | int | - | (no description) Default value is: 1. User property is: solr.repli.factor. |
<skip> | boolean | - | (no description) User property is: solr.skip. |
<uploadConfig> | boolean | - | (no description) Default value is: true. User property is: solr.upload.config. |
<zkPort> | int | - | (no description) Default value is: 9983. User property is: solr.zk.port. |