摘要: 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)
摘要: 主要内容 将web请求映射到Spring控制器 绑定form参数 验证表单提交的参数 将web请求映射到Spring控制器 绑定form参数 验证表单提交的参数 写在前面:关于Java Web,首先推荐一篇文章——写给java web一年左右工作经验的人,这篇文章的作者用精练的话语勾勒除了各种Jav 阅读全文
posted @ 2016-11-19 10:12 沧海一滴 阅读(1163) 评论(0) 推荐(0)
摘要: In this post we will integrate Apache Tiles 3 with Spring MVC 4, using annotation-based configuration. Apache Tiles is a template based, composite vie 阅读全文
posted @ 2016-11-19 10:11 沧海一滴 阅读(1040) 评论(0) 推荐(0)
摘要: 摘要: 深入浅出Mybatis系列(四) 配置详解之typeAliases别名(mybatis源码篇) 上篇文章《深入浅出Mybatis系列(三) 配置详解之properties与environments(mybatis源码篇)》 介绍了properties与environments, 本篇... 阅读全文
posted @ 2016-11-19 10:08 沧海一滴 阅读(487) 评论(0) 推荐(0)