搜索
常用
xunsearch
sphinx本身不支持中文
coreseek包含sphinx支持中文
www.coreseek.cn
倒序方式最佳识别分次
通常独立进行运行而不和mysql一起以扩展方式进行运行基本原理图
内部文件
![]()
[root@hk ~]# tar -zxf coreseek-3.2.14.tar.gz
[root@hk ~]# cd coreseek-3.2.14
[root@hk coreseek-3.2.14]# ll
total 16
drwxrwxrwx 17 root root 4096 Jan 12 2011 csft-3.2.14
drwxrwxrwx 8 root root 4096 Jan 12 2011 mmseg-3.2.14
-rwxrwxrwx 1 root root 2467 Jan 16 2011 README.txt
drwxrwxrwx 5 root root 4096 Jan 12 2011 testpack
[root@hk coreseek-3.2.14]# cd mmseg-3.2.14/
[root@hk mmseg-3.2.14]# ll
total 1068
-rwxrwxrwx 1 root root 262842 May 3 2010 aclocal.m4
-rwxrwxrwx 1 root root 0 May 3 2010 AUTHORS
-rwxrwxrwx 1 root root 930 Jun 27 2010 bootstrap
-rwxrwxrwx 1 root root 0 May 3 2010 ChangeLog
drwxrwxrwx 2 root root 4096 Apr 18 15:12 config
-rwxrwxrwx 1 root root 3257 May 3 2010 config-h.in
-rwxrwxrwx 1 root root 729729 May 3 2010 configure
-rwxrwxrwx 1 root root 8595 May 3 2010 configure.in
-rwxrwxrwx 1 root root 17992 May 3 2010 COPYING
drwxrwxrwx 2 root root 4096 Jun 30 2010 data
-rwxrwxrwx 1 root root 0 May 3 2010 INSTALL
-rwxrwxrwx 1 root root 1768 Jun 29 2010 Makefile.am
-rwxrwxrwx 1 root root 20270 May 3 2010 Makefile.in
-rwxrwxrwx 1 root root 0 May 3 2010 NEWS
drwxrwxrwx 2 root root 4096 Jun 30 2010 python
-rwxrwxrwx 1 root root 0 May 3 2010 README
drwxrwxrwx 2 root root 4096 Jun 30 2010 ruby
drwxrwxrwx 2 root root 4096 Jun 30 2010 script
drwxrwxrwx 6 root root 4096 Jun 30 2010 src
-rwxrwxrwx 1 root root 10 May 3 2010 stamp-h.in
-rwxrwxrwx 1 root root 0 May 3 2010 THANKS
[root@hk mmseg-3.2.14]# ./bootstrap
#运行软件
bash bootstrap
然后安装
[root@hk mmseg-3.2.14]# ./configure --prefix=/root/mmseg