Lowercase characters when doing text analysis

This commit is contained in:
Hongbo Wu
2022-05-25 09:59:43 +08:00
parent e77ba2049e
commit 6c78d6188b

View File

@ -7,7 +7,8 @@
"analyzer": {
"strip_html_analyzer": {
"tokenizer": "standard",
"char_filter": ["html_strip"]
"char_filter": ["html_strip"],
"filter": ["lowercase"]
}
},
"normalizer": {