Commit b0c810ec authored by Kai's avatar Kai

add revise attention_tag_weight

parent 609d39ea
......@@ -221,7 +221,7 @@ class TopicUtils(object):
{
"filter": {"bool": {
"should": {"terms": {"tag_list": attention_tag_list}}}},
"weight": 10000000000000
"weight": 100000
}
)
# if len(recommend_tag_list)>0:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment