专注于互联网--专注于架构

最新标签
网站地图
文章索引
Rss订阅

首页 »数据库 » sphinxmysql:初试MYSQL全文检索工具——Sphinx »正文

sphinxmysql:初试MYSQL全文检索工具——Sphinx

来源: 发布时间:星期三, 2009年9月2日 浏览:7次 评论:0
参考文章:
安装
    详细安装过程参考Sphinx速成指南

2、测试sphinx自带demo
  1、导入数据库文件example.sql
      该文件在test数据库新建立个documents并插入基本测试数据
  2、修改sphinx.conf.in文件配置参数并保存为sphinx.conf文件

主要修改以下几个参数
、连接数据库用户名和密码

        sql_user        = root
  sql_pass        = ***** #你自己密码


第 2、索引路径

path      = E:/web/sphinx/data/test1#改为自己路径



    3、建立索引
bin/indexer.exe是建立索引具体参数可以在命令行下查看帮助

E:\web\sphinx>bin\indexer --config sphinx.conf test1
Sphinx 0.9.8-release (r1371)
Copyright (c) 2001-2008, Andrew Aksyonoff

using config file 'sphinx.conf'...
indexing index 'test1'...
collected 4 docs, 0.0 MB
sorted 0.0 Mhits, 100.0% done
total 4 docs, 193 s
total 0.127 sec, 1521.85 s/sec, 31.54 docs/sec


    4、开启查询守护进程

E:\web\sphinx>bin\searchd --config sphinx.conf
Sphinx 0.9.8-release (r1371)
Copyright (c) 2001-2008, Andrew Aksyonoff

WARNING: forcing --console mode _disibledevent=>

E:\web\sphinx>bin\search -c sphinx.conf ggart
Sphinx 0.9.8-release (r1371)
Copyright (c) 2001-2008, Andrew Aksyonoff

using config file 'sphinx.conf'...
index 'test1': query 'ggart ': ed 0 matches of 0 total in 0.000 sec

words:
1. 'ggart': 0 documents, 0 hits

index 'test1stemmed': search error: failed to open @CONFDIR@/data/test1stemmed.s
ph: No such file or directory.

E:\web\sphinx>bin\search -c sphinx.conf another
Sphinx 0.9.8-release (r1371)
Copyright (c) 2001-2008, Andrew Aksyonoff

using config file 'sphinx.conf'...
index 'test1': query 'another ': ed 1 matches of 1 total in 0.000 sec

displaying matches:
1. document=3, weight=2, group_id=2, date_added=Tue Aug 05 17:22:06 2008
        id=3
        group_id=2
        group_id2=7
        date_added=2008-08-05 17:22:06
        title=another doc
        content=this is another group

words:
1. 'another': 1 documents, 2 hits

index 'test1stemmed': search error: failed to open @CONFDIR@/data/test1stemmed.s
ph: No such file or directory.
TAG: mysql MySQL Mysql Sphinx 检索工具 MYSQL 全文 初试


0

相关文章

读者评论

发表评论

  • 昵称:
  • 内容: