上一页 1 ··· 221 222 223 224 225 226 227 228 229 ··· 785 下一页
摘要: Install 1.compile checkout ik version respective to your elasticsearch version git checkout tags/{version} mvn package copy and unzip target/releases/ 阅读全文
posted @ 2016-11-19 19:54 沧海一滴 阅读(6218) 评论(0) 推荐(1)
摘要: 启动、停止服务 默认官方版启动: linux:./bin/elasticsearch start window:直接运行bin/elasticsearch.bat 默认官方版停止: linux:kill 掉elasticsearch 进程。 window:管理启动的elasticsearch.bat 阅读全文
posted @ 2016-11-19 19:37 沧海一滴 阅读(2535) 评论(0) 推荐(0)
摘要: 打开 ~/es_root/config/elasticsearch.yml 文件,加入以下配置: 以上配置定义了 ik_syno 和 ik_syno_smart 这两个新的 analyzer,分别对应 IK 的 ik_max_word 和 ik_smart 两种分词策略。根据 IK 的文档,二者区别 阅读全文
posted @ 2016-11-19 19:33 沧海一滴 阅读(12121) 评论(0) 推荐(1)
摘要: 7.org.elasticsearch.transport.RemoteTransportException: Failed to deserialize exception response from stream 原因:es节点之间的JDK版本不一样 解决方法:统一JDK环境 8 . org.e 阅读全文
posted @ 2016-11-19 10:53 沧海一滴 阅读(48868) 评论(0) 推荐(0)
摘要: Running as a plugin of Elasticsearch Install elasticsearch-head:– for Elasticsearch 5.x:site plugins are not supported. Run elasticsearch-head as a st 阅读全文
posted @ 2016-11-19 10:18 沧海一滴 阅读(7283) 评论(0) 推荐(1)
上一页 1 ··· 221 222 223 224 225 226 227 228 229 ··· 785 下一页