Skip to content

Commit 5fd13e8

Browse files
committed
mention standard analyzer is supported
1 parent 4e6f29c commit 5fd13e8

File tree

1 file changed

+3
-2
lines changed
  • docs/reference/elasticsearch/mapping-reference

1 file changed

+3
-2
lines changed

docs/reference/elasticsearch/mapping-reference/text.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -411,8 +411,9 @@ PUT logs
411411
The following mapping parameters are accepted:
412412

413413
[`analyzer`](/reference/elasticsearch/mapping-reference/analyzer.md)
414-
: The [analyzer](docs-content://manage-data/data-store/text-analysis.md) which should be used for the `pattern_text` field, both at index-time and at search-time (unless overridden by the [`search_analyzer`](/reference/elasticsearch/mapping-reference/search-analyzer.md)). Defaults to a custom delimiter-based analyzer.
415-
This analyzer applies a lowercase filter and then splits on whitespace and the following delimiters: `=`, `?`, `:`, `[`, `]`, `{`, `}`, `"`, `\`, `'`.
414+
: The [analyzer](docs-content://manage-data/data-store/text-analysis.md) which should be used for the `pattern_text` field, both at index-time and at search-time (unless overridden by the [`search_analyzer`](/reference/elasticsearch/mapping-reference/search-analyzer.md)).
415+
Supports a delimiter-based analyzer and the standard analyzer, as is used in `match_only_text` mappings.
416+
Defaults to the delimiter-based analyzer, which applies a lowercase filter and then splits on whitespace and the following delimiters: `=`, `?`, `:`, `[`, `]`, `{`, `}`, `"`, `\`, `'`.
416417

417418
[`index_options`](/reference/elasticsearch/mapping-reference/index-options.md)
418419
: What information should be stored in the index, for search and highlighting purposes. Valid values are `docs` and `positions`. Defaults to `docs`.

0 commit comments

Comments
 (0)