mirror of
https://gitee.com/koogua/course-tencent-cloud.git
synced 2025-07-16 05:12:19 +08:00
51 lines
534 B
INI
51 lines
534 B
INI
project.name = article
|
|
project.default_charset = UTF-8
|
|
|
|
server.index = xunsearch:8383
|
|
server.search = xunsearch:8384
|
|
|
|
[id]
|
|
type = id
|
|
|
|
[title]
|
|
type = title
|
|
|
|
[cover]
|
|
type = string
|
|
|
|
[summary]
|
|
type = body
|
|
|
|
[category_id]
|
|
type = string
|
|
index = self
|
|
tokenizer = full
|
|
|
|
[owner_id]
|
|
type = string
|
|
index = self
|
|
tokenizer = full
|
|
|
|
[create_time]
|
|
type = string
|
|
|
|
[tags]
|
|
type = string
|
|
|
|
[category]
|
|
type = string
|
|
|
|
[owner]
|
|
type = string
|
|
|
|
[view_count]
|
|
type = string
|
|
|
|
[comment_count]
|
|
type = string
|
|
|
|
[like_count]
|
|
type = string
|
|
|
|
[favorite_count]
|
|
type = string |