@@ -111,19 +111,12 @@ the data as both a `keyword` _and_ a numeric data type.
111111
112112The following parameters are accepted by numeric types:
113113
114- [horizontal]
115-
116114<<coerce,`coerce`>>::
117115
118116 Try to convert strings to numbers and truncate fractions for integers.
119117 Accepts `true` (default) and `false`. Not applicable for `unsigned_long`.
120118 Note that this cannot be set if the `script` parameter is used.
121119
122- include::keyword.asciidoc[tag=dimension]
123- +
124- Of the numeric field types, only `byte`, `short`, `integer`, and `long` fields
125- support this parameter.
126-
127120<<doc-values,`doc_values`>>::
128121
129122 Should the field be stored on disk in a column-stride fashion, so that it
@@ -140,6 +133,10 @@ support this parameter.
140133
141134 Should the field be searchable? Accepts `true` (default) and `false`.
142135
136+ <<mapping-field-meta,`meta`>>::
137+
138+ Metadata about the field.
139+
143140<<null-value,`null_value`>>::
144141
145142 Accepts a numeric value of the same `type` as the field which is
@@ -173,9 +170,25 @@ support this parameter.
173170 the <<mapping-source-field,`_source`>> field. Accepts `true` or `false`
174171 (default).
175172
176- <<mapping-field-meta,`meta`>>::
177-
178- Metadata about the field.
173+ include::keyword.asciidoc[tag=dimension]
174+ +
175+ Of the numeric field types, only `byte`, `short`, `integer`, `long`, and
176+ `unsigned_long` fields support this parameter.
177+ +
178+ A numeric field can't be both a time series dimension and a time series metric.
179+
180+ // tag::time_series_metric[]
181+ `time_series_metric`::
182+ (Optional, string) For internal use by Elastic only. Marks the field as a time
183+ series metric. The value is the metric type. Defaults to `null` (Not a time
184+ series metric).
185+ // end::time_series_metric[]
186+ +
187+ For numeric fields, this parameter accepts `gauge` and `counter`. You can't
188+ update this parameter for existing fields.
189+ +
190+ For a numeric time series metric, the `doc_values` parameter must be `true`. A
191+ numeric field can't be both a time series dimension and a time series metric.
179192
180193[[scaled-float-params]]
181194==== Parameters for `scaled_float`
0 commit comments