mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 10:25:15 +00:00
Docs: Use the "stemmer" token filter for the english analyzer, to be consistent
This commit is contained in:
parent
8a94b71b75
commit
04dacaaf27
@ -519,6 +519,10 @@ The `english` analyzer could be reimplemented as a `custom` analyzer as follows:
|
||||
"type": "keyword_marker",
|
||||
"keywords": [] <2>
|
||||
},
|
||||
"english_stemmer": {
|
||||
"type": "stemmer",
|
||||
"language": "english"
|
||||
},
|
||||
"english_possessive_stemmer": {
|
||||
"type": "stemmer",
|
||||
"language": "possessive_english"
|
||||
@ -532,7 +536,7 @@ The `english` analyzer could be reimplemented as a `custom` analyzer as follows:
|
||||
"lowercase",
|
||||
"english_stop",
|
||||
"english_keywords",
|
||||
"porter_stem"
|
||||
"english_stemmer"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user