52 lines
961 B
JSON
52 lines
961 B
JSON
{
|
|
"aliases": {
|
|
"post": {}
|
|
},
|
|
"mappings": {
|
|
"properties": {
|
|
"title": {
|
|
"type": "text",
|
|
"analyzer": "ik_max_word",
|
|
"search_analyzer": "ik_smart",
|
|
"fields": {
|
|
"keyword": {
|
|
"type": "keyword",
|
|
"ignore_above": 256
|
|
}
|
|
}
|
|
},
|
|
"content": {
|
|
"type": "text",
|
|
"analyzer": "ik_max_word",
|
|
"search_analyzer": "ik_smart",
|
|
"fields": {
|
|
"keyword": {
|
|
"type": "keyword",
|
|
"ignore_above": 256
|
|
}
|
|
}
|
|
},
|
|
"tags": {
|
|
"type": "keyword"
|
|
},
|
|
"thumbNum": {
|
|
"type": "long"
|
|
},
|
|
"favourNum": {
|
|
"type": "long"
|
|
},
|
|
"userId": {
|
|
"type": "keyword"
|
|
},
|
|
"createTime": {
|
|
"type": "date"
|
|
},
|
|
"updateTime": {
|
|
"type": "date"
|
|
},
|
|
"isDelete": {
|
|
"type": "keyword"
|
|
}
|
|
}
|
|
}
|
|
} |