|
@@ -1,4 +1,4 @@
|
|
-curl -H 'Content-Type: application/json' -u jybid:Top2023_JEB01i@31 -XPUT http://127.0.0.1:19908/ent_info_v2 -d '{
|
|
|
|
|
|
+curl -H 'Content-Type: application/json' -u jybid:Top2023_JEB01i@31 -XPUT http://127.0.0.1:19908/ent_info_v3 -d '{
|
|
"settings": {
|
|
"settings": {
|
|
"index": {
|
|
"index": {
|
|
"analysis": {
|
|
"analysis": {
|
|
@@ -58,7 +58,12 @@ curl -H 'Content-Type: application/json' -u jybid:Top2023_JEB01i@31 -XPUT http
|
|
},
|
|
},
|
|
"company_name": {
|
|
"company_name": {
|
|
"type": "text",
|
|
"type": "text",
|
|
- "analyzer": "my_ngram"
|
|
|
|
|
|
+ "analyzer": "my_ngram",
|
|
|
|
+ "fields": {
|
|
|
|
+ "name": {
|
|
|
|
+ "type": "keyword"
|
|
|
|
+ }
|
|
|
|
+ }
|
|
},
|
|
},
|
|
"company_code": {
|
|
"company_code": {
|
|
"type": "keyword"
|
|
"type": "keyword"
|
|
@@ -177,6 +182,10 @@ curl -H 'Content-Type: application/json' -u jybid:Top2023_JEB01i@31 -XPUT http
|
|
"admin_level": {
|
|
"admin_level": {
|
|
"type": "keyword"
|
|
"type": "keyword"
|
|
},
|
|
},
|
|
|
|
+ "tag_labels": {
|
|
|
|
+ "analyzer": "douhao",
|
|
|
|
+ "type": "text"
|
|
|
|
+ },
|
|
"company_label": {
|
|
"company_label": {
|
|
"type": "keyword",
|
|
"type": "keyword",
|
|
"fields": {
|
|
"fields": {
|