mirror of
https://gitee.com/koogua/course-tencent-cloud.git
synced 2025-07-16 13:16:14 +08:00
83 lines
845 B
INI
83 lines
845 B
INI
project.name = course
|
|
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
|
|
|
|
[keywords]
|
|
type = string
|
|
index = mixed
|
|
|
|
[category_id]
|
|
type = string
|
|
index = self
|
|
tokenizer = full
|
|
|
|
[teacher_id]
|
|
type = string
|
|
index = self
|
|
tokenizer = full
|
|
|
|
[market_price]
|
|
type = string
|
|
|
|
[vip_price]
|
|
type = string
|
|
|
|
[study_expiry]
|
|
type = string
|
|
|
|
[refund_expiry]
|
|
type = string
|
|
|
|
[rating]
|
|
type = numeric
|
|
|
|
[score]
|
|
type = numeric
|
|
|
|
[model]
|
|
type = string
|
|
index = self
|
|
tokenizer = full
|
|
|
|
[level]
|
|
type = string
|
|
index = self
|
|
tokenizer = full
|
|
|
|
[attrs]
|
|
type = string
|
|
|
|
[tags]
|
|
type = string
|
|
|
|
[category]
|
|
type = string
|
|
|
|
[teacher]
|
|
type = string
|
|
|
|
[user_count]
|
|
type = string
|
|
|
|
[lesson_count]
|
|
type = string
|
|
|
|
[review_count]
|
|
type = string
|
|
|
|
[favorite_count]
|
|
type = string |