curl -XPUT -H 'Content-Type:application/json' -d \
'{
"mappings": {
"t_videos": {
"properties": {
"season_no": {
"type": "integer"
},
"short_intro": {
"type": "text",
"analyzer": "ik_max_word",
"search_analyzer": "ik_smart"
}
}
}
}
}'
阅读(1399) | 评论(0) | 转发(0) |