摘要: 1、在gitpub上搜索elasticsearch-analysis,能够看到所有elasticsearch的分词器: 2、安装Mmseg分词器:https://github.com/medcl/elasticsearch-analysis-mmseg cd /datagit clone https 阅读全文
posted @ 2016-03-09 13:43 —八戒— 阅读(1081) 评论(0) 推荐(0) 编辑
摘要: 1、在gitpub上搜索elasticsearch-analysis,能够看到所有elasticsearch的分词器: 2、安装IK分词器:https://github.com/medcl/elasticsearch-analysis-ik cd /usr/share/elasticsearch/p 阅读全文
posted @ 2016-03-09 11:43 —八戒— 阅读(2353) 评论(0) 推荐(0) 编辑
摘要: 1、安装开发者工具包 yum install java-1.7.0-openjdk-devel -y 2、配置环境变量 vim /etc/profile export JAVA_HOME=/usr/lib/jvm/java-1.7.0-openjdk-1.7.0.95.x86_64 export C 阅读全文
posted @ 2016-03-09 09:42 —八戒— 阅读(12840) 评论(0) 推荐(0) 编辑