core部署

This commit is contained in:
黎润豪 2021-07-02 03:15:53 +01:00
parent c688374750
commit 82d975b80e
2 changed files with 10 additions and 1 deletions

BIN
img/core重载.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 KiB

View File

@ -114,4 +114,13 @@ solr create -c EntNameInfo
在以上常用的属性中 在以上常用的属性中
- `type` 指定 - `type` 指定字段类型
- `indexed` 指定字段是否被索引
- `stored` 指定字段的实际值是否被存储
- `tokenized` 指定字段是否进行分词
### 7、重载核心
进入SolrAdmin管理界面进入`Core Admin`界面进行core重载以便配置加载。
![core重载.png](img/core重载.png)