mirror of
https://gitee.com/koogua/course-tencent-cloud.git
synced 2025-07-19 14:46:14 +08:00
31 lines
326 B
INI
31 lines
326 B
INI
project.name = group
|
|
project.default_charset = UTF-8
|
|
|
|
server.index = xunsearch:8383
|
|
server.search = xunsearch:8384
|
|
|
|
[id]
|
|
type = id
|
|
|
|
[type]
|
|
type = string
|
|
index = self
|
|
tokenizer = full
|
|
|
|
[name]
|
|
type = title
|
|
|
|
[avatar]
|
|
type = string
|
|
|
|
[about]
|
|
type = body
|
|
|
|
[owner]
|
|
type = string
|
|
|
|
[user_count]
|
|
type = string
|
|
|
|
[msg_count]
|
|
type = string |