Skip to content

Commit

Permalink
Now that we just start in SolrCloud mode by default, de-emphaize it
Browse files Browse the repository at this point in the history
  • Loading branch information
epugh committed Oct 19, 2024
1 parent b6e5f9f commit a38c707
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@

This exercise will walk you through how to start using Solr in just 5 Minutes!

== Launch Solr in SolrCloud Mode
To launch Solr, run: `bin/solr start -c` on Unix or MacOS; `bin\solr.cmd start -c` on Windows.
== Launch Solr
To launch Solr, run: `bin/solr start` on Unix or MacOS; `bin\solr.cmd start` on Windows.

To start another Solr node and have it join the cluster alongside the first node,

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ $ curl http://host:8983/solr/mycollection/config -d '{"set-user-property": {"upd
----
====
V2 API SolrCloud::
V2 API::
+
====
[,console]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
This exercise will walk you through how to start Solr as a two-node cluster (both nodes on the same machine) and create a collection during startup.
Then you will index some sample data that ships with Solr and do some basic searches.

== Launch Solr in SolrCloud Mode
== Launch Solr
To launch Solr, run: `bin/solr start -e cloud` on Unix or MacOS; `bin\solr.cmd start -e cloud` on Windows.

This will start an interactive session that will start two Solr "servers" on your machine.
Expand Down

0 comments on commit a38c707

Please sign in to comment.