|
@@ -191,6 +191,14 @@ curl -H 'Content-Type: application/json' -XPUT http://172.20.45.129:9206/projec
|
|
|
"city": {
|
|
|
"type": "keyword"
|
|
|
},
|
|
|
+ "projectperiod": { "type": "keyword" },
|
|
|
+ "basicClass": { "type": "keyword" },
|
|
|
+ "est_purchase_time": { "type": "long" },
|
|
|
+ "signaturedate": { "type": "long" },
|
|
|
+ "expiredate": { "type": "long" },
|
|
|
+ "docendtime": { "type": "long" },
|
|
|
+ "docstarttime": { "type": "long" },
|
|
|
+ "bidstarttime": { "type": "long" },
|
|
|
"projectcode": {
|
|
|
"type": "keyword"
|
|
|
},
|
|
@@ -408,6 +416,14 @@ curl -H 'Content-Type: application/json' -XPUT http://172.20.45.129:9206/projec
|
|
|
"subtitle_projectname": {
|
|
|
"type": "keyword"
|
|
|
},
|
|
|
+ "projectperiod": { "type": "keyword" },
|
|
|
+ "basicClass": { "type": "keyword" },
|
|
|
+ "est_purchase_time": { "type": "long" },
|
|
|
+ "signaturedate": { "type": "long" },
|
|
|
+ "expiredate": { "type": "long" },
|
|
|
+ "docendtime": { "type": "long" },
|
|
|
+ "docstarttime": { "type": "long" },
|
|
|
+ "bidstarttime": { "type": "long" },
|
|
|
"bid_field": {
|
|
|
"analyzer": "douhao",
|
|
|
"type": "text"
|