博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
elasearch 版本控制
阅读量:5112 次
发布时间:2019-06-13

本文共 918 字,大约阅读时间需要 3 分钟。

http://192.168.32.81:9200/library/books/8/                              GET{    "_index": "library",    "_type": "books",    "_id": "8",    "_version": 1,    "found": true,    "_source": {        "titile": "Elasticsearch: The Defintive Guide",        "name": {            "first": "Zachary",            "last": "Tong"        },        "publish_date": "2016-07-29",        "price": "90.01"    }}此时版本为  "_version": 1,http://192.168.32.81:9200/library/books/8/_update                               POST{  "doc":{      "price":"11.13"} }{    "_index": "library",    "_type": "books",    "_id": "8",    "_version": 2,    "found": true,    "_source": {        "titile": "Elasticsearch: The Defintive Guide",        "name": {            "first": "Zachary",            "last": "Tong"        },        "publish_date": "2016-07-29",        "price": "11.13"    }}此时版本变为2

转载于:https://www.cnblogs.com/zhaoyangjian724/p/6199456.html

你可能感兴趣的文章
JS 中的跨域请求
查看>>
JAVA开发环境搭建
查看>>
mysql基础语句
查看>>
Oracle中的rownum不能使用大于>的问题
查看>>
cassandra vs mongo (1)存储引擎
查看>>
Visual Studio基于CMake配置opencv1.0.0、opencv2.2
查看>>
遍历Map对象
查看>>
MySQL索引背后的数据结构及算法原理
查看>>
#Leetcode# 209. Minimum Size Subarray Sum
查看>>
SDN第四次作业
查看>>
DM8168 DVRRDK软件框架研究
查看>>
django迁移数据库错误
查看>>
yii 跳转页面
查看>>
洛谷 1449——后缀表达式(线性数据结构)
查看>>
Data truncation: Out of range value for column 'Quality' at row 1
查看>>
Dirichlet分布深入理解
查看>>
(转)Android之发送短信的两种方式
查看>>
字符串处理
查看>>
HtmlUnitDriver 网页内容动态抓取
查看>>
ad logon hour
查看>>