Commit dff45917 authored by Kai's avatar Kai

add logging

parent ef5fe394
......@@ -533,7 +533,12 @@ class TopicUtils(object):
q["_source"] = {
"includes": ["id", "pictorial_id", "user_id", "_score"]
}
q['sort'] ={
"sort": [
{"content_level": {"order": "desc"}},
{"create_time": {"order": "desc"}}
]
}
result_dict = ESPerform.get_search_results(es_cli_obj, sub_index_name=index_type, query_body=q, size=size, routing=routing)
topic_id_list = 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