Skip to content

Commit db7491f

Browse files
committed
broken link
1 parent 9ec090f commit db7491f

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
@@ -11,7 +11,7 @@ The text family includes the following field types:
1111

1212
* [`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.
1313
* [`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.
1515

1616

1717
## Text field type [text-field-type]

0 commit comments

Comments
 (0)