索引、文档-概念

时间:2022-05-27 21:42:41   收藏:0   阅读:22

引入

ES一般保存json
非结构化数据:

{
    id: 1,
    name: "zhangsan",
    friends: [
        {},{},{}
    ],
    gf: [],
}

2 基本概念

2.1 Index(索引)

2.2 Type(类型)

2.3 Document(文档)

原文:https://www.cnblogs.com/yuersan/p/15352123.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!