Skip to content

Commit cd99011

Browse files
Update docs/reference/elasticsearch/mapping-reference/text.md
Co-authored-by: Liam Thompson <[email protected]>
1 parent 67aa9dd commit cd99011

File tree

1 file changed

+1
-1
lines changed
  • docs/reference/elasticsearch/mapping-reference

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ stack: preview 9.2
349349
```
350350

351351

352-
A variant of [`text`](#text-field-type) with improved space efficiency for log data.
352+
The `pattern_text` field type is a variant of [`text`](#text-field-type) with improved space efficiency for log data.
353353
Internally, it decomposes values into static parts that are likely to be shared among many values, and dynamic parts that tend to vary.
354354
The static parts usually come from the explanatory text of a log message, while the dynamic parts are the variables that were interpolated into the logs.
355355
This decomposition allows for improved compression on log-like data.

0 commit comments

Comments
 (0)