Skip to content

Commit 5e4501e

Browse files
orangejuliusChristoph Büscher
authored and
Christoph Büscher
committed
[Docs] Consolidate single example into a single line (#48904)
The first example of splitting rules for the `word_delimiter` token filter was spread across two bullet points. This makes it look like they are two separate splitting rules.
1 parent af887be commit 5e4501e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/reference/analysis/tokenfilters/word-delimiter-tokenfilter.asciidoc

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ optional transformations on subword groups. Words are split into
66
subwords with the following rules:
77

88
* split on intra-word delimiters (by default, all non alpha-numeric
9-
characters).
10-
* "Wi-Fi" -> "Wi", "Fi"
9+
characters): "Wi-Fi" -> "Wi", "Fi"
1110
* split on case transitions: "PowerShot" -> "Power", "Shot"
1211
* split on letter-number transitions: "SD500" -> "SD", "500"
1312
* leading and trailing intra-word delimiters on each subword are

0 commit comments

Comments
 (0)