...
|
...
|
@@ -352,7 +352,7 @@ |
|
|
"analyzer": "ik_complex",
|
|
|
"search_analyzer": "ik_complex"
|
|
|
},
|
|
|
"phrase": {
|
|
|
"phrase": {
|
|
|
"type": "string",
|
|
|
"index": "not_analyzed",
|
|
|
"doc_values": true,
|
...
|
...
|
@@ -765,7 +765,7 @@ |
|
|
},
|
|
|
"standardNames": {
|
|
|
"type": "string",
|
|
|
"analyzer":"comma_spliter"
|
|
|
"analyzer": "comma_spliter"
|
|
|
},
|
|
|
"standardOnlyNames": {
|
|
|
"fields": {
|
...
|
...
|
@@ -971,13 +971,30 @@ |
|
|
"type": "string",
|
|
|
"analyzer": "comma_spliter"
|
|
|
},
|
|
|
"shopName": {
|
|
|
"type": "string",
|
|
|
"analyzer": "ik_complex"
|
|
|
},
|
|
|
"shopDomain": {
|
|
|
"type": "string",
|
|
|
"index": "not_analyzed"
|
|
|
},
|
|
|
"shopName": {
|
|
|
"fields": {
|
|
|
"shopName": {
|
|
|
"type": "string",
|
|
|
"store": false,
|
|
|
"analyzer": "ik_complex",
|
|
|
"search_analyzer": "ik_complex",
|
|
|
"copy_to": [
|
|
|
"searchField",
|
|
|
"searchField_ansj"
|
|
|
]
|
|
|
},
|
|
|
"shopName_lowercase": {
|
|
|
"type": "string",
|
|
|
"store": false,
|
|
|
"analyzer": "lowercase_keyword",
|
|
|
"search_analyzer": "ik_complex"
|
|
|
}
|
|
|
},
|
|
|
"type": "multi_field"
|
|
|
}
|
|
|
}
|
|
|
}
|
...
|
...
|
|