当前位置:网站首页>Solr standalone installation
Solr standalone installation
2022-07-06 16:46:00 【Daily enlightenment】
Solr It's using Java To write , Therefore, you must first install JDK.
(1) Upload and unzip

# cd /usr/local/tmp
# tar zxf solr-7.7.2.tgz
(2) Copied to the /usr/local in
# cp -r solr-7.7.2 ../solr
(3) Modify startup parameters
Modify startup parameters , Otherwise, start and report a warning . Prompt settings SOLR_ULIMIT_CHECKS=false
# cd /usr/local/solr/bin
# vim solr.in.sh

(4) start-up Solr
Solr Embedded Jetty, Just start it directly . monitor 8983 port .
Solr Not recommended by default root Account activation , If it is root Account startup needs to add -force Parameters .
# ./solr start -force
Browser effect after startup :

边栏推荐
- sublime text 代码格式化操作
- ~71 abbreviation attribute of font
- js封装数组反转的方法--冯浩的博客
- Educational Codeforces Round 122 (Rated for Div. 2)
- CMake速成
- Cmake error: could not create named generator visual studio 16 2019 solution
- 第5章 NameNode和SecondaryNameNode
- Tencent interview algorithm question
- 第一章 MapReduce概述
- 这116名学生,用3天时间复刻了字节跳动内部真实技术项目
猜你喜欢

LeetCode 1560. The sector with the most passes on the circular track

Installation and use of VMware Tools and open VM tools: solve the problems of incomplete screen and unable to transfer files of virtual machines

第2章 HFDS的Shell操作

Chapter 6 rebalance details

第6章 DataNode

Two weeks' experience of intermediate software designer in the crash soft exam

Base dice (dynamic programming + matrix fast power)

Simple records of business system migration from Oracle to opengauss database

提交Spark应用的若干问题记录(sparklauncher with cluster deploy mode)

7-5 blessing arrived
随机推荐
第7章 __consumer_offsets topic
7-5 blessing arrived
LeetCode 1550. There are three consecutive arrays of odd numbers
~71 abbreviation attribute of font
LeetCode 1640. Can I connect to form an array
How to insert mathematical formulas in CSDN blog
Cmake Express
Educational Codeforces Round 122 (Rated for Div. 2)
LeetCode 1561. The maximum number of coins you can get
string. How to choose h and string and CString
第6章 DataNode
使用jq实现全选 反选 和全不选-冯浩的博客
Raspberry pie 4B installation opencv3.4.0
~73 other text styles
第6章 Rebalance详解
Li Kou leetcode 280 weekly match
LeetCode 1545. Find the k-th bit in the nth binary string
【锟斤拷】的故事:谈谈汉字编码和常用字符集
Simple records of business system migration from Oracle to opengauss database
腾讯面试算法题