Skip to content

Commit

Permalink
[Docs] Consolidate single example into a single line (#48904)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
orangejulius authored and Christoph Büscher committed Nov 8, 2019
1 parent af887be commit 5e4501e
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ optional transformations on subword groups. Words are split into
subwords with the following rules:

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

0 comments on commit 5e4501e

Please sign in to comment.