You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/elasticsearch/mapping-reference/text.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -349,7 +349,7 @@ stack: preview 9.2
349
349
```
350
350
351
351
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.
353
353
Internally, it decomposes values into static parts that are likely to be shared among many values, and dynamic parts that tend to vary.
354
354
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.
355
355
This decomposition allows for improved compression on log-like data.
0 commit comments