Commit 873e083b authored by 段英荣's avatar 段英荣

add batch_recommend_user

parent 340ee621
......@@ -245,7 +245,7 @@ class UserUtils(object):
result_dict = ESPerform.get_search_results(ESPerform.get_cli(), sub_index_name="user", query_body=batch_query_list,
batch_search=False)
batch_search=True)
return result_dict
except:
logging.error("catch exception,err_msg:%s" % traceback.format_exc())
......
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