homebrew安装Solr
brew install solr
查看solr安装路径
一般默认是安装到/usr/local/bin/solr下面的。
which solr

启动solr
solr start

在浏览器中访问,默认端口是8983. 出现如下界面表示Solr已经在mac上安装成功了
http://localhost:8983/solr/#/

本文介绍如何使用Homebrew在Mac上安装Solr,包括安装步骤、查看安装路径及启动Solr的方法。默认情况下,Solr会被安装到/usr/local/bin/solr目录下,启动后可通过http://localhost:8983/solr/#/访问。
homebrew安装Solr
brew install solr
查看solr安装路径
一般默认是安装到/usr/local/bin/solr下面的。
which solr

启动solr
solr start

在浏览器中访问,默认端口是8983. 出现如下界面表示Solr已经在mac上安装成功了
http://localhost:8983/solr/#/

281
1232

被折叠的 条评论
为什么被折叠?