{"id":528,"date":"2022-05-25T08:24:16","date_gmt":"2022-05-25T00:24:16","guid":{"rendered":"https:\/\/usei.cn\/?p=528"},"modified":"2022-05-25T08:24:16","modified_gmt":"2022-05-25T00:24:16","slug":"elasticsearch-%e5%b8%b8%e7%94%a8%e5%91%bd%e4%bb%a4","status":"publish","type":"post","link":"https:\/\/usei.cn\/index.php\/2022\/05\/25\/elasticsearch-%e5%b8%b8%e7%94%a8%e5%91%bd%e4%bb%a4\/","title":{"rendered":"ElasticSearch \u5e38\u7528\u547d\u4ee4"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">1.\u521b\u5efa\u7d22\u5f15<\/h2>\n\n\n\n<pre class=\"wp-block-code\"><code>PUT users\r\n{\r\n  \"mappings\": {\r\n    \"properties\": {\r\n      \"name\":{\r\n        \"type\": \"keyword\"\r\n      },\r\n      \"age\":{\r\n        \"type\": \"integer\"\r\n      },\r\n      \"remark\":{\r\n        \"type\": \"text\"\r\n      }\r\n    }\r\n  }\r\n}<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">2.\u6dfb\u52a0\u7d22\u5f15\u7ed3\u6784<\/h2>\n\n\n\n<pre class=\"wp-block-code\"><code>PUT users\/_mapping\n{\n  \"properties\": {\n      \"content1\":{\n        \"type\": \"keyword\"\n      },\n      \"content2\":{\n        \"type\": \"keyword\"\n      }\n  }\n}<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">3.\u67e5\u770b\u7d22\u5f15\u7ed3\u6784<\/h2>\n\n\n\n<pre class=\"wp-block-code\"><code>GET users<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">4.\u5220\u9664\u7d22\u5f15<\/h2>\n\n\n\n<pre class=\"wp-block-code\"><code>DELETE users<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">1.\u6dfb\u52a0\uff08\u6587\u6863\uff09\u6570\u636e<\/h2>\n\n\n\n<pre class=\"wp-block-code\"><code>PUT users\/_doc\/1\r\n{\r\n  \"age\":15,\r\n  \"name\":\"\u5f20\u4e09\u7684\u540d\u5b57\u53eb\u5f20\u4e09\",\r\n  \"remark\":\"\u5f20\u4e09\u7684\u5907\u6ce8\",\r\n  \"content\":\"\u5f20\u4e09\u7684content\"\r\n}<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">2.\u6839ID\u83b7\u5f97\u6587\u6863\u6570\u636e<\/h2>\n\n\n\n<pre class=\"wp-block-code\"><code>GET users\/_doc\/1<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">3.\u6839\u636eID\u4fee\u6539\u6587\u6863\u6570\u636e(post\u65b9\u5f0f\uff0c\u63a8\u8350)<\/h2>\n\n\n\n<pre class=\"wp-block-code\"><code>\rPOST users\/_doc\/1\r\n{\r\n  \"doc\":{\r\n    \"age\":15,\r\n    \"name\":\"\u5f20\u4e09\u7684\u540d\u5b57\",\r\n    \"remark\":\"\u5f20\u4e09\u7684\u5907\u6ce8\"\r\n  }\r\n}<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">4.\u6839\u636eID\u5220\u9664<\/h2>\n\n\n\n<pre class=\"wp-block-code\"><code>DELETE users\/_doc\/1<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>1.\u521b\u5efa\u7d22\u5f15 2.\u6dfb\u52a0\u7d22\u5f15\u7ed3\u6784 3.\u67e5\u770b\u7d22\u5f15\u7ed3\u6784 4.\u5220\u9664\u7d22\u5f15 1.\u6dfb\u52a0\uff08\u6587\u6863\uff09\u6570\u636e 2.\u6839ID\u83b7\u5f97\u6587\u6863\u6570\u636e  [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[55],"tags":[],"class_list":["post-528","post","type-post","status-publish","format-standard","hentry","category-elastic-stack"],"_links":{"self":[{"href":"https:\/\/usei.cn\/index.php\/wp-json\/wp\/v2\/posts\/528","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/usei.cn\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/usei.cn\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/usei.cn\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/usei.cn\/index.php\/wp-json\/wp\/v2\/comments?post=528"}],"version-history":[{"count":3,"href":"https:\/\/usei.cn\/index.php\/wp-json\/wp\/v2\/posts\/528\/revisions"}],"predecessor-version":[{"id":535,"href":"https:\/\/usei.cn\/index.php\/wp-json\/wp\/v2\/posts\/528\/revisions\/535"}],"wp:attachment":[{"href":"https:\/\/usei.cn\/index.php\/wp-json\/wp\/v2\/media?parent=528"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/usei.cn\/index.php\/wp-json\/wp\/v2\/categories?post=528"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/usei.cn\/index.php\/wp-json\/wp\/v2\/tags?post=528"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}