admin 管理员组文章数量: 887239
2024年1月15日发(作者:routercmdccom管理页面)
"film":
{
"_all":{"enabled": true
},"properties":{ "id":
{
"type": "integer"},"name":{"type": "text", "analyzer": "ikSearchAnalyzer", "search_analyzer": "ikSearchAnalyzer", "fields":{ "pinyin": {
"type": "text", "analyzer": "pinyinSimpleIndexAnalyzer", "search_analyzer": "pinyinSimpleIndexAnalyzer"
} } },"nameOri": { "type": "text"
},"publishDate":
{ "type": "text" },"type":
{ "type": "text"},"language":
{ "type": "text"
},"fileDuration":{ "type": "text"
},"director":{ "type": "text", "index": "true", "analyzer": "ikSearchAnalyzer" },"created":
{ "type": "date", "format": "yyyy-MM-dd HH:mm:ss||yyyy-MM-dd||epoch_millis"
} } } }{ "index": { "analysis":
{ "filter":{ "edge_ngram_filter":
{ "type": "edge_ngram", "min_gram": 1, "max_gram": 50
},"pinyin_simple_filter":
{ "type": "pinyin", "first_letter": "prefix", "padding_char": " ", "limit_first_letter_length": 50, "lowercase": true }
},"char_filter":
{
"tsconvert": { "type": "stconvert", "convert_type": "t2s"
}
},"analyzer": { "ikSearchAnalyzer":
{ "type": "custom", "tokenizer": "ik_max_word", "char_filter": [ "tsconvert" ] },"pinyinSimpleIndexAnalyzer":
{ "tokenizer": "keyword", "filter": [ "pinyin_simple_filter", "edge_ngram_filter", "lowercase" ]
} } } } }
版权声明:本文标题:es(elasticsearch)整合SpringCloud(SpringBoot)搭建教程详解 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.freenas.com.cn/jishu/1705268638h479123.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论