{"id":40589,"date":"2023-12-08T12:11:46","date_gmt":"2023-07-30T23:30:53","guid":{"rendered":"https:\/\/www.silicloud.com\/zh\/blog\/%e5%ae%89%e8%a3%85elasticsearch-1-x%ef%bc%88%e5%8c%85%e6%8b%ackuromoji%e6%8f%92%e4%bb%b6%ef%bc%89%e3%80%82\/"},"modified":"2024-05-04T12:40:07","modified_gmt":"2024-05-04T04:40:07","slug":"%e5%ae%89%e8%a3%85elasticsearch-1-x%ef%bc%88%e5%8c%85%e6%8b%ackuromoji%e6%8f%92%e4%bb%b6%ef%bc%89%e3%80%82","status":"publish","type":"post","link":"https:\/\/www.silicloud.com\/zh\/blog\/%e5%ae%89%e8%a3%85elasticsearch-1-x%ef%bc%88%e5%8c%85%e6%8b%ackuromoji%e6%8f%92%e4%bb%b6%ef%bc%89%e3%80%82\/","title":{"rendered":"\u5b89\u88c5ElasticSearch 1.x\uff08\u5305\u62eckuromoji\u63d2\u4ef6\uff09"},"content":{"rendered":"<p>\u7a81\u7136\u60f3\u8981\u7528\u9a6c\u5c14\u53ef\u592b\u94fe\u521b\u5efa\u4e00\u4e2a\u53ef\u4ee5\u81ea\u8a00\u81ea\u8bed\u7684\u4e2d\u5e74\u7537\u5b50\uff0c\u6240\u4ee5\u6211\u8bd5\u7740\u5b89\u88c5\u4e86elasticsearch\u3002<br \/>\n\u6211\u5b89\u88c5\u4e86elasticsearch1.x\u7248\u672c\u3002<\/p>\n<h2>\u73af\u5883<\/h2>\n<ul class=\"post-ul\">CentOS<\/ul>\n<h2>\u8bf7\u6ce8\u610f\u4e8b\u9879\u3002<\/h2>\n<h2>\u53c2\u8003\u7684\u7db2\u7ad9\u3002<\/h2>\n<ul class=\"post-ul\">\n<li style=\"list-style-type: none;\">\n<ul class=\"post-ul\">ElasticSearch \u3092 yum \u3067\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3059\u308b<\/ul>\n<\/li>\n<\/ul>\n<p>&nbsp;<\/p>\n<ul class=\"post-ul\">elasticsearch-1.0.0\u6b63\u5f0f\u7248\u304c\u30ea\u30ea\u30fc\u30b9\u3055\u308c\u305f\u306e\u3067\u30010.9.x\u304b\u3089\u306e\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9\u624b\u9806\u3092\u307e\u3068\u3081\u307e\u3057\u305f\uff08\u8ffd\u8a18\u3042\u308a\uff09<\/ul>\n<h2>\u6dfb\u52a0repos\u4f7f\u5176\u80fd\u591f\u5728yum\u4e2d\u5b89\u88c5<\/h2>\n<pre class=\"post-pre\"><code>[elasticsearch-1.0]\r\nname=Elasticsearch repository for 1.0.x packages\r\nbaseurl=http:\/\/packages.elasticsearch.org\/elasticsearch\/1.0\/centos\r\ngpgcheck=1\r\ngpgkey=http:\/\/packages.elasticsearch.org\/GPG-KEY-elasticsearch\r\nenabled=1\r\n<\/code><\/pre>\n<h2>\u5b89\u88c5<\/h2>\n<pre class=\"post-pre\"><code><span class=\"nb\">sudo <\/span>yum <span class=\"nb\">install <\/span>elasticsearch\r\n<\/code><\/pre>\n<h2>\u5b89\u88c5kuromoji head\u63d2\u4ef6<\/h2>\n<p>\u7531\u4e8e\u6211\u662f\u65e5\u672c\u4eba\uff0c\u6240\u4ee5\u6211\u60f3\u4f7f\u7528\u65e5\u8bed\uff0c\u6211\u4f1a\u4f7f\u7528Kuromoji\u3002<\/p>\n<pre class=\"post-pre\"><code><span class=\"nb\">sudo<\/span> \/usr\/share\/elasticsearch\/bin\/plugin <span class=\"nt\">-install<\/span> elasticsearch\/elasticsearch-analysis-kuromoji\/2.0.0.RC1\r\n<span class=\"nb\">sudo<\/span> \/usr\/share\/elasticsearch\/bin\/plugin <span class=\"nt\">-install<\/span> <span class=\"nb\">head<\/span>\r\n<\/code><\/pre>\n<h2>\u542f\u52a8 Elasticsearch<\/h2>\n<pre class=\"post-pre\"><code><span class=\"nb\">sudo<\/span> \/etc\/init.d\/elasticsearch start\r\n<\/code><\/pre>\n<h2>\u786e\u8ba4\u52a8\u4f5c<\/h2>\n<pre class=\"post-pre\"><code>curl <span class=\"nt\">-XGET<\/span> localhost:9200\r\n\r\n<span class=\"o\">{<\/span>\r\n  <span class=\"s2\">\"status\"<\/span> : 200,\r\n  <span class=\"s2\">\"name\"<\/span> : <span class=\"s2\">\"Silver Samurai\"<\/span>,\r\n  <span class=\"s2\">\"version\"<\/span> : <span class=\"o\">{<\/span>\r\n    <span class=\"s2\">\"number\"<\/span> : <span class=\"s2\">\"1.0.3\"<\/span>,\r\n    <span class=\"s2\">\"build_hash\"<\/span> : <span class=\"s2\">\"61bfb72d845a59a58cd9910e47515665f6478a5c\"<\/span>,\r\n    <span class=\"s2\">\"build_timestamp\"<\/span> : <span class=\"s2\">\"2014-04-16T14:43:11Z\"<\/span>,\r\n    <span class=\"s2\">\"build_snapshot\"<\/span> : <span class=\"nb\">false<\/span>,\r\n    <span class=\"s2\">\"lucene_version\"<\/span> : <span class=\"s2\">\"4.6\"<\/span>\r\n  <span class=\"o\">}<\/span>,\r\n  <span class=\"s2\">\"tagline\"<\/span> : <span class=\"s2\">\"You Know, for Search\"<\/span>\r\n<span class=\"o\">}<\/span>   \r\n<\/code><\/pre>\n<h2>\u5c1d\u8bd5\u521b\u5efa\u6307\u6807<\/h2>\n<pre class=\"post-pre\"><code>curl <span class=\"nt\">-X<\/span> PUT localhost:9200\/test <span class=\"nt\">-d<\/span> <span class=\"s1\">'\r\n{\r\n  \"mappings\": {\r\n    \"entry\": {\r\n      \"properties\": {\r\n        \"title\": {\r\n          \"type\": \"string\",\r\n          \"analyzer\": \"kuromoji\"\r\n        },\r\n        \"body\": {\r\n          \"type\": \"string\",\r\n          \"analyzer\": \"kuromoji\"\r\n        },\r\n        \"url\": {\r\n          \"type\": \"string\"\r\n        }\r\n      }\r\n    }\r\n  }\r\n}'<\/span>\r\n\r\n<span class=\"c\"># \u3053\u308c\u304c\u5e30\u3063\u3066\u304f\u308c\u3070OK!!<\/span>\r\n<span class=\"o\">{<\/span><span class=\"s2\">\"acknowledged\"<\/span>:true<span class=\"o\">}<\/span>\r\n<\/code><\/pre>\n<h2>\u786e\u8ba4\u5206\u9694\u7b26\u662f\u5426\u6b63\u786e\u3002<\/h2>\n<pre class=\"post-pre\"><code>curl <span class=\"nt\">-XGET<\/span> <span class=\"s1\">'localhost:9200\/test\/_analyze?analyzer=kuromoji&amp;pretty'<\/span> <span class=\"nt\">-d<\/span> <span class=\"s1\">'\u95a2\u897f\u56fd\u969b\u7a7a\u6e2f'<\/span>\r\n\r\n<span class=\"o\">{<\/span>\r\n  <span class=\"s2\">\"tokens\"<\/span> : <span class=\"o\">[<\/span> <span class=\"o\">{<\/span>\r\n    <span class=\"s2\">\"token\"<\/span> : <span class=\"s2\">\"\u95a2\u897f\"<\/span>,\r\n    <span class=\"s2\">\"start_offset\"<\/span> : 0,\r\n    <span class=\"s2\">\"end_offset\"<\/span> : 2,\r\n    <span class=\"s2\">\"type\"<\/span> : <span class=\"s2\">\"word\"<\/span>,\r\n    <span class=\"s2\">\"position\"<\/span> : 1\r\n  <span class=\"o\">}<\/span>, <span class=\"o\">{<\/span>\r\n    <span class=\"s2\">\"token\"<\/span> : <span class=\"s2\">\"\u95a2\u897f\u56fd\u969b\u7a7a\u6e2f\"<\/span>,\r\n    <span class=\"s2\">\"start_offset\"<\/span> : 0,\r\n    <span class=\"s2\">\"end_offset\"<\/span> : 6,\r\n    <span class=\"s2\">\"type\"<\/span> : <span class=\"s2\">\"word\"<\/span>,\r\n    <span class=\"s2\">\"position\"<\/span> : 1\r\n  <span class=\"o\">}<\/span>, <span class=\"o\">{<\/span>\r\n    <span class=\"s2\">\"token\"<\/span> : <span class=\"s2\">\"\u56fd\u969b\"<\/span>,\r\n    <span class=\"s2\">\"start_offset\"<\/span> : 2,\r\n    <span class=\"s2\">\"end_offset\"<\/span> : 4,\r\n    <span class=\"s2\">\"type\"<\/span> : <span class=\"s2\">\"word\"<\/span>,\r\n    <span class=\"s2\">\"position\"<\/span> : 2\r\n  <span class=\"o\">}<\/span>, <span class=\"o\">{<\/span>\r\n    <span class=\"s2\">\"token\"<\/span> : <span class=\"s2\">\"\u7a7a\u6e2f\"<\/span>,\r\n    <span class=\"s2\">\"start_offset\"<\/span> : 4,\r\n    <span class=\"s2\">\"end_offset\"<\/span> : 6,\r\n    <span class=\"s2\">\"type\"<\/span> : <span class=\"s2\">\"word\"<\/span>,\r\n    <span class=\"s2\">\"position\"<\/span> : 3\r\n  <span class=\"o\">}<\/span> <span class=\"o\">]<\/span>\r\n<span class=\"o\">}<\/span>\r\n\r\n<\/code><\/pre>\n<p>\u5f53\u6211\u5728\u641c\u7d22 ElasticSearch \u5b89\u88c5\u95ee\u9898\u65f6\uff0c\u7ecf\u5e38\u4f1a\u51fa\u73b00.x\u7248\u672c\u76f8\u5173\u7684\u5185\u5bb9\uff0c\u800c\u6211\u8981\u5b89\u88c5\u7684\u662f1.x\u7248\u672c\uff0c\u7531\u4e8ekuromoji\u63d2\u4ef6\u65e0\u6cd5\u6b63\u5e38\u8fd0\u884c\uff0c\u6240\u4ee5\u53ea\u662f\u7b80\u5355\u505a\u4e86\u4e2a\u5907\u5fd8\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u7a81\u7136\u60f3\u8981\u7528\u9a6c\u5c14\u53ef\u592b\u94fe\u521b\u5efa\u4e00\u4e2a\u53ef\u4ee5\u81ea\u8a00\u81ea\u8bed\u7684\u4e2d\u5e74\u7537\u5b50\uff0c\u6240\u4ee5\u6211\u8bd5\u7740\u5b89\u88c5\u4e86elasticsearch\u3002 \u6211\u5b89\u88c5\u4e86el [&hellip;]<\/p>\n","protected":false},"author":11,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-40589","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v21.5 (Yoast SEO v21.5) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>\u5b89\u88c5ElasticSearch 1.x\uff08\u5305\u62eckuromoji\u63d2\u4ef6\uff09 - Blog - Silicon Cloud<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.silicloud.com\/zh\/blog\/\u5b89\u88c5elasticsearch-1-x\uff08\u5305\u62eckuromoji\u63d2\u4ef6\uff09\u3002\/\" \/>\n<meta property=\"og:locale\" content=\"zh_CN\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u5b89\u88c5ElasticSearch 1.x\uff08\u5305\u62eckuromoji\u63d2\u4ef6\uff09\" \/>\n<meta property=\"og:description\" content=\"\u7a81\u7136\u60f3\u8981\u7528\u9a6c\u5c14\u53ef\u592b\u94fe\u521b\u5efa\u4e00\u4e2a\u53ef\u4ee5\u81ea\u8a00\u81ea\u8bed\u7684\u4e2d\u5e74\u7537\u5b50\uff0c\u6240\u4ee5\u6211\u8bd5\u7740\u5b89\u88c5\u4e86elasticsearch\u3002 \u6211\u5b89\u88c5\u4e86el [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.silicloud.com\/zh\/blog\/\u5b89\u88c5elasticsearch-1-x\uff08\u5305\u62eckuromoji\u63d2\u4ef6\uff09\u3002\/\" \/>\n<meta property=\"og:site_name\" content=\"Blog - Silicon Cloud\" \/>\n<meta property=\"article:published_time\" content=\"2023-07-30T23:30:53+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-05-04T04:40:07+00:00\" \/>\n<meta name=\"author\" content=\"\u65b0, \u97f5\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u4f5c\u8005\" \/>\n\t<meta name=\"twitter:data1\" content=\"\u65b0, \u97f5\" \/>\n\t<meta name=\"twitter:label2\" content=\"\u9884\u8ba1\u9605\u8bfb\u65f6\u95f4\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 \u5206\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.silicloud.com\/zh\/blog\/%e5%ae%89%e8%a3%85elasticsearch-1-x%ef%bc%88%e5%8c%85%e6%8b%ackuromoji%e6%8f%92%e4%bb%b6%ef%bc%89%e3%80%82\/\",\"url\":\"https:\/\/www.silicloud.com\/zh\/blog\/%e5%ae%89%e8%a3%85elasticsearch-1-x%ef%bc%88%e5%8c%85%e6%8b%ackuromoji%e6%8f%92%e4%bb%b6%ef%bc%89%e3%80%82\/\",\"name\":\"\u5b89\u88c5ElasticSearch 1.x\uff08\u5305\u62eckuromoji\u63d2\u4ef6\uff09 - Blog - Silicon Cloud\",\"isPartOf\":{\"@id\":\"https:\/\/www.silicloud.com\/zh\/blog\/#website\"},\"datePublished\":\"2023-07-30T23:30:53+00:00\",\"dateModified\":\"2024-05-04T04:40:07+00:00\",\"author\":{\"@id\":\"https:\/\/www.silicloud.com\/zh\/blog\/#\/schema\/person\/4ba4019495123db3038fd0809e6959c9\"},\"breadcrumb\":{\"@id\":\"https:\/\/www.silicloud.com\/zh\/blog\/%e5%ae%89%e8%a3%85elasticsearch-1-x%ef%bc%88%e5%8c%85%e6%8b%ackuromoji%e6%8f%92%e4%bb%b6%ef%bc%89%e3%80%82\/#breadcrumb\"},\"inLanguage\":\"zh-Hans\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.silicloud.com\/zh\/blog\/%e5%ae%89%e8%a3%85elasticsearch-1-x%ef%bc%88%e5%8c%85%e6%8b%ackuromoji%e6%8f%92%e4%bb%b6%ef%bc%89%e3%80%82\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.silicloud.com\/zh\/blog\/%e5%ae%89%e8%a3%85elasticsearch-1-x%ef%bc%88%e5%8c%85%e6%8b%ackuromoji%e6%8f%92%e4%bb%b6%ef%bc%89%e3%80%82\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u9996\u9875\",\"item\":\"https:\/\/www.silicloud.com\/zh\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\u5b89\u88c5ElasticSearch 1.x\uff08\u5305\u62eckuromoji\u63d2\u4ef6\uff09\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.silicloud.com\/zh\/blog\/#website\",\"url\":\"https:\/\/www.silicloud.com\/zh\/blog\/\",\"name\":\"Blog - Silicon Cloud\",\"description\":\"\",\"inLanguage\":\"zh-Hans\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.silicloud.com\/zh\/blog\/#\/schema\/person\/4ba4019495123db3038fd0809e6959c9\",\"name\":\"\u65b0, \u97f5\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"zh-Hans\",\"@id\":\"https:\/\/www.silicloud.com\/zh\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/d484b6c6e4ae82e8a9efea989e1d2af46d9b6ef128101e63b18f559fca0ae627?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/d484b6c6e4ae82e8a9efea989e1d2af46d9b6ef128101e63b18f559fca0ae627?s=96&d=mm&r=g\",\"caption\":\"\u65b0, \u97f5\"},\"url\":\"https:\/\/www.silicloud.com\/zh\/blog\/author\/yunxin\/\"},{\"@type\":\"ImageObject\",\"inLanguage\":\"zh-Hans\",\"@id\":\"https:\/\/www.silicloud.com\/zh\/blog\/%e5%ae%89%e8%a3%85elasticsearch-1-x%ef%bc%88%e5%8c%85%e6%8b%ackuromoji%e6%8f%92%e4%bb%b6%ef%bc%89%e3%80%82\/#local-main-organization-logo\",\"url\":\"\",\"contentUrl\":\"\",\"caption\":\"Blog - Silicon Cloud\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"\u5b89\u88c5ElasticSearch 1.x\uff08\u5305\u62eckuromoji\u63d2\u4ef6\uff09 - Blog - Silicon Cloud","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.silicloud.com\/zh\/blog\/\u5b89\u88c5elasticsearch-1-x\uff08\u5305\u62eckuromoji\u63d2\u4ef6\uff09\u3002\/","og_locale":"zh_CN","og_type":"article","og_title":"\u5b89\u88c5ElasticSearch 1.x\uff08\u5305\u62eckuromoji\u63d2\u4ef6\uff09","og_description":"\u7a81\u7136\u60f3\u8981\u7528\u9a6c\u5c14\u53ef\u592b\u94fe\u521b\u5efa\u4e00\u4e2a\u53ef\u4ee5\u81ea\u8a00\u81ea\u8bed\u7684\u4e2d\u5e74\u7537\u5b50\uff0c\u6240\u4ee5\u6211\u8bd5\u7740\u5b89\u88c5\u4e86elasticsearch\u3002 \u6211\u5b89\u88c5\u4e86el [&hellip;]","og_url":"https:\/\/www.silicloud.com\/zh\/blog\/\u5b89\u88c5elasticsearch-1-x\uff08\u5305\u62eckuromoji\u63d2\u4ef6\uff09\u3002\/","og_site_name":"Blog - Silicon Cloud","article_published_time":"2023-07-30T23:30:53+00:00","article_modified_time":"2024-05-04T04:40:07+00:00","author":"\u65b0, \u97f5","twitter_card":"summary_large_image","twitter_misc":{"\u4f5c\u8005":"\u65b0, \u97f5","\u9884\u8ba1\u9605\u8bfb\u65f6\u95f4":"1 \u5206"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.silicloud.com\/zh\/blog\/%e5%ae%89%e8%a3%85elasticsearch-1-x%ef%bc%88%e5%8c%85%e6%8b%ackuromoji%e6%8f%92%e4%bb%b6%ef%bc%89%e3%80%82\/","url":"https:\/\/www.silicloud.com\/zh\/blog\/%e5%ae%89%e8%a3%85elasticsearch-1-x%ef%bc%88%e5%8c%85%e6%8b%ackuromoji%e6%8f%92%e4%bb%b6%ef%bc%89%e3%80%82\/","name":"\u5b89\u88c5ElasticSearch 1.x\uff08\u5305\u62eckuromoji\u63d2\u4ef6\uff09 - Blog - Silicon Cloud","isPartOf":{"@id":"https:\/\/www.silicloud.com\/zh\/blog\/#website"},"datePublished":"2023-07-30T23:30:53+00:00","dateModified":"2024-05-04T04:40:07+00:00","author":{"@id":"https:\/\/www.silicloud.com\/zh\/blog\/#\/schema\/person\/4ba4019495123db3038fd0809e6959c9"},"breadcrumb":{"@id":"https:\/\/www.silicloud.com\/zh\/blog\/%e5%ae%89%e8%a3%85elasticsearch-1-x%ef%bc%88%e5%8c%85%e6%8b%ackuromoji%e6%8f%92%e4%bb%b6%ef%bc%89%e3%80%82\/#breadcrumb"},"inLanguage":"zh-Hans","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.silicloud.com\/zh\/blog\/%e5%ae%89%e8%a3%85elasticsearch-1-x%ef%bc%88%e5%8c%85%e6%8b%ackuromoji%e6%8f%92%e4%bb%b6%ef%bc%89%e3%80%82\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.silicloud.com\/zh\/blog\/%e5%ae%89%e8%a3%85elasticsearch-1-x%ef%bc%88%e5%8c%85%e6%8b%ackuromoji%e6%8f%92%e4%bb%b6%ef%bc%89%e3%80%82\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u9996\u9875","item":"https:\/\/www.silicloud.com\/zh\/blog\/"},{"@type":"ListItem","position":2,"name":"\u5b89\u88c5ElasticSearch 1.x\uff08\u5305\u62eckuromoji\u63d2\u4ef6\uff09"}]},{"@type":"WebSite","@id":"https:\/\/www.silicloud.com\/zh\/blog\/#website","url":"https:\/\/www.silicloud.com\/zh\/blog\/","name":"Blog - Silicon Cloud","description":"","inLanguage":"zh-Hans"},{"@type":"Person","@id":"https:\/\/www.silicloud.com\/zh\/blog\/#\/schema\/person\/4ba4019495123db3038fd0809e6959c9","name":"\u65b0, \u97f5","image":{"@type":"ImageObject","inLanguage":"zh-Hans","@id":"https:\/\/www.silicloud.com\/zh\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/d484b6c6e4ae82e8a9efea989e1d2af46d9b6ef128101e63b18f559fca0ae627?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/d484b6c6e4ae82e8a9efea989e1d2af46d9b6ef128101e63b18f559fca0ae627?s=96&d=mm&r=g","caption":"\u65b0, \u97f5"},"url":"https:\/\/www.silicloud.com\/zh\/blog\/author\/yunxin\/"},{"@type":"ImageObject","inLanguage":"zh-Hans","@id":"https:\/\/www.silicloud.com\/zh\/blog\/%e5%ae%89%e8%a3%85elasticsearch-1-x%ef%bc%88%e5%8c%85%e6%8b%ackuromoji%e6%8f%92%e4%bb%b6%ef%bc%89%e3%80%82\/#local-main-organization-logo","url":"","contentUrl":"","caption":"Blog - Silicon Cloud"}]}},"_links":{"self":[{"href":"https:\/\/www.silicloud.com\/zh\/blog\/wp-json\/wp\/v2\/posts\/40589","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.silicloud.com\/zh\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.silicloud.com\/zh\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.silicloud.com\/zh\/blog\/wp-json\/wp\/v2\/users\/11"}],"replies":[{"embeddable":true,"href":"https:\/\/www.silicloud.com\/zh\/blog\/wp-json\/wp\/v2\/comments?post=40589"}],"version-history":[{"count":2,"href":"https:\/\/www.silicloud.com\/zh\/blog\/wp-json\/wp\/v2\/posts\/40589\/revisions"}],"predecessor-version":[{"id":98373,"href":"https:\/\/www.silicloud.com\/zh\/blog\/wp-json\/wp\/v2\/posts\/40589\/revisions\/98373"}],"wp:attachment":[{"href":"https:\/\/www.silicloud.com\/zh\/blog\/wp-json\/wp\/v2\/media?parent=40589"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.silicloud.com\/zh\/blog\/wp-json\/wp\/v2\/categories?post=40589"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.silicloud.com\/zh\/blog\/wp-json\/wp\/v2\/tags?post=40589"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}