Prechádzať zdrojové kódy

新增 企业资质、人员资质、业绩资格和企业信用 bidding

wcc 1 rok pred
rodič
commit
6c70afe637
1 zmenil súbory, kde vykonal 16 pridanie a 0 odobranie
  1. 16 0
      mapping/biddingmapping2.txt

+ 16 - 0
mapping/biddingmapping2.txt

@@ -453,6 +453,22 @@ curl -H 'Content-Type: application/json' -u es_all:TopJkO2E_d1x -XPUT http://127
         },
         "object_type":{
           "type":"keyword"
+        },
+        "enterprise_qualification": {
+          "type": "text",
+          "analyzer": "my_ngram"
+        },
+        "personnel_qualification": {
+          "type": "text",
+          "analyzer": "my_ngram"
+        },
+        "performance_qualification": {
+          "type": "text",
+          "analyzer": "my_ngram"
+        },
+        "enterprise_credit": {
+          "type": "text",
+          "analyzer": "my_ngram"
         }
       }
     }