You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ep...@apache.org on 2024/02/24 15:19:55 UTC

(solr) branch main updated: Introduce the "start" command in all the places where it used to be implicit and was omitted. (#2296)

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 5c69a1edf09 Introduce the "start" command in all the places where it used to be implicit and was omitted. (#2296)
5c69a1edf09 is described below

commit 5c69a1edf09a06a341359cf2e62768f32c4cd6f2
Author: Eric Pugh <ep...@opensourceconnections.com>
AuthorDate: Sat Feb 24 10:19:50 2024 -0500

    Introduce the "start" command in all the places where it used to be implicit and was omitted. (#2296)
---
 solr/core/src/test/org/apache/solr/cli/TestSolrCLIRunExample.java   | 2 +-
 solr/example/README.md                                              | 4 ++--
 .../modules/configuration-guide/pages/configuring-solr-xml.adoc     | 2 +-
 .../modules/configuration-guide/pages/managed-resources.adoc        | 2 +-
 .../configuration-guide/pages/package-manager-internals.adoc        | 2 +-
 .../modules/configuration-guide/pages/package-manager.adoc          | 2 +-
 .../modules/configuration-guide/pages/realtime-get.adoc             | 2 +-
 .../modules/deployment-guide/pages/collection-management.adoc       | 2 +-
 solr/solr-ref-guide/modules/deployment-guide/pages/docker-faq.adoc  | 2 +-
 .../solr-ref-guide/modules/deployment-guide/pages/enabling-ssl.adoc | 4 ++--
 .../modules/deployment-guide/pages/installing-solr.adoc             | 2 +-
 .../deployment-guide/pages/kerberos-authentication-plugin.adoc      | 2 +-
 .../modules/deployment-guide/pages/replica-management.adoc          | 2 +-
 .../modules/deployment-guide/pages/shard-management.adoc            | 2 +-
 .../modules/deployment-guide/pages/zookeeper-file-management.adoc   | 4 ++--
 .../modules/deployment-guide/pages/zookeeper-utilities.adoc         | 2 +-
 .../modules/getting-started/pages/about-this-guide.adoc             | 2 +-
 .../modules/getting-started/pages/tutorial-five-minutes.adoc        | 2 +-
 .../modules/getting-started/pages/tutorial-solrcloud.adoc           | 6 +++---
 .../modules/indexing-guide/pages/analysis-screen.adoc               | 2 +-
 .../modules/indexing-guide/pages/luke-request-handler.adoc          | 2 +-
 solr/solr-ref-guide/modules/indexing-guide/pages/schema-api.adoc    | 2 +-
 .../modules/query-guide/pages/dismax-query-parser.adoc              | 2 +-
 .../modules/query-guide/pages/edismax-query-parser.adoc             | 2 +-
 solr/solr-ref-guide/modules/query-guide/pages/faceting.adoc         | 2 +-
 .../modules/query-guide/pages/query-elevation-component.adoc        | 4 ++--
 solr/solr-ref-guide/modules/query-guide/pages/result-grouping.adoc  | 2 +-
 solr/solr-ref-guide/modules/query-guide/pages/spell-checking.adoc   | 2 +-
 solr/solr-ref-guide/modules/query-guide/pages/stats-component.adoc  | 2 +-
 .../modules/query-guide/pages/term-vector-component.adoc            | 2 +-
 solr/solr-ref-guide/modules/query-guide/pages/terms-component.adoc  | 2 +-
 31 files changed, 37 insertions(+), 37 deletions(-)

diff --git a/solr/core/src/test/org/apache/solr/cli/TestSolrCLIRunExample.java b/solr/core/src/test/org/apache/solr/cli/TestSolrCLIRunExample.java
index 5bdcb516935..40c7dc6489d 100644
--- a/solr/core/src/test/org/apache/solr/cli/TestSolrCLIRunExample.java
+++ b/solr/core/src/test/org/apache/solr/cli/TestSolrCLIRunExample.java
@@ -56,7 +56,7 @@ import org.junit.Test;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
-/** Tests the SolrCLI.RunExampleTool implementation that supports bin/solr -e [example] */
+/** Tests the SolrCLI.RunExampleTool implementation that supports bin/solr start -e [example] */
 @SolrTestCaseJ4.SuppressSSL(bugUrl = "https://issues.apache.org/jira/browse/SOLR-5776")
 public class TestSolrCLIRunExample extends SolrTestCaseJ4 {
 
diff --git a/solr/example/README.md b/solr/example/README.md
index a08dec53ba8..cffc0dbb6b9 100644
--- a/solr/example/README.md
+++ b/solr/example/README.md
@@ -22,7 +22,7 @@ This directory contains Solr examples. Each example is contained in a
 separate directory. To run a specific example, do:
 
 ```
-  bin/solr -e <EXAMPLE> where <EXAMPLE> is one of:
+  bin/solr start -e <EXAMPLE> where <EXAMPLE> is one of:
 
     cloud        : SolrCloud example
     schemaless   : Schema-less example (schema is inferred from data during indexing)
@@ -33,7 +33,7 @@ separate directory. To run a specific example, do:
 For instance, if you want to run the SolrCloud example, do:
 
 ```
-  bin/solr -e cloud
+  bin/solr start -e cloud
 ```
 
 To see all the options available when starting Solr:
diff --git a/solr/solr-ref-guide/modules/configuration-guide/pages/configuring-solr-xml.adoc b/solr/solr-ref-guide/modules/configuration-guide/pages/configuring-solr-xml.adoc
index ed169b989e7..052165c0f7a 100644
--- a/solr/solr-ref-guide/modules/configuration-guide/pages/configuring-solr-xml.adoc
+++ b/solr/solr-ref-guide/modules/configuration-guide/pages/configuring-solr-xml.adoc
@@ -726,7 +726,7 @@ If a default value is not specified, then the property must be specified at runt
 Any JVM system properties usually specified using the `-D` flag when starting the JVM, can be used as variables in the `solr.xml` file.
 
 For example, in the `solr.xml` file shown below, the `socketTimeout` and `connTimeout` values are each set to "60000".
-However, if you start Solr using `bin/solr -DsocketTimeout=1000`, the `socketTimeout` option of the `HttpShardHandlerFactory` to be overridden using a value of 1000ms, while the `connTimeout` option will continue to use the default property value of "60000".
+However, if you start Solr using `bin/solr start -DsocketTimeout=1000`, the `socketTimeout` option of the `HttpShardHandlerFactory` to be overridden using a value of 1000ms, while the `connTimeout` option will continue to use the default property value of "60000".
 
 [source,xml]
 ----
diff --git a/solr/solr-ref-guide/modules/configuration-guide/pages/managed-resources.adoc b/solr/solr-ref-guide/modules/configuration-guide/pages/managed-resources.adoc
index 7bcd16565ca..4a8e79ca2c5 100644
--- a/solr/solr-ref-guide/modules/configuration-guide/pages/managed-resources.adoc
+++ b/solr/solr-ref-guide/modules/configuration-guide/pages/managed-resources.adoc
@@ -30,7 +30,7 @@ All of the examples in this section assume you are running the "techproducts" So
 
 [source,bash]
 ----
-bin/solr -e techproducts
+bin/solr start -e techproducts
 ----
 
 == Managed Resources Overview
diff --git a/solr/solr-ref-guide/modules/configuration-guide/pages/package-manager-internals.adoc b/solr/solr-ref-guide/modules/configuration-guide/pages/package-manager-internals.adoc
index 57185d86e03..aedc7166fd2 100644
--- a/solr/solr-ref-guide/modules/configuration-guide/pages/package-manager-internals.adoc
+++ b/solr/solr-ref-guide/modules/configuration-guide/pages/package-manager-internals.adoc
@@ -48,7 +48,7 @@ Start all your nodes with the system property `-Denable.packages=true` to use th
 [source,bash]
 ----
 
-bin/solr -c -Denable.packages=true
+bin/solr start -c -Denable.packages=true
 ----
 
 === Upload Your Keys
diff --git a/solr/solr-ref-guide/modules/configuration-guide/pages/package-manager.adoc b/solr/solr-ref-guide/modules/configuration-guide/pages/package-manager.adoc
index 4c09666a2ec..92b7835cac3 100644
--- a/solr/solr-ref-guide/modules/configuration-guide/pages/package-manager.adoc
+++ b/solr/solr-ref-guide/modules/configuration-guide/pages/package-manager.adoc
@@ -46,7 +46,7 @@ To enable it, start all Solr nodes with the `-Denable.packages=true` parameter.
 
 [source,bash]
 ----
-$ bin/solr -c -Denable.packages=true
+$ bin/solr start -c -Denable.packages=true
 ----
 
 WARNING: There are security consequences to enabling the package manager.
diff --git a/solr/solr-ref-guide/modules/configuration-guide/pages/realtime-get.adoc b/solr/solr-ref-guide/modules/configuration-guide/pages/realtime-get.adoc
index e794bce8d8f..c6fc3c8b63d 100644
--- a/solr/solr-ref-guide/modules/configuration-guide/pages/realtime-get.adoc
+++ b/solr/solr-ref-guide/modules/configuration-guide/pages/realtime-get.adoc
@@ -41,7 +41,7 @@ Real Time Get requests can be performed using the `/get` handler which exists im
 </requestHandler>
 ----
 
-For example, if you started Solr using the `bin/solr -e techproducts` example command, you could then index a new document without committing it, like so:
+For example, if you started Solr using the `bin/solr start -e techproducts` example command, you could then index a new document without committing it, like so:
 
 [source,bash]
 ----
diff --git a/solr/solr-ref-guide/modules/deployment-guide/pages/collection-management.adoc b/solr/solr-ref-guide/modules/deployment-guide/pages/collection-management.adoc
index 695d196200b..d955152c206 100644
--- a/solr/solr-ref-guide/modules/deployment-guide/pages/collection-management.adoc
+++ b/solr/solr-ref-guide/modules/deployment-guide/pages/collection-management.adoc
@@ -23,7 +23,7 @@ All of the examples in this section assume you are running the "techproducts" So
 
 [source,bash]
 ----
-bin/solr -c -e techproducts
+bin/solr start -c -e techproducts
 ----
 
 [[create]]
diff --git a/solr/solr-ref-guide/modules/deployment-guide/pages/docker-faq.adoc b/solr/solr-ref-guide/modules/deployment-guide/pages/docker-faq.adoc
index e2eb09d1726..a45b00c3add 100644
--- a/solr/solr-ref-guide/modules/deployment-guide/pages/docker-faq.adoc
+++ b/solr/solr-ref-guide/modules/deployment-guide/pages/docker-faq.adoc
@@ -148,7 +148,7 @@ For example:
 
 [source,bash]
 ----
-docker run -it solr bin/solr -f -h myhostname
+docker run -it solr bin/solr start -f -h myhostname
 ----
 
 Finally, the Solr docker image offers several commands that do some work before then invoking the Solr server, like "solr-precreate" and "solr-demo".
diff --git a/solr/solr-ref-guide/modules/deployment-guide/pages/enabling-ssl.adoc b/solr/solr-ref-guide/modules/deployment-guide/pages/enabling-ssl.adoc
index 38ca9cd9e2f..804493657b6 100644
--- a/solr/solr-ref-guide/modules/deployment-guide/pages/enabling-ssl.adoc
+++ b/solr/solr-ref-guide/modules/deployment-guide/pages/enabling-ssl.adoc
@@ -278,7 +278,7 @@ Customize the values for the parameters shown as needed and add any used in your
 [.tab-label]**nix Command*
 [source,terminal]
 ----
-$ bin/solr -p 8984
+$ bin/solr start -p 8984
 ----
 ====
 
@@ -308,7 +308,7 @@ If you created the SSL key without all DNS names or IP addresses on which Solr n
 [.tab-label]*\*nix*
 [source,terminal]
 ----
-$ bin/solr -cloud -s cloud/node1 -z server1:2181,server2:2181,server3:2181 -p 8984
+$ bin/solr start -cloud -s cloud/node1 -z server1:2181,server2:2181,server3:2181 -p 8984
 ----
 ====
 
diff --git a/solr/solr-ref-guide/modules/deployment-guide/pages/installing-solr.adoc b/solr/solr-ref-guide/modules/deployment-guide/pages/installing-solr.adoc
index f7f6763d0dd..7889c4e0863 100644
--- a/solr/solr-ref-guide/modules/deployment-guide/pages/installing-solr.adoc
+++ b/solr/solr-ref-guide/modules/deployment-guide/pages/installing-solr.adoc
@@ -190,7 +190,7 @@ For instance, to launch the "techproducts" example, you would do:
 
 [source,bash]
 ----
-bin/solr -e techproducts
+bin/solr start -e techproducts
 ----
 
 Currently, the available examples you can run are: techproducts, schemaless, and cloud.
diff --git a/solr/solr-ref-guide/modules/deployment-guide/pages/kerberos-authentication-plugin.adoc b/solr/solr-ref-guide/modules/deployment-guide/pages/kerberos-authentication-plugin.adoc
index d204fd8084f..afd58cccf1e 100644
--- a/solr/solr-ref-guide/modules/deployment-guide/pages/kerberos-authentication-plugin.adoc
+++ b/solr/solr-ref-guide/modules/deployment-guide/pages/kerberos-authentication-plugin.adoc
@@ -448,7 +448,7 @@ Note you also need to customize the `-z` property as appropriate for the locatio
 
 [source,bash]
 ----
-$ bin/solr -c -z server1:2181,server2:2181,server3:2181/solr
+$ bin/solr start -c -z server1:2181,server2:2181,server3:2181/solr
 ----
 
 NOTE: If you have defined `ZK_HOST` in `solr.in.sh`/`solr.in.cmd` (see xref:zookeeper-ensemble#updating-solr-include-files[Updating Solr Include Files]) you can omit `-z <zk host string>` from the above command.
diff --git a/solr/solr-ref-guide/modules/deployment-guide/pages/replica-management.adoc b/solr/solr-ref-guide/modules/deployment-guide/pages/replica-management.adoc
index 5a8b60e0839..1d06eaa3f07 100644
--- a/solr/solr-ref-guide/modules/deployment-guide/pages/replica-management.adoc
+++ b/solr/solr-ref-guide/modules/deployment-guide/pages/replica-management.adoc
@@ -25,7 +25,7 @@ All of the examples in this section assume you are running the "techproducts" So
 
 [source,bash]
 ----
-bin/solr -c -e techproducts
+bin/solr start -c -e techproducts
 ----
 
 [[addreplica]]
diff --git a/solr/solr-ref-guide/modules/deployment-guide/pages/shard-management.adoc b/solr/solr-ref-guide/modules/deployment-guide/pages/shard-management.adoc
index 672ffa199f6..24d24ef8de4 100644
--- a/solr/solr-ref-guide/modules/deployment-guide/pages/shard-management.adoc
+++ b/solr/solr-ref-guide/modules/deployment-guide/pages/shard-management.adoc
@@ -26,7 +26,7 @@ All of the examples in this section assume you are running the "techproducts" So
 
 [source,bash]
 ----
-bin/solr -c -e techproducts
+bin/solr start -c -e techproducts
 ----
 
 [[splitshard]]
diff --git a/solr/solr-ref-guide/modules/deployment-guide/pages/zookeeper-file-management.adoc b/solr/solr-ref-guide/modules/deployment-guide/pages/zookeeper-file-management.adoc
index a636ad6aacc..bcc54e33a58 100644
--- a/solr/solr-ref-guide/modules/deployment-guide/pages/zookeeper-file-management.adoc
+++ b/solr/solr-ref-guide/modules/deployment-guide/pages/zookeeper-file-management.adoc
@@ -26,13 +26,13 @@ These files are uploaded in either of the following cases:
 
 == Startup Bootstrap
 
-When you try SolrCloud for the first time using the `bin/solr -e cloud`, the related configset gets uploaded to ZooKeeper automatically and is linked with the newly created collection.
+When you try SolrCloud for the first time using the `bin/solr start -e cloud`, the related configset gets uploaded to ZooKeeper automatically and is linked with the newly created collection.
 
 The below command would start SolrCloud with the default collection name (`gettingstarted`) and default configset (`_default`) uploaded and linked to it.
 
 [source,bash]
 ----
-bin/solr -e cloud -noprompt
+bin/solr start -e cloud -noprompt
 ----
 
 You can also explicitly upload a configuration directory when creating a collection using the `bin/solr` script with the `-d` option, such as:
diff --git a/solr/solr-ref-guide/modules/deployment-guide/pages/zookeeper-utilities.adoc b/solr/solr-ref-guide/modules/deployment-guide/pages/zookeeper-utilities.adoc
index 48e6f9de6c4..b2f0b5dcff5 100644
--- a/solr/solr-ref-guide/modules/deployment-guide/pages/zookeeper-utilities.adoc
+++ b/solr/solr-ref-guide/modules/deployment-guide/pages/zookeeper-utilities.adoc
@@ -97,7 +97,7 @@ The long form parameter options may be specified using either a single dash (e.g
 
 == ZooKeeper CLI Examples
 
-Below are some examples of using the `zkcli.sh` CLI which assume you have already started the SolrCloud example (`bin/solr -e cloud -noprompt`)
+Below are some examples of using the `zkcli.sh` CLI which assume you have already started the SolrCloud example (`bin/solr start -e cloud -noprompt`)
 
 If you are on Windows machine, simply replace `zkcli.sh` with `zkcli.bat` in these examples.
 
diff --git a/solr/solr-ref-guide/modules/getting-started/pages/about-this-guide.adoc b/solr/solr-ref-guide/modules/getting-started/pages/about-this-guide.adoc
index f60b414c0af..c7519914ed8 100644
--- a/solr/solr-ref-guide/modules/getting-started/pages/about-this-guide.adoc
+++ b/solr/solr-ref-guide/modules/getting-started/pages/about-this-guide.adoc
@@ -55,7 +55,7 @@ Path information is given relative to `solr.home`, which is the location under t
 In many cases, this is in the `server/solr` directory of your installation.
 However, there can be exceptions, particularly if your installation has customized this.
 
-In several cases of this Guide, our examples are built from the "techproducts" example (i.e., you have started Solr with the command `bin/solr -e techproducts`).
+In several cases of this Guide, our examples are built from the "techproducts" example (i.e., you have started Solr with the command `bin/solr start -e techproducts`).
 In this case, `solr.home` will be a sub-directory of the `example/` directory created for you automatically.
 
 See also the section xref:configuration-guide:configuration-files.adoc#solr-home[Solr Home] for further details on what is contained in this directory.
diff --git a/solr/solr-ref-guide/modules/getting-started/pages/tutorial-five-minutes.adoc b/solr/solr-ref-guide/modules/getting-started/pages/tutorial-five-minutes.adoc
index fa5ff5922da..bda25d0aaf5 100644
--- a/solr/solr-ref-guide/modules/getting-started/pages/tutorial-five-minutes.adoc
+++ b/solr/solr-ref-guide/modules/getting-started/pages/tutorial-five-minutes.adoc
@@ -26,7 +26,7 @@ To start another Solr node and have it join the cluster alongside the first node
 
 [,console]
 ----
-$ bin/solr -c -z localhost:9983 -p 8984
+$ bin/solr start -c -z localhost:9983 -p 8984
 ----
 
 
diff --git a/solr/solr-ref-guide/modules/getting-started/pages/tutorial-solrcloud.adoc b/solr/solr-ref-guide/modules/getting-started/pages/tutorial-solrcloud.adoc
index f8621017397..d0803075a38 100644
--- a/solr/solr-ref-guide/modules/getting-started/pages/tutorial-solrcloud.adoc
+++ b/solr/solr-ref-guide/modules/getting-started/pages/tutorial-solrcloud.adoc
@@ -51,7 +51,7 @@ To get started, simply do:
 
 [,console]
 ----
-$ bin/solr -e cloud
+$ bin/solr start -e cloud
 ----
 
 This starts an interactive session to walk you through the steps of setting up a simple SolrCloud cluster with embedded ZooKeeper.
@@ -165,7 +165,7 @@ You can also get SolrCloud started with all the defaults instead of the interact
 
 [,console]
 ----
-$ bin/solr -e cloud -noprompt
+$ bin/solr start -e cloud -noprompt
 ----
 
 === Restarting Nodes
@@ -200,7 +200,7 @@ $ bin/solr start -cloud -s solr.home/solr -p <port num> -z <zk hosts string>
 
 Notice that the above requires you to create a Solr home directory.
 
-Example (with directory structure) that adds a node to an example started with "bin/solr -e cloud":
+Example (with directory structure) that adds a node to an example started with "bin/solr start -e cloud":
 
 [,console]
 ----
diff --git a/solr/solr-ref-guide/modules/indexing-guide/pages/analysis-screen.adoc b/solr/solr-ref-guide/modules/indexing-guide/pages/analysis-screen.adoc
index 2d78f2f17c6..fbae74abc67 100644
--- a/solr/solr-ref-guide/modules/indexing-guide/pages/analysis-screen.adoc
+++ b/solr/solr-ref-guide/modules/indexing-guide/pages/analysis-screen.adoc
@@ -21,7 +21,7 @@ Once you've xref:field-type-definitions-and-properties.adoc[defined a field type
 Luckily, there is a very handy page in the Solr Admin UI that lets you do just that.
 You can invoke the analyzer for any text field, provide sample input, and display the resulting token stream.
 
-For example, let's look at some of the "Text" field types available in the `bin/solr -e techproducts` example configuration, and use the Analysis Screen (`\http://localhost:8983/solr/#/techproducts/analysis`) to compare how the tokens produced at index time for the sentence "Running an Analyzer" match up with a slightly different query text of "run my analyzer".
+For example, let's look at some of the "Text" field types available in the `bin/solr start -e techproducts` example configuration, and use the Analysis Screen (`\http://localhost:8983/solr/#/techproducts/analysis`) to compare how the tokens produced at index time for the sentence "Running an Analyzer" match up with a slightly different query text of "run my analyzer".
 
 We can begin with `text_ws` - one of the most simplified Text field types available:
 
diff --git a/solr/solr-ref-guide/modules/indexing-guide/pages/luke-request-handler.adoc b/solr/solr-ref-guide/modules/indexing-guide/pages/luke-request-handler.adoc
index 56ec50eebc8..fb795f62cc1 100644
--- a/solr/solr-ref-guide/modules/indexing-guide/pages/luke-request-handler.adoc
+++ b/solr/solr-ref-guide/modules/indexing-guide/pages/luke-request-handler.adoc
@@ -89,7 +89,7 @@ All of the examples in this section assume you are running the "techproducts" So
 
 [source,bash]
 ----
-bin/solr -e techproducts
+bin/solr start -e techproducts
 ----
 
 To return summary information about the index:
diff --git a/solr/solr-ref-guide/modules/indexing-guide/pages/schema-api.adoc b/solr/solr-ref-guide/modules/indexing-guide/pages/schema-api.adoc
index db3af89429f..7cda29859c4 100644
--- a/solr/solr-ref-guide/modules/indexing-guide/pages/schema-api.adoc
+++ b/solr/solr-ref-guide/modules/indexing-guide/pages/schema-api.adoc
@@ -62,7 +62,7 @@ All of the examples in this section assume you are running the "techproducts" So
 
 [source,bash]
 ----
-bin/solr -e techproducts
+bin/solr start -e techproducts
 ----
 
 == Modify the Schema
diff --git a/solr/solr-ref-guide/modules/query-guide/pages/dismax-query-parser.adoc b/solr/solr-ref-guide/modules/query-guide/pages/dismax-query-parser.adoc
index 5720c4c4212..08bb9d08ae7 100644
--- a/solr/solr-ref-guide/modules/query-guide/pages/dismax-query-parser.adoc
+++ b/solr/solr-ref-guide/modules/query-guide/pages/dismax-query-parser.adoc
@@ -219,7 +219,7 @@ All of the sample URLs in this section assume you are running Solr's "techproduc
 
 [source,bash]
 ----
-bin/solr -e techproducts
+bin/solr start -e techproducts
 ----
 
 Results for the word "video" using the standard query parser, and we assume "df" is pointing to a field to search:
diff --git a/solr/solr-ref-guide/modules/query-guide/pages/edismax-query-parser.adoc b/solr/solr-ref-guide/modules/query-guide/pages/edismax-query-parser.adoc
index 4f425139df4..201507c4df1 100644
--- a/solr/solr-ref-guide/modules/query-guide/pages/edismax-query-parser.adoc
+++ b/solr/solr-ref-guide/modules/query-guide/pages/edismax-query-parser.adoc
@@ -134,7 +134,7 @@ All of the sample URLs in this section assume you are running Solr's "techproduc
 
 [source,bash]
 ----
-bin/solr -e techproducts
+bin/solr start -e techproducts
 ----
 
 Boost the result of the query term "hello" based on the document's popularity:
diff --git a/solr/solr-ref-guide/modules/query-guide/pages/faceting.adoc b/solr/solr-ref-guide/modules/query-guide/pages/faceting.adoc
index e5669dbc936..0bd79d43dbb 100644
--- a/solr/solr-ref-guide/modules/query-guide/pages/faceting.adoc
+++ b/solr/solr-ref-guide/modules/query-guide/pages/faceting.adoc
@@ -470,7 +470,7 @@ Separate each list of fields with a comma.
 +
 The `facet.pivot.mincount` parameter defines the minimum number of documents that need to match in order for the facet to be included in results.
 +
-Using the "`bin/solr -e techproducts`" example, A query URL like this one will return the data below, with the pivot faceting results found in the section "facet_pivot":
+Using the "`bin/solr start -e techproducts`" example, A query URL like this one will return the data below, with the pivot faceting results found in the section "facet_pivot":
 +
 [source,text]
 ----
diff --git a/solr/solr-ref-guide/modules/query-guide/pages/query-elevation-component.adoc b/solr/solr-ref-guide/modules/query-guide/pages/query-elevation-component.adoc
index 160e5ff7861..4066e98f2fc 100644
--- a/solr/solr-ref-guide/modules/query-guide/pages/query-elevation-component.adoc
+++ b/solr/solr-ref-guide/modules/query-guide/pages/query-elevation-component.adoc
@@ -28,7 +28,7 @@ All of the sample configuration and queries used in this section assume you are
 
 [source,bash]
 ----
-bin/solr -e techproducts
+bin/solr start -e techproducts
 ----
 
 == Configuring the Query Elevation Component
@@ -247,4 +247,4 @@ q=mainquery&fq=status:public&fq={!tag=dt}doctype:pdf&elevate.excludeTags=dt
 q=mainquery&fq=status:public&fq={!tag=t1,t2}a:b&fq={!tag=t3}c:d&fq={!tag=t4}e:f&elevate.excludeTags=t1,t4
 
 When a filter is tagged for exclusion, it is not ignored completely; rather it is modified so that the elevated documents can pass through.
-Documents that are not elevated are still subject to the filter.
\ No newline at end of file
+Documents that are not elevated are still subject to the filter.
diff --git a/solr/solr-ref-guide/modules/query-guide/pages/result-grouping.adoc b/solr/solr-ref-guide/modules/query-guide/pages/result-grouping.adoc
index 17069accfd8..e258fb02999 100644
--- a/solr/solr-ref-guide/modules/query-guide/pages/result-grouping.adoc
+++ b/solr/solr-ref-guide/modules/query-guide/pages/result-grouping.adoc
@@ -232,7 +232,7 @@ Any number of group commands (e.g., `group.field`, `group.func`, `group.query`,
 
 == Grouping Examples
 
-All of the following sample queries work with Solr's "`bin/solr -e techproducts`" example.
+All of the following sample queries work with Solr's "`bin/solr start -e techproducts`" example.
 
 === Grouping Results by Field
 
diff --git a/solr/solr-ref-guide/modules/query-guide/pages/spell-checking.adoc b/solr/solr-ref-guide/modules/query-guide/pages/spell-checking.adoc
index 2c30bd4fb6b..f6962ce8d4d 100644
--- a/solr/solr-ref-guide/modules/query-guide/pages/spell-checking.adoc
+++ b/solr/solr-ref-guide/modules/query-guide/pages/spell-checking.adoc
@@ -450,7 +450,7 @@ For example, given a dictionary called `foo`, `spellcheck.foo.myKey=myValue` wou
 
 === Spell Check Example
 
-Using Solr's `bin/solr -e techproducts` example, this query shows the results of a simple request that defines a query using the `spellcheck.q` parameter, and forces the collations to require all input terms must match:
+Using Solr's `bin/solr start -e techproducts` example, this query shows the results of a simple request that defines a query using the `spellcheck.q` parameter, and forces the collations to require all input terms must match:
 
 `\http://localhost:8983/solr/techproducts/spell?df=text&spellcheck.q=delll+ultra+sharp&spellcheck=true&spellcheck.collateParam.q.op=AND&wt=xml`
 
diff --git a/solr/solr-ref-guide/modules/query-guide/pages/stats-component.adoc b/solr/solr-ref-guide/modules/query-guide/pages/stats-component.adoc
index d388cf5b834..4dc3a884792 100644
--- a/solr/solr-ref-guide/modules/query-guide/pages/stats-component.adoc
+++ b/solr/solr-ref-guide/modules/query-guide/pages/stats-component.adoc
@@ -22,7 +22,7 @@ The sample queries in this section assume you are running the "techproducts" exa
 
 [source,bash]
 ----
-bin/solr -e techproducts
+bin/solr start -e techproducts
 ----
 
 == Stats Component Parameters
diff --git a/solr/solr-ref-guide/modules/query-guide/pages/term-vector-component.adoc b/solr/solr-ref-guide/modules/query-guide/pages/term-vector-component.adoc
index ca92dcbb0d4..1f7a6416ff4 100644
--- a/solr/solr-ref-guide/modules/query-guide/pages/term-vector-component.adoc
+++ b/solr/solr-ref-guide/modules/query-guide/pages/term-vector-component.adoc
@@ -27,7 +27,7 @@ The examples on this page show how it is configured in Solr's "techproducts" exa
 
 [source,bash]
 ----
-bin/solr -e techproducts
+bin/solr start -e techproducts
 ----
 
 To enable this component, you need to configure it using a `searchComponent` element:
diff --git a/solr/solr-ref-guide/modules/query-guide/pages/terms-component.adoc b/solr/solr-ref-guide/modules/query-guide/pages/terms-component.adoc
index 1a8f51ba395..fda1115a686 100644
--- a/solr/solr-ref-guide/modules/query-guide/pages/terms-component.adoc
+++ b/solr/solr-ref-guide/modules/query-guide/pages/terms-component.adoc
@@ -322,7 +322,7 @@ You may also be interested in the {solr-javadocs}/core/org/apache/solr/handler/c
 
 == Terms Component Examples
 
-All of the following sample queries work with Solr's "`bin/solr -e techproducts`" example.
+All of the following sample queries work with Solr's "`bin/solr start -e techproducts`" example.
 
 === Get Top 10 Terms