{
"mapping": {
"fulltext": {
"properties": {
"article": {
"content": {
"type": "text",
"analyzer": "ik_smart",
"search_analyzer": "ik_smart",
"copy_to": "input_all"
}
},
"input_all": {
"type": "text",
"analyzer": "ik_smart",
"search_analyzer": "ik_smart"
}
}
}
}
}
首先,指定content的分词器,然后copy_to到要自定义字段input_all,然后给input_all指定分词器,注意input_all字段一定要设置到propertyies下面。
本文详细介绍了一名人工智能算法标注工程师的工作职责,包括基于博客内容生成新标题、摘要、关键词和标签的过程。强调了信息技术领域相关知识的重要性,并提供了一个实际操作的例子。
3270

被折叠的 条评论
为什么被折叠?



