瀏覽代碼

[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.
Julian Simioni 6 年之前
父節點
當前提交
05bc46e7e4
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      docs/reference/analysis/tokenfilters/word-delimiter-tokenfilter.asciidoc

+ 1 - 2
docs/reference/analysis/tokenfilters/word-delimiter-tokenfilter.asciidoc

@@ -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