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

modify

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