637 B
637 B
mapped_pages | |
---|---|
|
Reimplementing and extending the analyzers [_reimplementing_and_extending_the_analyzers]
The smartcn
analyzer could be reimplemented as a custom
analyzer that can then be extended and configured as follows:
PUT smartcn_example
{
"settings": {
"analysis": {
"analyzer": {
"rebuilt_smartcn": {
"tokenizer": "smartcn_tokenizer",
"filter": [
"porter_stem",
"smartcn_stop"
]
}
}
}
}
}