Commit 422942a0 authored by Kai's avatar Kai

add topic detail

parent eede51a0
...@@ -220,7 +220,7 @@ class TopicUtils(object): ...@@ -220,7 +220,7 @@ class TopicUtils(object):
{ {
"filter": {"bool": { "filter": {"bool": {
"should": {"term": {"user_id": topic_user_id}}}}, "should": {"term": {"user_id": topic_user_id}}}},
"weight": 5000 "weight": 15000
} }
) )
query_function_score = { query_function_score = {
......
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