Showing
2 changed files
with
6 additions
and
2 deletions
@@ -721,7 +721,9 @@ | @@ -721,7 +721,9 @@ | ||
721 | "analyzer": "comma_spliter" | 721 | "analyzer": "comma_spliter" |
722 | }, | 722 | }, |
723 | "ufoProductCode": { | 723 | "ufoProductCode": { |
724 | - "type": "keyword" | 724 | + "type": "text", |
725 | + "analyzer": "lowercase_keyword", | ||
726 | + "search_analyzer": "lowercase_keyword" | ||
725 | } | 727 | } |
726 | } | 728 | } |
727 | } | 729 | } |
@@ -26,7 +26,9 @@ | @@ -26,7 +26,9 @@ | ||
26 | } | 26 | } |
27 | }, | 27 | }, |
28 | "productCode": { | 28 | "productCode": { |
29 | - "type": "keyword" | 29 | + "type": "text", |
30 | + "analyzer": "lowercase_keyword", | ||
31 | + "search_analyzer": "lowercase_keyword" | ||
30 | }, | 32 | }, |
31 | "maxSortId": { | 33 | "maxSortId": { |
32 | "type": "integer" | 34 | "type": "integer" |
-
Please register or login to post a comment