elasticsearch7.X 自定义分词器
elasticsearch 自定义分词器
1.新增自定义分词器
官方文档
PUT my_index
{
"settings": {
"analysis": {
"analyzer": {
"my_custom_analyzer": {
"type": "custom",
"tokenizer": "standard",
"char_filter": [
"html_strip"
原创
2021-07-21 19:12:35 ·
1103 阅读 ·
0 评论