摘要: ElasticSearch 一般用于分词,订单查询,跨库查询,低代码编程 es 的api 操作 put /索引名称/类型名称/文档id 创建文档 post /索引名称/类型名称 创建文档(随机id) post /索引名称/类型名称/文档id /_update 修改文档 Get /索引名称/类型名称/ 阅读全文
posted @ 2021-10-27 14:19 非著名架构师 阅读(265) 评论(0) 推荐(0)