IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Reimplementing and extending the analyzers
editReimplementing and extending the analyzers
editThe polish
analyzer could be reimplemented as a custom
analyzer that can
then be extended and configured differently as follows:
PUT /stempel_example { "settings": { "analysis": { "analyzer": { "rebuilt_stempel": { "tokenizer": "standard", "filter": [ "lowercase", "polish_stop", "polish_stem" ] } } } } }