You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/user/metacat/source/install.rst
+7-7
Original file line number
Diff line number
Diff line change
@@ -482,27 +482,27 @@ search engine. Unfortunately the Solr Debian packages that come with the Ubuntu
482
482
system are obsoleted and you have to install the binary packages by yourself. This section
483
483
provides guidance on how to setup Solr to run in production on *nix platforms, such as Ubuntu.
484
484
485
-
Metacat supports Solr 8.8.2 and newer versions. You may download the binary releases from:
485
+
Metacat only supports ``Solr 8.*``, ``NOT 9.*``. You may download the binary releases from:
486
486
487
-
https://lucene.apache.org/solr/downloads.html
487
+
https://solr.apache.org/downloads.html#solr-8112
488
488
489
-
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):
489
+
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):
490
490
491
491
::
492
492
493
-
tar xzf solr-8.8.2.tgz solr-8.8.2/bin/install_solr_service.sh --strip-components=2
493
+
tar xzf solr-8.11.2.tgz solr-8.11.2/bin/install_solr_service.sh --strip-components=2
0 commit comments