Skip to content

Commit

Permalink
Update the documentation about solr version.
Browse files Browse the repository at this point in the history
  • Loading branch information
taojing2002 committed Apr 26, 2023
1 parent 69089cc commit 9d75605
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/user/metacat/source/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 9d75605

Please sign in to comment.