Browse Source

Update types list

Abdon Pijpelink 2 years ago
parent
commit
0c14d5d332
1 changed files with 4 additions and 3 deletions
  1. 4 3
      docs/reference/esql/index.asciidoc

+ 4 - 3
docs/reference/esql/index.asciidoc

@@ -111,10 +111,11 @@ with the time filter.
 - `alias`
 - `boolean`
 - `date`
-- `double`/`float`/`half_float`/`scaled_float` (represented as `double`)
+- `double` (`float`, `half_float`, `scaled_float` are represented as `double`)
 - `ip`
-- `keyword` family (`keyword`, `constant_keyword`, and `wildcard`)
-- `long`/`int`/`short`/`byte` (represented as `long`)
+- `keyword` family including `keyword`, `constant_keyword`, and `wildcard`
+- `int` (`short` and `byte` are represented as `int`)
+- `long`
 - `null`
 - `text`
 - `unsigned_long`