瀏覽代碼

[Docs] Update edgengram-tokenizer.asciidoc (#79577)

The original example of "snapped" does not apply to this section since it is talking about edge ngrams.
The change replaces the term with "approximate" as a valid example.
nexusalf 4 年之前
父節點
當前提交
e04911bf97
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/reference/analysis/tokenizers/edgengram-tokenizer.asciidoc

+ 1 - 1
docs/reference/analysis/tokenizers/edgengram-tokenizer.asciidoc

@@ -127,7 +127,7 @@ return irrelevant results.
 
 For example, if the `max_gram` is `3` and search terms are truncated to three
 characters, the search term `apple` is shortened to `app`. This means searches
-for `apple` return any indexed terms matching `app`, such as `apply`, `snapped`,
+for `apple` return any indexed terms matching `app`, such as `apply`, `approximate`
 and `apple`.
 
 We recommend testing both approaches to see which best fits your