Browse Source

Add half_float and scaled float (#22988)

to numeric datatypes
(cherry picked from commit 67ea06145a80d5ec52ba55d1f2e1e8287e1882b1)
Russ Cam 8 years ago
parent
commit
f6821c41d8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/mapping/types.asciidoc

+ 1 - 1
docs/reference/mapping/types.asciidoc

@@ -8,7 +8,7 @@ document:
 === Core datatypes
 
 string::        <<text,`text`>> and <<keyword,`keyword`>>
-<<number>>::    `long`, `integer`, `short`, `byte`, `double`, `float`
+<<number>>::    `long`, `integer`, `short`, `byte`, `double`, `float`, `half_float`, `scaled_float`
 <<date>>::      `date`
 <<boolean>>::   `boolean`
 <<binary>>::    `binary`