Commit a02e652c authored by 李小芳's avatar 李小芳

修改mapping

parent 0a803678
......@@ -44,8 +44,9 @@ def get_es():
def es_indices_analyze(doc_type, body, es):
if es is None:
es = get_es()
es = get_talos_es6()
index = es_index_adapt(
index_prefix=settings.ES_INDEX_PREFIX,
......
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