You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: solr/solr-ref-guide/modules/deployment-guide/pages/solr-control-script-reference.adoc
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -96,7 +96,7 @@ For more details, see the section <<SolrCloud Mode>> below.
96
96
+
97
97
*Example*: `bin/solr start -c`
98
98
99
-
`-d <dir>`::
99
+
`--server-dir <dir>`::
100
100
+
101
101
[%autowidth,frame=none]
102
102
|===
@@ -107,7 +107,7 @@ Define a server directory, defaults to `server` (as in, `$SOLR_TIP/server`).
107
107
It is uncommon to override this option.
108
108
When running multiple instances of Solr on the same host, it is more common to use the same server directory for each instance and use a unique Solr home directory using the `--solr-home` option.
It is not necessary to define all of the options when starting if the defaults are fine for your needs.
284
284
@@ -415,7 +415,7 @@ Stop key used to protect from stopping Solr inadvertently; default is "solrrocks
415
415
+
416
416
*Example*: `bin/solr stop -k solrrocks`
417
417
418
-
`-d` or `--verbose`::
418
+
`--verbose`::
419
419
+
420
420
[%autowidth,frame=none]
421
421
|===
@@ -797,7 +797,7 @@ The `delete` command detects the mode that Solr is running in and then deletes t
797
797
If you're deleting a collection in SolrCloud mode, the default behavior is to also delete the configuration directory from Zookeeper so long as it is not being used by another collection.
798
798
799
799
For example, if you created a collection with `bin/solr create -c contacts`, then the delete command `bin/solr delete -c contacts` will check to see if the `/configs/contacts` configuration directory is being used by any other collections.
800
-
If not, then the `/configs/contacts` directory is removed from ZooKeeper. You can override this behavior by passing -deleteConfig false when running this command.atom
800
+
If not, then the `/configs/contacts` directory is removed from ZooKeeper. You can override this behavior by passing `--delete-config false` when running this command.atom
801
801
802
802
==== Delete Core or Collection Parameters
803
803
@@ -821,7 +821,7 @@ Name of the core or collection to delete.
821
821
+
822
822
Whether or not the configuration directory should also be deleted from ZooKeeper.
823
823
+
824
-
If the configuration directory is being used by another collection, then it will not be deleted even if you pass `--deleteConfig` as `true`.
824
+
If the configuration directory is being used by another collection, then it will not be deleted even if you pass `--delete-config` as `true`.
0 commit comments