(1)首先安装jdk,因为Solr是基于Java的。

(2)homebrew安装Solr
brew install solr

(3)查看solr安装路径
一般默认是安装到/usr/local/bin/solr下面的。
which solr

mac安装Solr流程

(4)启动solr
solr start

mac安装Solr流程

在浏览器中访问,默认端口是8983.   出现如下界面表示Solr已经在mac上安装成功了。
mac安装Solr流程

相关文章:

  • 2021-12-05
  • 2021-09-12
  • 2021-05-19
  • 2021-11-28
  • 2021-08-27
  • 2021-07-21
  • 2021-12-10
猜你喜欢
  • 2021-09-15
  • 2022-01-04
  • 2021-09-18
  • 2022-12-23
  • 2021-09-18
  • 2021-08-20
相关资源
相似解决方案