This is an automated email from the ASF dual-hosted git repository.
epugh pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git
The following commit(s) were added to refs/heads/main by this push:
new 698e405cab3 address that the word solrcli doesnt find this main page
(#3188)
698e405cab3 is described below
commit 698e405cab3ce176226158acebe9492b4ea200f1
Author: Eric Pugh <[email protected]>
AuthorDate: Sun Feb 16 09:15:46 2025 -0500
address that the word solrcli doesnt find this main page (#3188)
---
.../deployment-guide/pages/solr-control-script-reference.adoc | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git
a/solr/solr-ref-guide/modules/deployment-guide/pages/solr-control-script-reference.adoc
b/solr/solr-ref-guide/modules/deployment-guide/pages/solr-control-script-reference.adoc
index 0cf4288bfbb..bb5c2735c33 100644
---
a/solr/solr-ref-guide/modules/deployment-guide/pages/solr-control-script-reference.adoc
+++
b/solr/solr-ref-guide/modules/deployment-guide/pages/solr-control-script-reference.adoc
@@ -16,14 +16,14 @@
// specific language governing permissions and limitations
// under the License.
-Solr includes a script known as "`bin/solr`" that allows you to perform many
common operations on your Solr installation or cluster.
+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.
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.
You can find the script in the `bin/` directory of your Solr installation.
-The `bin/solr` script makes Solr easier to work with by providing simple
commands and options to quickly accomplish common goals.
+The SolrCLI makes Solr easier to work with by providing simple commands and
options to quickly accomplish common goals.
-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[].
+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[].
== Starting and Stopping