Skip to content

Commit 4e6f29c

Browse files
committed
Add mention of subscription
1 parent 5426984 commit 4e6f29c

File tree

1 file changed

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

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,9 @@ The following mapping parameters are accepted:
347347
serverless: preview
348348
stack: preview 9.2
349349
```
350-
350+
:::{note}
351+
This feature requires a [subscription](https://www.elastic.co/subscriptions).
352+
:::
351353

352354
The `pattern_text` field type is a variant of [`text`](#text-field-type) with improved space efficiency for log data.
353355
Internally, it decomposes values into static parts that are likely to be shared among many values, and dynamic parts that tend to vary.

0 commit comments

Comments
 (0)