...理 `Logger` 是搜索日志管理工具,针对搜索日志关键词提供查询、删除、更新、刷新、清空等功能。 > tip: 热门搜索、相关搜索、拼音搜索、搜索纠错和建议这些功能都是基于搜索日志来实现的。 > 搜索日志是后台自动...
... unsigned char len; char attr[3]; scws_res_t next; }; ·[b]scws 高频关键词统计集,简称"词表集"[/b],这是 scws 中统计调用时返回用的结构,也是一个单链表结构。 typedef struct scws_topword *scws_top_t; struct scws_topword { char *word; float weight; ...