mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Merge pull request #705 from omnivore-app/lowercase-text
Lowercase characters when doing text analysis
This commit is contained in:
commit
ad91c41f0f
1 changed files with 2 additions and 1 deletions
|
|
@ -7,7 +7,8 @@
|
|||
"analyzer": {
|
||||
"strip_html_analyzer": {
|
||||
"tokenizer": "standard",
|
||||
"char_filter": ["html_strip"]
|
||||
"char_filter": ["html_strip"],
|
||||
"filter": ["lowercase"]
|
||||
}
|
||||
},
|
||||
"normalizer": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue