Commit 1ff78467 authored by 段英荣's avatar 段英荣

modify

parent a5f6b6aa
...@@ -143,7 +143,7 @@ class ESPerform(object): ...@@ -143,7 +143,7 @@ class ESPerform(object):
try: try:
assert (es_cli is not None) assert (es_cli is not None)
official_index_name = cls.get_official_index_name(sub_index_name) official_index_name = cls.get_official_index_name(sub_index_name,"write")
index_exists = es_cli.indices.exists(official_index_name) index_exists = es_cli.indices.exists(official_index_name)
if not index_exists: if not index_exists:
if not auto_create_index: if not auto_create_index:
......
...@@ -3,6 +3,8 @@ ...@@ -3,6 +3,8 @@
"properties": { "properties": {
"id":{"type":"text"}, "id":{"type":"text"},
"suggest":{ "suggest":{
"analyzer":"keyword",
"search_analyzer":"keyword",
"type":"completion", "type":"completion",
"contexts":[ "contexts":[
{ {
......
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