Skip to content

Commit

Permalink
[DOCS] Add ip_range datatype to core datatypes range list (#55446)
Browse files Browse the repository at this point in the history
  • Loading branch information
benskelker authored and jrodewig committed Apr 20, 2020
1 parent 8d6d296 commit 4068a3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/mapping/types.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ string:: <<text,`text`>> and <<keyword,`keyword`>>
<<date>>:: `date`
<<boolean>>:: `boolean`
<<binary>>:: `binary`
<<range>>:: `integer_range`, `float_range`, `long_range`, `double_range`, `date_range`
<<range>>:: `integer_range`, `float_range`, `long_range`, `double_range`, `date_range`, `ip_range`

[float]
=== Complex datatypes
Expand Down

0 comments on commit 4068a3d

Please sign in to comment.