摘要:
package typesimport ( "github.com/huichen/wukong/utils")type SearchResponse struct { // 搜索用到的关键词 Tokens []string // 搜索到的文档,已排序 Docs []ScoredDocument // 搜索是否超时。超时的情况下也可能会返回部分结果 Tim... 阅读全文
posted @ 2017-09-01 09:30
张伯雨
阅读(412)
评论(0)
推荐(0)
2017年9月1日