Skip to content

Commit a6d1c80

Browse files
committed
Change pattern_text description
1 parent ab3d63f commit a6d1c80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ The text family includes the following field types:
1111

1212
* [`text`](/reference/elasticsearch/mapping-reference/text.md), the traditional field type for full-text content such as the body of an email or the description of a product.
1313
* [`match_only_text`](/reference/elasticsearch/mapping-reference/match-only-text.md), a space-optimized variant of `text` that disables scoring and performs slower on queries that need positions. It is best suited for indexing log messages.
14-
* [`pattern_text`](/reference/elasticsearch/mapping-reference/pattern-text.md), a variant of `text` with improved space efficiency when storing log messages.
14+
* [`pattern_text`](/reference/elasticsearch/mapping-reference/pattern-text.md), a variant of `text` which is optimized for log messages which contain sequences that are shared between many messages. By compressing these shared sequences, `pattern_text` provides improved space efficiency relative to `match_only_text`.
1515

0 commit comments

Comments
 (0)