query := elastic.NewTermQuery("category_id",categoryId)
result, e := ES.GetEs().Search().Index("group_category").Type("_doc").Query(query).Sort("img_date",false).Do(context.Background())
这样搜索是把所有字段都返回了, 我想只返回指定的字段,应该怎么设置呢? 比如我只想返回 id这个字段, 求各位大佬帮忙看下!
有疑问加站长微信联系(非本文作者)