本月博客排行
-
第1名
wy_19921005 -
第2名
benladeng5225 -
第3名
duanfei - Anmin
- wddpwzzhao123
- steven789654
年度博客排行
-
第1名
龙儿筝 -
第2名
宏天软件 -
第3名
wy_19921005 - benladeng5225
- vipbooks
- kaizi1992
- tanling8334
- sam123456gz
- arpenker
- zysnba
- fantaxy025025
- xiangjie88
- wallimn
- e_e
- jh108020
- ganxueyun
- Xeden
- xyuma
- wangchen.ily
- zhanjia
- johnsmith9th
- zxq_2017
- forestqqqq
- jbosscn
- daizj
- xpenxpen
- 喧嚣求静
- kingwell.leng
- lchb139128
- kristy_yy
- 青否云后端云
- javashop
- lzyfn123
- sunj
- yeluowuhen
- ajinn
- lerf
- lemonhandsome
- chenqisdfx
- xiaoxinye
- lyndon.lin
- flashsing123
- bosschen
- zhangjijun
- sunnylocus
- lyj86
- paulwong
- sgqt
- hudiemeng870329
- mft8899
最新文章列表
solr4.7.2+mmseg2.0+pinyinAnalyzer实现拼音、简拼检索
生产环境:
solr4.7.2
jdk1.6
lucene4.7.2
mmseg4j-core-1.10 (https://github.com/chenlb/mmseg4j-core.git)
mmseg-solr-2.0 (https://github.com/chenlb/mmseg4j-solr.git)
pinyin4j-2.5.0
pinyinAnalyzer (htt ...
Centos5.6 coreseek 安装
下载coreseek并解压,先安装mmseg分词器。进入mmseg目录
运行./configure --prefix=/usr/local/mmseg结束后报错。cannot find input file: src/Makefile.in
通过在该目录下运行 automake 命令解决。没有此命令可以通过yum安装
再次运行./configure --prefix=/usr/local/ ...
用xapian跟mmseg实现中文搜索
xapian是一个开源的信息检索项目,类似于lucence,官网地址:http://xapian.org/。
安装:用apt-get可以在ubuntu里安装如下模块:
apt-xapian-index - maintenance tools for a Xapian index of Debian packages
libxapian15 - Search engine library
p ...