spider update
更新爬虫spider reload
从文件中重新读取qa文件spider inspect_all_titles
获取在内存中的全部文章标题server stop
停止服务 //待更新
所有: ./files/
配置文件: ./files/cfg.json
生成的QA文件: ./files/spider/
(url)/v1/spider/find?key="要搜索的QA"
(url)/v1/spider/find body: { "keyword": "your keyword in string", "option": "your option for how to search in string" }
注意,option仅可以为fuzzy
或regex