Skip to content

Commit 698e405

Browse files
authored
address that the word solrcli doesnt find this main page (#3188)
1 parent f2b2ed1 commit 698e405

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

solr/solr-ref-guide/modules/deployment-guide/pages/solr-control-script-reference.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616
// specific language governing permissions and limitations
1717
// under the License.
1818

19-
Solr includes a script known as "`bin/solr`" that allows you to perform many common operations on your Solr installation or cluster.
19+
The SolrCLI, available as the `bin/solr` script, is a versatile command-line tool that allows you to perform many common operations on your Solr installation or cluster.
2020

2121
You can start and stop Solr, create and delete collections or cores, perform operations on ZooKeeper and check the status of Solr and configured shards.
2222

2323
You can find the script in the `bin/` directory of your Solr installation.
24-
The `bin/solr` script makes Solr easier to work with by providing simple commands and options to quickly accomplish common goals.
24+
The SolrCLI makes Solr easier to work with by providing simple commands and options to quickly accomplish common goals.
2525

26-
More examples of `bin/solr` in use are available throughout this Guide, but particularly in the sections xref:installing-solr.adoc#starting-solr[Starting Solr] and xref:getting-started:tutorial-solrcloud.adoc[].
26+
More examples of SolrCLI in use are available throughout this Guide, particularly in the sections xref:installing-solr.adoc#starting-solr[Starting Solr] and xref:getting-started:tutorial-solrcloud.adoc[].
2727

2828
== Starting and Stopping
2929

0 commit comments

Comments
 (0)