Commit 40cea006 authored by 段英荣's avatar 段英荣

Merge branch 'list_data' into 'master'

指定分词器

See merge request !383
parents c3d7f0a7 87cddd1a
...@@ -229,6 +229,7 @@ class GroupUtils(object): ...@@ -229,6 +229,7 @@ class GroupUtils(object):
'type': 'cross_fields', 'type': 'cross_fields',
'operator': 'and', 'operator': 'and',
'fields': query_fields, 'fields': query_fields,
"analyzer": "gm_default_index"
} }
q['query'] = { q['query'] = {
......
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