Commit 544574cd authored by 李小芳's avatar 李小芳

修改mapping

parent 1a4d3f51
......@@ -112,6 +112,7 @@ def put_mapping(es, index_prefix, doc_type, mapping, delete=False):
mapping_copy = copy.deepcopy(mapping)
mapping_copy = _mapping_modify(es, doc_type, mapping_copy)
print(mapping_copy)
return cl.put_mapping(index=index, doc_type=doc_type, body=mapping_copy)
......
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