@@ -60,12 +60,28 @@ func CreateIndexNameArticleHistory() {
"type": "date",
"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": {
"type": "keyword"
+ "RealName": {
+ "type": "keyword"
+ "SellerName": {
"StopTime": {
"type": "short"
- }
+ "CompanyArticleHistoryNum": {
+ "type": "short"
+ "UserArticleHistoryNum": {
+ }
}
}`