Commit bc21ff8a authored by litaolemo's avatar litaolemo

update

parent 2d3ba35d
...@@ -44,7 +44,7 @@ es2_re = es2.search(index=target_index, doc_type=target_type, ...@@ -44,7 +44,7 @@ es2_re = es2.search(index=target_index, doc_type=target_type,
body=search_body) body=search_body)
es7_re = es7.search(index=target_index, doc_type=target_type, es7_re = es7.search(index=target_index, doc_type=target_type,
body=search_body) body=search_body)
print(es7_re)
# #
# q3_total = es2_re['hits']['total'] # q3_total = es2_re['hits']['total']
# write_into_scan = scan(client=es2, # write_into_scan = scan(client=es2,
......
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