DELETE testindex
PUT testindex
{
"index" : {
"analysis" : {
"tokenizer" : {
"comma" : {
"type" : "pattern",
"pattern" : "," }
},
"analyzer" : {
"comma" : {
"type" :
Elasticsearch custom analyzer with custom pattern(自定义Analyzer的分词pattern)
最新推荐文章于 2025-05-30 09:02:41 发布