摘要: Elasticsearch基本概念 Index 数据库 名字必须是小写 Document Index 里面单条的记录称为 Document(文档)。许多条 Document 构成了一个 Index。 文档索引到Elasticsearch的时候,默认情况下是对所有字段创建倒排索引的(动态mapping 阅读全文
posted @ 2020-11-27 20:41 SandKing 阅读(8) 评论(0) 推荐(0)