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
@@ -11,7 +11,7 @@ The text family includes the following field types:
11
11
12
12
*[`text`](#text-field-type), the traditional field type for full-text content such as the body of an email or the description of a product.
13
13
*[`match_only_text`](#match-only-text-field-type), 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`](#pattern-text-text-field-type), a variant of `text` with improved space efficiency when storing log messages.
14
+
*[`pattern_text`](#pattern-text-field-type), a variant of `text` with improved space efficiency when storing log messages.
0 commit comments