Elasticsearch 7.3中,如何掌握Mapping的动态数据类型与核心类型?
- 内容介绍
- 文章标签
- 相关推荐
本文共计1673个文字,预计阅读时间需要7分钟。
1. Mapping的核心数据类型及dynamic mapping
1.1 核心数据类型
- string: text, keyword - byte, short, integer, long - float, double - boolean - date 详细信息请见:https://www.elastic.co/guide/en/elasticsearch/reference/7.3/map. 1、mapping的核心数据类型以及dynamic mapping 1.1 核心的数据类型string :text and keyword,byte,short,integer,long,float,double,boolean,date
详见:www.elastic.co/guide/en/elasticsearch/reference/7.3/mapping-types.html。
本文共计1673个文字,预计阅读时间需要7分钟。
1. Mapping的核心数据类型及dynamic mapping
1.1 核心数据类型
- string: text, keyword - byte, short, integer, long - float, double - boolean - date 详细信息请见:https://www.elastic.co/guide/en/elasticsearch/reference/7.3/map. 1、mapping的核心数据类型以及dynamic mapping 1.1 核心的数据类型string :text and keyword,byte,short,integer,long,float,double,boolean,date
详见:www.elastic.co/guide/en/elasticsearch/reference/7.3/mapping-types.html。

