|
@@ -51,7 +51,7 @@ Dates:: Date types, including <<date,`date`>> and
|
|
|
<<range,Range>>:: Range types, such as `long_range`, `double_range`,
|
|
|
`date_range`, and `ip_range`.
|
|
|
<<ip,`ip`>>:: IPv4 and IPv6 addresses.
|
|
|
-<<version,Version>>:: Software versions. Supports https://semver.org/[Semantic Versioning]
|
|
|
+<<version,`version`>>:: Software versions. Supports https://semver.org/[Semantic Versioning]
|
|
|
precedence rules.
|
|
|
{plugins}/mapper-murmur3.html[`murmur3`]:: Compute and stores hashes of
|
|
|
values.
|
|
@@ -140,17 +140,15 @@ include::types/date_nanos.asciidoc[]
|
|
|
|
|
|
include::types/dense-vector.asciidoc[]
|
|
|
|
|
|
-include::types/histogram.asciidoc[]
|
|
|
-
|
|
|
include::types/flattened.asciidoc[]
|
|
|
|
|
|
include::types/geo-point.asciidoc[]
|
|
|
|
|
|
include::types/geo-shape.asciidoc[]
|
|
|
|
|
|
-include::types/ip.asciidoc[]
|
|
|
+include::types/histogram.asciidoc[]
|
|
|
|
|
|
-include::types/version.asciidoc[]
|
|
|
+include::types/ip.asciidoc[]
|
|
|
|
|
|
include::types/parent-join.asciidoc[]
|
|
|
|
|
@@ -174,8 +172,12 @@ include::types/rank-features.asciidoc[]
|
|
|
|
|
|
include::types/search-as-you-type.asciidoc[]
|
|
|
|
|
|
+include::types/shape.asciidoc[]
|
|
|
+
|
|
|
include::types/text.asciidoc[]
|
|
|
|
|
|
include::types/token-count.asciidoc[]
|
|
|
|
|
|
-include::types/shape.asciidoc[]
|
|
|
+include::types/unsigned_long.asciidoc[]
|
|
|
+
|
|
|
+include::types/version.asciidoc[]
|