运用词汇(谷歌浏览器快捷查看方式:ctrl+F):
    1:

    config 配置 such as 例如 from edit 编辑
    file 文件 located 位于 archive distribution 压缩包
    发行版
    note 注意
    location 位置 directory 目录 package distribution 软件包
    发行版
    sufficient 足够
    elasticsearch 弹性搜索 depend 在于 via 通过 instead 而是
    for 关于 on whether 取决于 variable 变量 accordingly 从而,已
    setting 设置 installation 安装 will as follows 如下
    Alternatively 另外 export 导出 environment 环境

    2:

    .yml 它是一种直观的能够被电脑识别的数据序列化格式,是一个可读性高并且容易被人类阅读,容易和脚本语言交互,强调这种语言以数据做为中心,用来表达资料序列的编程语言
    .options 将配置选项保存为XML格式; 用于保存程序默认值和用户选择的选项
    .properties 属性配置文件
    JVM JVM(Java Virtual Machine,Java虚拟机),JAVA虚拟机JVM是JRE的一部分,JVM有自己完善的硬件架构,如处理器、堆栈、寄存器等,还有相应的指令操作,我们安装JDK时也附带了JRE
    JRE Java运行环境(Java Runtime Environment,简称JRE)是一个软件,由太阳微系统所研发,JRE可以让计算机系统运行Java应用程序(Java Application)
    log4j2 Log4j2是Apache的一个开源项目,通过使用Log4j2可以更加细致地控制日志的生成过程。

    3:

    share 共享 same 相同
    with otherwise 否则
    other 其它 make 使用
    default 默认 might 可能
    appropriate 适当 wrong 错误
    describes 描述 attribute 属性
    purpose 目的 rack 机架
    reuse 重复 important 重要信息

    4:

    identifier 是指用来标识某个实体的一个符号,在计算机编程语言中,标识符是用户编程时使用的名字,用于给变量、常量函数、语句块等命名,以建立起名称与使用之间的关系。标识符通常由字母和数字以及其它字符构成。
    API 编程接口,可以直接调用它们来配置和访问Elasticsearch功能,https://www.elastic.co/guide/en/elasticsearch/reference/current/rest-apis.html#rest-apis

    5:

    human-readable identifier 人类可读标识符
    particular instance 特定实例
    included 包括在内
    response 响应

    6:

    部落节点 部落节点:部落节点可以跨越多个集群,它可以接收每个集群的状态,然后合并成一个全局集群的状态,它可以读写所有节点上的数据

    7:

    DNS Round-robin DNS is a technique of load distribution, load balancing), or fault-tolerance provisioning multiple, redundant Internet Protocol service hosts, e.g., Web server, FTP servers, by managing the Domain Name System‘s (DNS) responses to address requests from client computers according to an appropriate statistical model
    FTP servers The File Transfer Protocol (FTP) is a standard network protocol used for the transfer of computer files between a client and server on a computer network
    Domain 域,是指windows网络中独立运行的单位,在windows网络操作系统中,域是安全边界
    CORS 全称是“跨域资源共享”,它允许浏览器向跨源服务器发出XMLHttpRequest请求,克服AJAX只能同源使用的限制