Skip to content

Commit 1dba393

Browse files
authored
SOLR-17505: Revamp tutorials in Ref Guide to deemphasize SolrCloud since it's just default mode. (#2779)
1 parent 018e4f4 commit 1dba393

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

solr/solr-ref-guide/modules/deployment-guide/pages/cluster-types.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ As long as one replica of each relevant shard is available, a user query or inde
9090

9191
== User-Managed Mode
9292

93-
Solr's user-managed mode requires that cluster coordination activities that SolrCloud normally uses ZooKeeper for tp be performed manually or with local scripts.
93+
Solr's user-managed mode requires that cluster coordination activities that SolrCloud normally uses ZooKeeper for to be performed manually or with local scripts.
9494

9595
If the corpus of documents is too large for a single-sharded index, the logic to create shards is entirely left to the user.
9696
There are no automated or programmatic ways for Solr to create shards during indexing.

solr/solr-ref-guide/modules/getting-started/pages/tutorial-five-minutes.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919

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

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

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

solr/solr-ref-guide/modules/getting-started/pages/tutorial-solrcloud.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ $ curl http://host:8983/solr/mycollection/config -d '{"set-user-property": {"upd
121121
----
122122
====
123123
124-
V2 API SolrCloud::
124+
V2 API::
125125
+
126126
====
127127
[,console]

solr/solr-ref-guide/modules/getting-started/pages/tutorial-techproducts.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
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.
2121
Then you will index some sample data that ships with Solr and do some basic searches.
2222

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

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

0 commit comments

Comments
 (0)