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 1dba3931c7c SOLR-17505: Revamp tutorials in Ref Guide to deemphasize
SolrCloud since it's just default mode. (#2779)
1dba3931c7c is described below
commit 1dba3931c7ccb3870464fdad1f1e1a4a5f727209
Author: Eric Pugh <[email protected]>
AuthorDate: Mon Oct 21 16:47:28 2024 -0400
SOLR-17505: Revamp tutorials in Ref Guide to deemphasize SolrCloud since
it's just default mode. (#2779)
---
solr/solr-ref-guide/modules/deployment-guide/pages/cluster-types.adoc | 2 +-
.../modules/getting-started/pages/tutorial-five-minutes.adoc | 4 ++--
.../modules/getting-started/pages/tutorial-solrcloud.adoc | 2 +-
.../modules/getting-started/pages/tutorial-techproducts.adoc | 2 +-
4 files changed, 5 insertions(+), 5 deletions(-)
diff --git
a/solr/solr-ref-guide/modules/deployment-guide/pages/cluster-types.adoc
b/solr/solr-ref-guide/modules/deployment-guide/pages/cluster-types.adoc
index d8583085adb..44a03d3e805 100644
--- a/solr/solr-ref-guide/modules/deployment-guide/pages/cluster-types.adoc
+++ b/solr/solr-ref-guide/modules/deployment-guide/pages/cluster-types.adoc
@@ -90,7 +90,7 @@ As long as one replica of each relevant shard is available, a
user query or inde
== User-Managed Mode
-Solr's user-managed mode requires that cluster coordination activities that
SolrCloud normally uses ZooKeeper for tp be performed manually or with local
scripts.
+Solr's user-managed mode requires that cluster coordination activities that
SolrCloud normally uses ZooKeeper for to be performed manually or with local
scripts.
If the corpus of documents is too large for a single-sharded index, the logic
to create shards is entirely left to the user.
There are no automated or programmatic ways for Solr to create shards during
indexing.
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 d4048a6d1d2..b5f5b3fd534 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
@@ -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,
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 3e966f929ec..37bf8711b9d 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
@@ -121,7 +121,7 @@ $ curl http://host:8983/solr/mycollection/config -d
'{"set-user-property": {"upd
----
====
-V2 API SolrCloud::
+V2 API::
+
====
[,console]
diff --git
a/solr/solr-ref-guide/modules/getting-started/pages/tutorial-techproducts.adoc
b/solr/solr-ref-guide/modules/getting-started/pages/tutorial-techproducts.adoc
index be9060e6230..bfd05668588 100644
---
a/solr/solr-ref-guide/modules/getting-started/pages/tutorial-techproducts.adoc
+++
b/solr/solr-ref-guide/modules/getting-started/pages/tutorial-techproducts.adoc
@@ -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.