Merge pull request #705 from omnivore-app/lowercase-text

Lowercase characters when doing text analysis
This commit is contained in:
Hongbo Wu 2022-05-25 10:51:40 +08:00 committed by GitHub
commit ad91c41f0f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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