This commit is contained in:
hailin 2024-10-29 12:00:33 +08:00
parent 65c23e8173
commit 12ac93a584
1 changed files with 4 additions and 4 deletions

8
app.py
View File

@ -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))