This commit is contained in:
parent
65c23e8173
commit
12ac93a584
8
app.py
8
app.py
|
|
@ -318,8 +318,8 @@ def search_by_email():
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# 提取字段结构
|
# # 提取字段结构
|
||||||
field_structure = extract_index_structure(es, 'customer')
|
# field_structure = extract_index_structure(es, 'customer')
|
||||||
|
|
||||||
# 打印字段结构
|
# # 打印字段结构
|
||||||
print(json.dumps(field_structure, indent=2, ensure_ascii=False))
|
# print(json.dumps(field_structure, indent=2, ensure_ascii=False))
|
||||||
Loading…
Reference in New Issue