core部署
This commit is contained in:
parent
c688374750
commit
82d975b80e
Binary file not shown.
|
After Width: | Height: | Size: 63 KiB |
|
|
@ -114,4 +114,13 @@ solr create -c EntNameInfo
|
|||
|
||||
在以上常用的属性中
|
||||
|
||||
- `type` 指定
|
||||
- `type` 指定字段类型
|
||||
- `indexed` 指定字段是否被索引
|
||||
- `stored` 指定字段的实际值是否被存储
|
||||
- `tokenized` 指定字段是否进行分词
|
||||
|
||||
### 7、重载核心
|
||||
|
||||
进入SolrAdmin管理界面,进入`Core Admin`界面进行core重载,以便配置加载。
|
||||
|
||||

|
||||
|
|
|
|||
Loading…
Reference in New Issue