当前位置:网站首页>Solr new core
Solr new core
2022-07-06 16:46:00 【Daily enlightenment】
(1) new directory
stay /usr/local/solr/server/solr Create a new custom name directory in . The example name here is testcore.
# cd /usr/local/solr/server/solr
# mkdir testcore
(2) Copy profile
stay configsets It contains default and sample_techproducts_configs. There are all examples of configuration files .default It belongs to the default configuration , Relatively pure .sample_techproducts_configs Yes, with some configuration examples .
# cp -r configsets/_default/conf/ testcore/
(3) Fill in Core Information
In the visual management interface Core Admin After writing the information in, click Add Core after , After a short delay testcore It will be created successfully ,schema There is no need to change .

(4) appear testcore
In the client management interface , Choose a new one Core after , Then you can operate according to the needs of your own project .

边栏推荐
- 第6章 DataNode
- Native JS realizes the functions of all selection and inverse selection -- Feng Hao's blog
- LeetCode 1640. Can I connect to form an array
- Solve the problem of intel12 generation core CPU [small core full, large core onlookers] (win11)
- 字节跳动新程序员成长秘诀:那些闪闪发光的宝藏mentor们
- 字节跳动技术新人培训全记录:校招萌新成长指南
- Use JQ to realize the reverse selection of all and no selection at all - Feng Hao's blog
- ~76 sprite map
- 图像处理一百题(11-20)
- 我走过最迷的路,是字节跳动程序员的脑回路
猜你喜欢

Spark独立集群Worker和Executor的概念

第5章 消费者组详解

~69 other ways to use icon fonts

Cmake Express

Tree of life (tree DP)

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

图像处理一百题(11-20)

7-10 punch in strategy

~68 Icon Font introduction

The concept of spark independent cluster worker and executor
随机推荐
新手必会的静态站点生成器——Gridsome
LeetCode 1560. The sector with the most passes on the circular track
Educational Codeforces Round 122 (Rated for Div. 2)
Codeforces Round #771 (Div. 2)
Basic principles of video compression coding and audio compression coding
js封装数组反转的方法--冯浩的博客
How to insert mathematical formulas in CSDN blog
Research Report of desktop clinical chemical analyzer industry - market status analysis and development prospect prediction
Tencent interview algorithm question
7-10 punch in strategy
China tetrabutyl urea (TBU) market trend report, technical dynamic innovation and market forecast
腾讯面试算法题
LeetCode 1447. Simplest fraction
7-5 blessing arrived
LeetCode 1551. Minimum operand to make all elements in the array equal
Codeforces Global Round 19
7-4 harmonic average
Detailed explanation of FLV format
~72 horizontal and vertical alignment of text
第三章 MapReduce框架原理