1 Star 0 Fork 20

CPLABonus/fastsearch

forked from RACHEL/fastsearch 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
config.yaml 937 Bytes
一键复制 编辑 原始数据 按行查看 历史
#监听地址
addr: 0.0.0.0:5679
#数据目录
# data: ./data/db
data: C:/fastsearch/data/db
# 负面词目录
negative_data: ./data/neg_data/
#词典目录
dictionary: ./data/dictionary.txt
#是否启用admin
enableAdmin: true
#是否允许删除
allow_drop: true
# 最大线程数
gomaxprocs: 2
# admin 用户名和密码
# auth: 帐号:密码
# 接口是否开启压缩
enableGzip: true
# 数据库关闭超时时间 0不关闭
timeout: 0
# 分片数量
shard: 10
# 分片缓冲数量
bufferNum: 1000
# 是否开启调试模式
debug: false
# 打印消息
info: true
# 消息队列配置
mqtt:
enable: true
path: ./mqtt.yaml
#通知配置
notice:
enable: true
#钉钉通知
DingTalk:
enable: true
# web_hook: https://oapi.dingtalk.com/robot/send?access_token=
# 企业微信通知
QyWeixin:
enable: false
corp_id: <CorpID>
corp_secret: <CorpSecret>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/CPLiu/fastsearch.git
git@gitee.com:CPLiu/fastsearch.git
CPLiu
fastsearch
fastsearch
master

搜索帮助