博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
solr环境搭建
阅读量:6163 次
发布时间:2019-06-21

本文共 909 字,大约阅读时间需要 3 分钟。

hot3.png

下载

https://www.apache.org/dyn/closer.cgi
http://mirror.bit.edu.cn/apache/lucene/solr/7.2.1/solr-7.2.1.zip
注意:solr-7.2.1依赖jdk1.8

解压

unzip solr-7.2.1.zip

启动

cd bin

solr start -p 8984

solr stop -p 8984

帮助 

solr --help
Usage: solr COMMAND OPTIONS
       where COMMAND is one of: start, stop, restart, healthcheck, create, create_core, create_collection, delete, version, zk, auth, assert
Standalone server example (start Solr running in the background on port 8984):
solr start -p 8984
SolrCloud example (start Solr running in SolrCloud mode using localhost:2181 to connect to Zookeeper, with 1g max heap size and remote Java debug options enabled):
solr start -c -m 1g -z localhost:2181 -a "-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=1044"
Pass -help after any COMMAND to see command-specific usage information,
solr start -help or solr stop -help

 

转载于:https://my.oschina.net/mengzhang6/blog/1629233

你可能感兴趣的文章
css 动画 和 响应式布局和兼容性
查看>>
csrf 跨站请求伪造相关以及django的中间件
查看>>
MySQL数据类型--与MySQL零距离接触2-11MySQL自动编号
查看>>
生日小助手源码运行的步骤
查看>>
Configuration python CGI in XAMPP in win-7
查看>>
bzoj 5006(洛谷 4547) [THUWC2017]Bipartite 随机二分图——期望DP
查看>>
CF 888E Maximum Subsequence——折半搜索
查看>>
欧几里德算法(辗转相除法)
查看>>
面试题1-----SVM和LR的异同
查看>>
MFC控件的SubclassDlgItem
查看>>
如何避免历史回退到登录页面
查看>>
《图解HTTP》1~53Page Web网络基础 HTTP协议 HTTP报文内的HTTP信息
查看>>
unix环境高级编程-高级IO(2)
查看>>
树莓派是如何免疫 Meltdown 和 Spectre 漏洞的
查看>>
雅虎瓦片地图切片问题
查看>>
HTML 邮件链接,超链接发邮件
查看>>
HDU 5524:Subtrees
查看>>
手机端userAgent
查看>>
pip安装Mysql-python报错EnvironmentError: mysql_config not found
查看>>
http协议组成(请求状态码)
查看>>