Commit 59aca989 authored by 段英荣's avatar 段英荣

modify

parent 0faabd47
...@@ -158,14 +158,14 @@ class TopicUtils(object): ...@@ -158,14 +158,14 @@ class TopicUtils(object):
q["query"] = dict() q["query"] = dict()
functions_list = [ functions_list = [
# { {
# "filter": { "filter": {
# "term": { "term": {
# "language_type": 1 "language_type": 1
# } }
# }, },
# "weight": 60 "weight": 60
# }, },
{ {
"gauss": { "gauss": {
"create_time": { "create_time": {
...@@ -175,18 +175,18 @@ class TopicUtils(object): ...@@ -175,18 +175,18 @@ class TopicUtils(object):
}, },
"weight": 60 "weight": 60
}, },
# { {
# "filter": { "filter": {
# "constant_score":{ "constant_score":{
# "filter":{ "filter":{
# "term": { "term": {
# "content_level": 6 "content_level": 6
# } }
# } }
# } }
# }, },
# "weight": 600 "weight": 600
# } }
] ]
# if len(user_similar_score_list) > 0: # if len(user_similar_score_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