Skip to content

Commit 62367cc

Browse files
committed
Update docs
1 parent 97b431e commit 62367cc

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/reference/analysis/tokenfilters/hyphenation-decompounder-tokenfilter.asciidoc

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,20 @@ output. Defaults to `5`.
111111
(Optional, Boolean)
112112
If `true`, only include the longest matching subword. Defaults to `false`.
113113

114+
`no_sub_matches`::
115+
(Optional, Boolean)
116+
If `true`, do not match sub tokens in tokens that are in the word list.
117+
Defaults to `false`.
118+
119+
`no_overlapping_matches`::
120+
(Optional, Boolean)
121+
If `true`, do not allow overlapping tokens.
122+
Defaults to `false`.
123+
124+
Typically users will only want to include one of the three flags as enabling `no_overlapping_matches` is the most restrictive and `no_sub_matches` is more restrictive as `only_longest_match`. When enabling a more restrictive option the state of the less restrictive does not have any effect.
125+
126+
127+
114128
[[analysis-hyp-decomp-tokenfilter-customize]]
115129
==== Customize and add to an analyzer
116130

0 commit comments

Comments
 (0)