1.indices概述

The indices module controls index-related settings that are globally managed for all indices, rather than being configurable at a per-index level.

2.IndicesModule模块作用

Configures classes and services that are shared by indices on each node.

3.重点类

  3.1 Mapper

  elasticSearch6源码分析(4)indices模块

3.2 IndicesService

 暂时不知道该怎么写,//TODO

相关文章: