Эх сурвалжийг харах

bidding 添加 package 、subpackage 字段

wcc 2 жил өмнө
parent
commit
670fb5b0f1

+ 16 - 0
mapping/biddingmapping2.txt

@@ -189,6 +189,22 @@ curl -H 'Content-Type: application/json' -u es_all:TopJkO2E_d1x -XPUT http://127
         },
         "id": {
           "type": "keyword"
+        },
+         "package": {
+            "properties": {
+                "bidamount": {
+                    "type": "float"
+                },
+                "name": {
+                    "type": "keyword"
+                },
+                "winner": {
+                    "type": "keyword"
+                }
+            }
+        },
+         "subpackage": {
+            "type": "integer"
         },
         "title": {
           "analyzer": "my_ngram_title",