mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 09:28:55 -04:00
[DOCS] Replace irregular whitespaces in docs (#128199)
* Replace irregular whitespaces * More chars
This commit is contained in:
parent
a2b4a6f246
commit
d10ef76ba3
46 changed files with 86 additions and 86 deletions
|
@ -59,12 +59,12 @@ See [Limitations of the `max_gram` parameter](#max-gram-limits).
|
|||
|
||||
Character classes may be any of the following:
|
||||
|
||||
* `letter` — for example `a`, `b`, `ï` or `京`
|
||||
* `digit` — for example `3` or `7`
|
||||
* `whitespace` — for example `" "` or `"\n"`
|
||||
* `punctuation` — for example `!` or `"`
|
||||
* `symbol` — for example `$` or `√`
|
||||
* `custom` — custom characters which need to be set using the `custom_token_chars` setting.
|
||||
* `letter` — for example `a`, `b`, `ï` or `京`
|
||||
* `digit` — for example `3` or `7`
|
||||
* `whitespace` — for example `" "` or `"\n"`
|
||||
* `punctuation` — for example `!` or `"`
|
||||
* `symbol` — for example `$` or `√`
|
||||
* `custom` — custom characters which need to be set using the `custom_token_chars` setting.
|
||||
|
||||
|
||||
`custom_token_chars`
|
||||
|
|
|
@ -46,12 +46,12 @@ The `ngram` tokenizer accepts the following parameters:
|
|||
|
||||
Character classes may be any of the following:
|
||||
|
||||
* `letter` — for example `a`, `b`, `ï` or `京`
|
||||
* `digit` — for example `3` or `7`
|
||||
* `whitespace` — for example `" "` or `"\n"`
|
||||
* `punctuation` — for example `!` or `"`
|
||||
* `symbol` — for example `$` or `√`
|
||||
* `custom` — custom characters which need to be set using the `custom_token_chars` setting.
|
||||
* `letter` — for example `a`, `b`, `ï` or `京`
|
||||
* `digit` — for example `3` or `7`
|
||||
* `whitespace` — for example `" "` or `"\n"`
|
||||
* `punctuation` — for example `!` or `"`
|
||||
* `symbol` — for example `$` or `√`
|
||||
* `custom` — custom characters which need to be set using the `custom_token_chars` setting.
|
||||
|
||||
|
||||
`custom_token_chars`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue