12.1 Mapping手动创建
-
只能在index里的field不存在的时候,才能指定新field的数据类型,field有数据后,就不能再修改field的类型了
-
可创建的类型如下:
-
integer
-
double
-
date
-
text/string
-
analyzed 分词(默认)
-
not_analyzed 不分词
-
no 不索引
-
创建各种类型的field。(注意,先创建一个空的index,然后再向里面加field)
-
测试analyzed
-
not_analyzed的field,不能进行分词。如果拿着analyze去测不分词字段,会报错