Skip to content

Commit 24cae6d

Browse files
andrewkrohjrodewig
andauthored
[DOCS] Sort field data types in docs (#64288)
Co-authored-by: James Rodewig <[email protected]>
1 parent 29d2a9e commit 24cae6d

File tree

3 files changed

+12
-9
lines changed

3 files changed

+12
-9
lines changed

docs/reference/mapping/types.asciidoc

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Dates:: Date types, including <<date,`date`>> and
5151
<<range,Range>>:: Range types, such as `long_range`, `double_range`,
5252
`date_range`, and `ip_range`.
5353
<<ip,`ip`>>:: IPv4 and IPv6 addresses.
54-
<<version,Version>>:: Software versions. Supports https://semver.org/[Semantic Versioning]
54+
<<version,`version`>>:: Software versions. Supports https://semver.org/[Semantic Versioning]
5555
precedence rules.
5656
{plugins}/mapper-murmur3.html[`murmur3`]:: Compute and stores hashes of
5757
values.
@@ -140,17 +140,15 @@ include::types/date_nanos.asciidoc[]
140140

141141
include::types/dense-vector.asciidoc[]
142142

143-
include::types/histogram.asciidoc[]
144-
145143
include::types/flattened.asciidoc[]
146144

147145
include::types/geo-point.asciidoc[]
148146

149147
include::types/geo-shape.asciidoc[]
150148

151-
include::types/ip.asciidoc[]
149+
include::types/histogram.asciidoc[]
152150

153-
include::types/version.asciidoc[]
151+
include::types/ip.asciidoc[]
154152

155153
include::types/parent-join.asciidoc[]
156154

@@ -174,8 +172,12 @@ include::types/rank-features.asciidoc[]
174172

175173
include::types/search-as-you-type.asciidoc[]
176174

175+
include::types/shape.asciidoc[]
176+
177177
include::types/text.asciidoc[]
178178

179179
include::types/token-count.asciidoc[]
180180

181-
include::types/shape.asciidoc[]
181+
include::types/unsigned_long.asciidoc[]
182+
183+
include::types/version.asciidoc[]

docs/reference/mapping/types/numeric.asciidoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,5 +165,3 @@ The following parameters are accepted by numeric types:
165165
sorting) will behave as if the document had a value of +2.3+. High values
166166
of `scaling_factor` improve accuracy but also increase space requirements.
167167
This parameter is required.
168-
169-
include::unsigned_long.asciidoc[]

docs/reference/mapping/types/unsigned_long.asciidoc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
[testenv="basic"]
33

44
[[unsigned-long]]
5-
=== Unsigned long data type
5+
=== Unsigned long field type
6+
++++
7+
<titleabbrev>Unsigned long</titleabbrev>
8+
++++
69
Unsigned long is a numeric field type that represents an unsigned 64-bit
710
integer with a minimum value of 0 and a maximum value of +2^64^-1+
811
(from 0 to 18446744073709551615 inclusive).

0 commit comments

Comments
 (0)