From 9d756057f550c016ab966c78bb4893757f24f2a9 Mon Sep 17 00:00:00 2001 From: Jing Tao Date: Wed, 26 Apr 2023 14:21:36 -0700 Subject: [PATCH 1/3] Update the documentation about solr version. --- docs/user/metacat/source/install.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/user/metacat/source/install.rst b/docs/user/metacat/source/install.rst index 20d3fa3aa..8a565dc27 100644 --- a/docs/user/metacat/source/install.rst +++ b/docs/user/metacat/source/install.rst @@ -482,27 +482,27 @@ search engine. Unfortunately the Solr Debian packages that come with the Ubuntu system are obsoleted and you have to install the binary packages by yourself. This section provides guidance on how to setup Solr to run in production on *nix platforms, such as Ubuntu. -Metacat supports Solr 8.8.2 and newer versions. You may download the binary releases from: +Metacat only supports ``Solr 8.*``, ``NOT 9.*``. You may download the binary releases from: https://lucene.apache.org/solr/downloads.html -1. Go to the directory which contains the Solr release file and extract the installation script file by typing (assume the download file being solr-8.8.2.tgz): +1. Go to the directory which contains the Solr release file and extract the installation script file by typing (assume the download file being solr-8.11.2.tgz): :: - tar xzf solr-8.8.2.tgz solr-8.8.2/bin/install_solr_service.sh --strip-components=2 + tar xzf solr-8.11.2.tgz solr-8.11.2/bin/install_solr_service.sh --strip-components=2 2. Install Solr as the root user: :: - sudo bash ./install_solr_service.sh solr-8.8.2.tgz + sudo bash ./install_solr_service.sh solr-8.11.2.tgz -If you upgrade Solr from an old 8.* version to 8.8.2, you may run this command instead: +If you upgrade Solr from an old 8.* version to 8.11.2, you may run this command instead: :: - sudo bash ./install_solr_service.sh solr-8.8.2.tgz -f + sudo bash ./install_solr_service.sh solr-8.11.2.tgz -f 3. Ensure the Solr defaults file is group writable: From 7c44e4e3363f5c6234a23b59cf0c545d73ffe02f Mon Sep 17 00:00:00 2001 From: Jing Tao Date: Thu, 27 Apr 2023 10:21:22 -0700 Subject: [PATCH 2/3] Change some wordings based on Matthew's suggestion. --- docs/user/metacat/source/install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/metacat/source/install.rst b/docs/user/metacat/source/install.rst index 8a565dc27..dcd1d8d35 100644 --- a/docs/user/metacat/source/install.rst +++ b/docs/user/metacat/source/install.rst @@ -486,7 +486,7 @@ Metacat only supports ``Solr 8.*``, ``NOT 9.*``. You may download the binary rel https://lucene.apache.org/solr/downloads.html -1. Go to the directory which contains the Solr release file and extract the installation script file by typing (assume the download file being solr-8.11.2.tgz): +1. Go to the directory which contains the Solr release file and extract the installation script file by typing (assuming the downloaded file being solr-8.11.2.tgz): :: From 55570933c402aab536816b1f4fafc617633087d8 Mon Sep 17 00:00:00 2001 From: Jing Tao Date: Thu, 27 Apr 2023 10:36:58 -0700 Subject: [PATCH 3/3] Change the solr downloading url and wording. --- docs/user/metacat/source/install.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/user/metacat/source/install.rst b/docs/user/metacat/source/install.rst index dcd1d8d35..c58cc94fc 100644 --- a/docs/user/metacat/source/install.rst +++ b/docs/user/metacat/source/install.rst @@ -484,9 +484,9 @@ provides guidance on how to setup Solr to run in production on *nix platforms, s Metacat only supports ``Solr 8.*``, ``NOT 9.*``. You may download the binary releases from: -https://lucene.apache.org/solr/downloads.html +https://solr.apache.org/downloads.html#solr-8112 -1. Go to the directory which contains the Solr release file and extract the installation script file by typing (assuming the downloaded file being solr-8.11.2.tgz): +1. Go to the directory which contains the Solr release file and extract the installation script file by typing (assuming the downloaded file is solr-8.11.2.tgz): ::