Authored by
hugufei
fix
...
|
...
|
@@ -11,20 +11,23 @@ |
|
|
"type": "integer"
|
|
|
},
|
|
|
"keyword": {
|
|
|
"type": "keyword"
|
|
|
"type": "keyword",
|
|
|
"index": "no"
|
|
|
},
|
|
|
"description": {
|
|
|
"type": "keyword",
|
|
|
"index": "no"
|
|
|
},
|
|
|
"image": {
|
|
|
"type": "keyword"
|
|
|
"type": "keyword",
|
|
|
"index": "no"
|
|
|
},
|
|
|
"linkUrl": {
|
|
|
"type": "keyword"
|
|
|
"type": "keyword",
|
|
|
"index": "no"
|
|
|
},
|
|
|
"orderBy": {
|
|
|
"type": "keyword"
|
|
|
"type": "integer"
|
|
|
},
|
|
|
"beginTime": {
|
|
|
"type": "integer"
|
...
|
...
|
|