Commit 201c6a40 authored by lixiaofang's avatar lixiaofang

add

parent 33ce4516
......@@ -153,7 +153,7 @@ def pictorial_topic(topic_id=-1, offset=0, size=10):
}
result_dict = ESPerform.get_search_results(es_cli_obj, "pictorial", q, offset, size)
pictorial_id_list =[]
if len(result_dict["hits"]) > 0:
pictorial_id_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