Commit 30fdf977 authored by 段英荣's avatar 段英荣

add batch_recommend_user

parent a5a7372d
......@@ -197,7 +197,7 @@ class ESPerform(object):
result_dict["aggregations"] = res["aggregations"]
return result_dict
else:
res = es_cli.msearch(body=query_body index=official_index_name, doc_type=doc_type)
res = es_cli.msearch(body=query_body,index=official_index_name, doc_type=doc_type)
logging.info("duan add,msearch res:%s" % str(res))
return res
......
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