Browse Source

Update supported types list

Abdon Pijpelink 2 years ago
parent
commit
47566f4276
1 changed files with 5 additions and 3 deletions
  1. 5 3
      docs/reference/esql/index.asciidoc

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

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