values介绍——本质是field value的列存储,做聚合分析用,ES默认开启,会占用存储空间
doc_values Doc values are the on-disk data structure,built at document index time,which makes this data access pattern possible.They store the same values as the_source but in a column-oriented fashion that is way more ...