ElasticStack系列之二 & ElasticStack整体架构

1. ElasticSearch的几个基本概念      <1. Index   类似于mysql数据库中的database   <2. Type   类似于mysql数据库中的table表,es中可以在Index(database)中建立多个type(table),其中每个type结构可以使不同的,通过mapping进行映射。   <3. Document   由于es存储的数据是文档型的,一条
相关文章
相关标签/搜索