{"id":1543,"date":"2020-06-09T18:02:56","date_gmt":"2020-06-09T10:02:56","guid":{"rendered":"https:\/\/wyxxt.org.cn\/?p=1543"},"modified":"2023-12-04T15:37:45","modified_gmt":"2023-12-04T07:37:45","slug":"elasticsearchik%e4%b8%ad%e6%96%87%e5%88%86%e8%af%8d-%e6%9c%8d%e5%8a%a1%e5%99%a8%e5%ae%89%e8%a3%85%e6%ad%a5%e9%aa%a4","status":"publish","type":"post","link":"https:\/\/wyxxt.org.cn\/?p=1543","title":{"rendered":"elasticsearch+ik\u4e2d\u6587\u5206\u8bcd \u670d\u52a1\u5668\u5b89\u88c5\u6b65\u9aa4"},"content":{"rendered":"<h3>\u4e00\u3001\u5b89\u88c5java<\/h3>\n<pre><code class=\"language-shell line-numbers\">yum install java-1.8.0-openjdk java-1.8.0-openjdk-devel\n<\/code><\/pre>\n<p><img decoding=\"async\" src=\"https:\/\/oss.wyxxt.org.cn\/images\/2021\/09\/18\/376d97d4e9e0782722cae9be9bc0ee2a.png\" alt=\"\" \/><\/p>\n<h3>\u4e8c\u3001\u5b89\u88c5elasticsearch<\/h3>\n<h4>1\u3001\u89e3\u538belasticsearch\u538b\u7f29\u5305<\/h4>\n<p><img decoding=\"async\" src=\"https:\/\/oss.wyxxt.org.cn\/images\/2021\/09\/18\/7b6253b9ac39b1c9a4b40ef0e1f34ff8.png\" alt=\"\" \/><\/p>\n<h4>2\u3001\u521b\u5efaes\u7ec4\u548c\u7528\u6237<\/h4>\n<pre><code class=\"language-shell line-numbers\">groupadd es\nuseradd es -g es\n\n<\/code><\/pre>\n<p><img decoding=\"async\" src=\"https:\/\/oss.wyxxt.org.cn\/images\/2021\/09\/18\/2f0e6082433a274c206f6f437117655c.png\" alt=\"\" \/><\/p>\n<h4>3\u3001\u4f7f\u7528es\u8fd0\u884celasticsearch\/bin\u4e0b\u7684elasticsearch<\/h4>\n<p><img decoding=\"async\" src=\"https:\/\/oss.wyxxt.org.cn\/images\/2021\/09\/18\/04af7cc9f4e9558f84c104136f77dc41.png\" alt=\"\" \/><\/p>\n<p><strong>\u6ce8\u610f\u6b64java\u5904\u73af\u5883\u53d8\u91cf\u9519\u8bef\uff0c\u4fee\u590d\u6b65\u9aa4\u5982\u4e0b<\/strong><br \/>\n<img decoding=\"async\" src=\"https:\/\/oss.wyxxt.org.cn\/images\/2021\/09\/18\/22ecdf4571e712973f4b95fd7f81b441.png\" alt=\"\" \/><br \/>\n<img decoding=\"async\" src=\"https:\/\/oss.wyxxt.org.cn\/images\/2021\/09\/18\/ccde123ccb946f20b645d9b314ddb1ee.png\" alt=\"\" \/><\/p>\n<h4>4\u3001\u5f00\u542f\u8fdc\u7a0b\u8bbf\u95ee<\/h4>\n<pre><code class=\"language-shell line-numbers\">vim .\/config\/elasticsearch.yml\n\nnetwork.host 0.0.0.0\n<\/code><\/pre>\n<p>\u542f\u52a8\u62a5\u9519<\/p>\n<pre><code class=\"line-numbers\">#\/u02\/elasticsearch-7.4.0\/bin\n.\/elasticsearch\n\n[1]: max file descriptors [4096] for elasticsearch process is too low, increase to at least [65535]\n[2]: max virtual memory areas vm.max_map_count [65530] is too low, increase to at least [262144]\n[3]: the default discovery settings are unsuitable for production use; at least one of [discovery.seed_hosts, discovery.seed_providers, cluster.initial_master_nodes] must be configured\n<\/code><\/pre>\n<blockquote><p>\n  [1]\u9996\u5148\u5207\u6362\u5230 root \u7528\u6237<br \/>\n  su root<br \/>\n  &#35;\u8f93\u5165\u5bc6\u7801\uff0c\u7136\u540e\u7f16\u8f91\u4e0b\u9762\u6587\u4ef6<br \/>\n  vi \/etc\/security\/limits.conf<br \/>\n  &#35;\u5728\u6587\u4ef6\u672b\u5c3e\u6dfb\u52a0\u4ee5\u4e0b\u5185\u5bb9<br \/>\n  es     &#8211;     nofile        65536   # \u5c06 es \u66ff\u6362\u4e3a\u81ea\u5df1\u7684\u7528\u6237\u540d<\/p>\n<p>  [2]sysctl -w vm.max_map_count=262144<\/p>\n<p>  [3]config\/elasticsearch.yml<br \/>\n  &#35;\u53d6\u6d88\u6ce8\u91ca\uff0c\u5e76\u4fee\u6539\u5c5e\u6027<br \/>\n  cluster.initial_master_nodes: [&#8220;127.0.0.1&#8221;]\n<\/p><\/blockquote>\n<h3>\u4e09\u3001\u5b89\u88c5maven\uff08ik\u5206\u8bcd\u63d2\u4ef6\u4f9d\u8d56\uff09<\/h3>\n<h4>1\u3001\u5b89\u88c5java<\/h4>\n<h4>2\u3001\u4e0b\u8f7dmaven\u5b89\u88c5\u5305<\/h4>\n<pre><code class=\"language-shell line-numbers\">cd \/usr\/local\/src\nwget http:\/\/www-us.apache.org\/dist\/maven\/maven-3\/3.5.4\/binaries\/apache-maven-3.5.4-bin.tar.gz\ntar -xf apache-maven-3.5.4-bin.tar.gz\nmv apache-maven-3.5.4\/ apache-maven\/ \n<\/code><\/pre>\n<h4>3\u3001Apache Maven\u73af\u5883\u914d\u7f6e<\/h4>\n<pre><code class=\"language-shell line-numbers\">cd \/etc\/profile.d\/\nvim maven.sh\n\n###\n# Apache Maven Environment Variables\n# MAVEN_HOME for Maven 1 - M2_HOME for Maven 2\nexport M2_HOME=\/usr\/local\/src\/apache-maven\nexport PATH=${M2_HOME}\/bin:${PATH}\n###:wq\n\nchmod +x maven.sh\nsource \/etc\/profile.d\/maven.sh\n<\/code><\/pre>\n<h4>4\u3001\u7248\u672c\u68c0\u67e5<\/h4>\n<pre><code class=\"language-shell line-numbers\">mvn --version\n<\/code><\/pre>\n<p><img decoding=\"async\" src=\"https:\/\/oss.wyxxt.org.cn\/images\/2021\/09\/18\/ec873499fef36761bb00c5604d9658c3.png\" alt=\"\" \/><\/p>\n<h3>\u56db\u3001ik\u5206\u8bcd\u63d2\u4ef6<\/h3>\n<h4>1\u3001ik github https:\/\/github.com\/medcl\/elasticsearch-analysis-ik\u4e0b\u8f7dik<\/h4>\n<h4>2\u3001\u7f16\u8bd1<\/h4>\n<pre><code class=\"language-shell line-numbers\">mvn clean package -U -DskipTests\n<\/code><\/pre>\n<p><img decoding=\"async\" src=\"https:\/\/oss.wyxxt.org.cn\/images\/2021\/09\/18\/89eda9711ebe1e3be095d8b08cc32212.png\" alt=\"\" \/><\/p>\n<h4>3\u3001\u7f16\u8bd1\u5b8c\u6210\uff0c\u5728target\/release\u76ee\u5f55\u4e0b\u4f1a\u4ea7\u751felasticsearch-analysis-ik-6.5.0.zip<\/h4>\n<p>\u5c06\u6b64\u6587\u4ef6\u62f7\u8d1d\u5230plugins\u5e76\u89e3\u538b<br \/>\n<img decoding=\"async\" src=\"https:\/\/oss.wyxxt.org.cn\/images\/2021\/09\/18\/0bfa3661727e0f517879469488bd0ac9.png\" alt=\"\" \/><\/p>\n<h4>4\u3001\u8fd0\u884c.\/elasticsearch<\/h4>\n<p><img decoding=\"async\" src=\"https:\/\/oss.wyxxt.org.cn\/images\/2021\/09\/18\/291ad1909cd7aecda276571791fc2ffd.png\" alt=\"\" \/><\/p>\n<h3>\u4e94\u3001\u4f7f\u7528\u4e8b\u4f8b<\/h3>\n<p><img decoding=\"async\" src=\"https:\/\/oss.wyxxt.org.cn\/images\/2021\/09\/18\/106a873d3792a0348bcbeb84fb5f9c8a.png\" alt=\"\" \/><\/p>\n<p><img decoding=\"async\" src=\"https:\/\/oss.wyxxt.org.cn\/images\/2021\/09\/18\/b833a4a990618f7457eee6a7768002bc.png\" alt=\"\" \/><\/p>\n<p><img decoding=\"async\" src=\"https:\/\/oss.wyxxt.org.cn\/images\/2021\/09\/18\/1b87d289a8c9c52659d77a630e099cb0.png\" alt=\"\" \/><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u4e00\u3001\u5b89\u88c5java yum install java-1.8.0-openjdk java-1.8.0-open [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[15],"tags":[390],"class_list":["post-1543","post","type-post","status-publish","format-standard","hentry","category-15","tag-390"],"_links":{"self":[{"href":"https:\/\/wyxxt.org.cn\/index.php?rest_route=\/wp\/v2\/posts\/1543","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wyxxt.org.cn\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/wyxxt.org.cn\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/wyxxt.org.cn\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/wyxxt.org.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1543"}],"version-history":[{"count":6,"href":"https:\/\/wyxxt.org.cn\/index.php?rest_route=\/wp\/v2\/posts\/1543\/revisions"}],"predecessor-version":[{"id":1549,"href":"https:\/\/wyxxt.org.cn\/index.php?rest_route=\/wp\/v2\/posts\/1543\/revisions\/1549"}],"wp:attachment":[{"href":"https:\/\/wyxxt.org.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1543"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/wyxxt.org.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1543"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/wyxxt.org.cn\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1543"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}