Skip to content

Latest commit

 

History

History
47 lines (39 loc) · 1.84 KB

kibana-plugin-plugins-data-server.es_field_types.md

File metadata and controls

47 lines (39 loc) · 1.84 KB

Home > kibana-plugin-plugins-data-server > ES_FIELD_TYPES

ES_FIELD_TYPES enum

*

Signature:

export declare enum ES_FIELD_TYPES 

Enumeration Members

Member Value Description
_ID "_id"
_INDEX "_index"
_SOURCE "_source"
_TYPE "_type"
ATTACHMENT "attachment"
BOOLEAN "boolean"
BYTE "byte"
DATE "date"
DATE_NANOS "date_nanos"
DOUBLE "double"
FLOAT "float"
GEO_POINT "geo_point"
GEO_SHAPE "geo_shape"
HALF_FLOAT "half_float"
HISTOGRAM "histogram"
INTEGER "integer"
IP "ip"
KEYWORD "keyword"
LONG "long"
MURMUR3 "murmur3"
NESTED "nested"
OBJECT "object"
SCALED_FLOAT "scaled_float"
SHORT "short"
STRING "string"
TEXT "text"
TOKEN_COUNT "token_count"
UNSIGNED_LONG "unsigned_long"