From cdbe092d909a31d8bca88f2d5f4ca161f5afc403 Mon Sep 17 00:00:00 2001 From: Felix Barnsteiner Date: Tue, 2 Jul 2024 17:04:57 +0200 Subject: [PATCH] Update docs now that keyword dimensions support ignore_above (#110385) This is a follow-up from https://github.com/elastic/elasticsearch/pull/110337 --- docs/reference/mapping/types/keyword.asciidoc | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/reference/mapping/types/keyword.asciidoc b/docs/reference/mapping/types/keyword.asciidoc index a6f41a38f559c..59d307c4df0ad 100644 --- a/docs/reference/mapping/types/keyword.asciidoc +++ b/docs/reference/mapping/types/keyword.asciidoc @@ -166,7 +166,6 @@ Dimension fields have the following constraints: * Field values cannot be an <>. // end::dimension[] * Dimension values are used to identify a document’s time series. If dimension values are altered in any way during indexing, the document will be stored as belonging to different from intended time series. As a result there are additional constraints: -** <> mapping parameter isn't supported. ** The field cannot use a <>. --