|
@@ -60,12 +60,28 @@ func CreateIndexNameArticleHistory() {
|
|
"type": "date",
|
|
"type": "date",
|
|
"format": "yyyy-MM-dd HH:mm:ss||yyyy-MM-dd||epoch_millis"
|
|
"format": "yyyy-MM-dd HH:mm:ss||yyyy-MM-dd||epoch_millis"
|
|
},
|
|
},
|
|
|
|
+ "PublishDate":{
|
|
|
|
+ "type": "date",
|
|
|
|
+ "format": "yyyy-MM-dd HH:mm:ss||yyyy-MM-dd||epoch_millis"
|
|
|
|
+ },
|
|
"PermissionName": {
|
|
"PermissionName": {
|
|
"type": "keyword"
|
|
"type": "keyword"
|
|
},
|
|
},
|
|
|
|
+ "RealName": {
|
|
|
|
+ "type": "keyword"
|
|
|
|
+ },
|
|
|
|
+ "SellerName": {
|
|
|
|
+ "type": "keyword"
|
|
|
|
+ },
|
|
"StopTime": {
|
|
"StopTime": {
|
|
"type": "short"
|
|
"type": "short"
|
|
- }
|
|
|
|
|
|
+ },
|
|
|
|
+ "CompanyArticleHistoryNum": {
|
|
|
|
+ "type": "short"
|
|
|
|
+ },
|
|
|
|
+ "UserArticleHistoryNum": {
|
|
|
|
+ "type": "short"
|
|
|
|
+ }
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}`
|
|
}`
|