Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Christos Malliaridis <[email protected]>
  • Loading branch information
epugh and malliaridis authored Oct 6, 2024
1 parent a09a857 commit c0acd03
Showing 1 changed file with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ Name of the collection to run a healthcheck against.
+
*Example*: `bin/solr healthcheck -c gettingstarted`

`-s <url>` or --solr-url <url>`::
`-s <url>` or `--solr-url <url>`::
+
[%autowidth,frame=none]
|===
Expand Down Expand Up @@ -729,7 +729,7 @@ It is possible to override this warning with the --force parameter.
The ZooKeeper connection string, usable in SolrCloud mode.
Unnecessary if `ZK_HOST` is defined in `solr.in.sh` or `solr.in.cmd`.

`-s <url>` or --solr-url <url>`::
`-s <url>` or `--solr-url <url>`::
+
[%autowidth,frame=none]
|===
Expand Down Expand Up @@ -848,7 +848,7 @@ Skip safety checks when deleting the configuration directory used by a collectio
The ZooKeeper connection string, usable in SolrCloud mode.
Unnecessary if `ZK_HOST` is defined in `solr.in.sh` or `solr.in.cmd`.

`-s <url>` or --solr-url <url>`::
`-s <url>` or `--solr-url <url>`::
+
[%autowidth,frame=none]
|===
Expand Down Expand Up @@ -1094,7 +1094,7 @@ Set the property to this value; accepts JSON objects and strings.
The ZooKeeper connection string, usable in SolrCloud mode.
Unnecessary if `ZK_HOST` is defined in `solr.in.sh` or `solr.in.cmd`.

`-s <url>` or --solr-url <url>`::
`-s <url>` or `--solr-url <url>`::
+
[%autowidth,frame=none]
|===
Expand Down Expand Up @@ -1277,7 +1277,7 @@ Unnecessary if `ZK_HOST` is defined in `solr.in.sh` or `solr.in.cmd`.
+
*Example*: `-z 123.321.23.43:2181`

`-s <url>` or --solr-url <url>`::
`-s <url>` or `--solr-url <url>`::
+
[%autowidth,frame=none]
|===
Expand Down Expand Up @@ -1361,7 +1361,7 @@ Optional if `ZK_HOST` is defined in `solr.in.sh` or `solr.in.cmd`.
+
*Example*: `-z 123.321.23.43:2181`

`-s <url>` or --solr-url <url>`::
`-s <url>` or `--solr-url <url>`::
+
[%autowidth,frame=none]
|===
Expand Down Expand Up @@ -1444,7 +1444,7 @@ Optional if `ZK_HOST` is defined in `solr.in.sh` or `solr.in.cmd`.
+
*Example*: `-z 123.321.23.43:2181`

`-s <url>` or --solr-url <url>`::
`-s <url>` or `--solr-url <url>`::
+
[%autowidth,frame=none]
|===
Expand Down Expand Up @@ -1506,7 +1506,7 @@ An example of this command is:

`bin/solr zk mv /configs/oldconfigset /configs/newconfigset`

`-s <url>` or --solr-url <url>`::
`-s <url>` or `--solr-url <url>`::
+
[%autowidth,frame=none]
|===
Expand Down Expand Up @@ -1557,7 +1557,7 @@ Optional if `ZK_HOST` is defined in `solr.in.sh` or `solr.in.cmd`.
+
*Example*: `-z 123.321.23.43:2181`

`-s <url>` or --solr-url <url>`::
`-s <url>` or `--solr-url <url>`::
+
[%autowidth,frame=none]
|===
Expand Down Expand Up @@ -1606,7 +1606,7 @@ Optional if `ZK_HOST` is defined in `solr.in.sh` or `solr.in.cmd`.
+
*Example*: `-z 123.321.23.43:2181`

`-s <url>` or --solr-url <url>`::
`-s <url>` or `--solr-url <url>`::
+
[%autowidth,frame=none]
|===
Expand Down Expand Up @@ -1786,7 +1786,7 @@ If you have configured basicAuth or TLS with your Solr you may find this easier

The `bin/solr api` command takes the following parameters:

`-s <url>` or --solr-url <url>`::
`-s <url>` or `--solr-url <url>`::
+
[%autowidth,frame=none]
|===
Expand Down

0 comments on commit c0acd03

Please sign in to comment.