将product_skn的字段的search_analyzer也修改为ik_complex,解决搜索“卫衣 XXX”搜索不出来的问题
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -353,7 +353,7 @@ | @@ -353,7 +353,7 @@ | ||
353 | "type": "string", | 353 | "type": "string", |
354 | "store": false, | 354 | "store": false, |
355 | "analyzer": "keyword", | 355 | "analyzer": "keyword", |
356 | - "search_analyzer": "comma_spliter" | 356 | + "search_analyzer": "ik_complex" |
357 | } | 357 | } |
358 | }, | 358 | }, |
359 | "type": "multi_field" | 359 | "type": "multi_field" |
-
Please register or login to post a comment