You are looking at documentation for an older release.
Not what you want? See the
current release documentation.
Keyword Marker Token Filteredit
Protects 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