WARNING: Version 2.4 of Elasticsearch has passed its EOL date.
This documentation is no longer being maintained and may be removed. If you are running this version, we strongly advise you to upgrade. For the latest information, see the current release documentation.
Keyword Marker Token Filter
editKeyword Marker Token Filter
editProtects words from being modified by stemmers. Must be placed before any stemming filters.
Setting | Description |
---|---|
|
A list of words to use. |
|
A path (either relative to |
|
Set to |
Here is an example:
index : analysis : analyzer : myAnalyzer : type : custom tokenizer : standard filter : [lowercase, protwords, porter_stem] filter : protwords : type : keyword_marker keywords_path : analysis/protwords.txt