Commit b921be70 authored by 段英荣's avatar 段英荣

modify

parent af142b48
...@@ -309,7 +309,7 @@ class TopicUtils(object): ...@@ -309,7 +309,7 @@ class TopicUtils(object):
q["query"]["function_score"] = query_function_score q["query"]["function_score"] = query_function_score
q["collapse"] = { q["collapse"] = {
"field": "tag_list" "field": "user_id"
} }
q["_source"] = { q["_source"] = {
"includes": ["id", "pictorial_id", "offline_score", "user_id", "edit_tag_list"] "includes": ["id", "pictorial_id", "offline_score", "user_id", "edit_tag_list"]
......
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