一、数据类型
1.1 核心数据类型
字符串型:text(分词)、keyword(不分词)
数值型:long、integer、short、byte、double、float、half_float、scaled_float
日期类型:date
布尔类型:boolean
二进制类型:binary
范围类型:integer_range、float_range、long_range、double_range、date_range
1.2 复杂数据类型
数组类型:array
对象类型:object
嵌套类型:nested object
1.3 地理位置数据类型
geo_point(点)、geo_shape(形状)
1.4 专用类型
记录IP地址ip
实现自动补全completion
记录分词数:token_count
记录字符串hash值murmur3
多字段特性multi-fields