Browse Source

transaction 添加 buyerclass

wcc 1 year ago
parent
commit
f5da4eb147
1 changed files with 4 additions and 1 deletions
  1. 4 1
      mapping/transaction_info.txt

+ 4 - 1
mapping/transaction_info.txt

@@ -1,5 +1,5 @@
 ##  人脉通 transaction_info-交易信息表
-curl -H 'Content-Type: application/json'  -u jybid:Top2023_JEB01i@31  -XPUT http://127.0.0.1:19908/transaction_info_v1 -d '{
+curl -H 'Content-Type: application/json'  -u jybid:Top2023_JEB01i@31  -XPUT http://127.0.0.1:19908/transaction_info_v2 -d '{
   "settings": {
     "index": {
       "analysis": {
@@ -86,6 +86,9 @@ curl -H 'Content-Type: application/json'  -u jybid:Top2023_JEB01i@31  -XPUT http
             },
             "information_id": {
                 "type": "keyword"
+            },
+             "buyerclass": {
+                "type": "keyword"
             },
             "buyer": {
                 "type": "keyword",