-
[Elasticsearch] Numeric(숫자) Data TypesElasticsearch 2018. 7. 14. 22:18DOCS : https://www.elastic.co/guide/en/elasticsearch/reference/6.2/number.html
구분
범위
long
A signed 64-bit integer with a minimum value of
-263
and a maximum value of263-1
integer
A signed 32-bit integer with a minimum value of
-231
and a maximum value of231-1
short
A signed 16-bit integer with a minimum value of
-32,768
and a maximum value of32,767
byte
A signed 8-bit integer with a minimum value of
-128
and a maximum value of127
double
A double-precision 64-bit IEEE 754 floating point number, restricted to finite values
float
A single-precision 32-bit IEEE 754 floating point number, restricted to finite values
half_float
A half-precision 16-bit IEEE 754 floating point number, restricted to finite values
scled_float
A finite floating point number that is backed by a
long
, scaled by a fixeddouble
scaling factor지정된 범위를 초과하면 에러발생
'Elasticsearch' 카테고리의 다른 글
CentOS 7 Auditbeat 7.0 OSS RPM Install (0) 2019.04.29 CentOS 7 Elasticsearch / kibana 7.0 OSS RPM Install (0) 2019.04.29 [elastic] winlogbeat (윈도이벤트 로그 경량 수집기) - 설치 (0) 2019.03.20 [Python] Elasticsearch Monitoring (0) 2018.07.22 Beat(비트) 윈도우 서비스에 등록하기 (0) 2018.07.02 JDBC를 이용하여 logstash 연동 - MSSQL (0) 2018.07.01 Kibana설치 - Windows 2012 (0) 2018.06.25 Elasticsearch 설치 -Windows 2012 (0) 2018.06.24