Commit 2cc4bd27 authored by 段英荣's avatar 段英荣

Merge branch 'duanyr' into 'master'

压测调试

See merge request alpha/physical!69
parents e295a118 aef29a10
......@@ -220,18 +220,19 @@ class TopicUtils(object):
q["_source"] = {
"include":["id","group_id","offline_score"]
}
q["sort"] = [
{
"_script":{
"type":"number",
"script":{
"lang":"painless",
"source":"_score+params._source.offline_score"
},
"order":"desc"
}
}
]
# for 压测
# q["sort"] = [
# {
# "_script":{
# "type":"number",
# "script":{
# "lang":"painless",
# "source":"_score+params._source.offline_score"
# },
# "order":"desc"
# }
# }
# ]
result_dict = ESPerform.get_search_results(ESPerform.get_cli(), sub_index_name="topic", query_body=q,
offset=offset, size=size)
......
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