Commit ed5f1f69 authored by lixiaofang's avatar lixiaofang

add

parent 5b20e49b
......@@ -72,6 +72,8 @@ class GroupUtils(object):
pictorial_ids_list = []
logging.info("get result_dict :%s"%result_dict)
logging.info("get result_dict :%s"%q)
if len(result_dict["hits"]) > 0:
pictorial_ids_list = [item["_source"]["id"] for item in result_dict["hits"]]
......
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