Sphinx中文分词在discuz 中的应用(3)

来源:未知 责任编辑:责任编辑 发表时间:2015-05-17 16:44 点击:

    type                     = mysql

    sql_query_pre            =

    sql_query_pre            = SET NAMES UTF8

    sql_query_pre            = SET SESSION query_cache_type=OFF

    sql_query_pre            = REPLACE INTO pre_common_sphinxcounter SELECT 2, MAX(pid) FROM pre_forum_post

    sql_query                = SELECT p.pid AS id,p.tid,p.subject,p.message,t.digest,t.displayorder,t.authorid,t.lastpost,t.special \

                                FROM pre_forum_post AS p LEFT JOIN pre_forum_thread AS t USING(tid) where p.pid >=$start and p.pid <=$end \

    AND p.first=1 

    sql_query_range          = SELECT (SELECT MIN(pid) FROM pre_forum_post),maxid FROM pre_common_sphinxcounter WHERE indexid=2

    sql_range_step           = 5000

    sql_attr_uint            = tid

    sql_attr_uint            = digest

    sql_attr_uint            = displayorder

    sql_attr_uint            = authorid

    sql_attr_uint            = special

    sql_attr_timestamp       = lastpost

    sql_query_info           = SELECT * FROM pre_forum_post WHERE pid=$id

}

#posts

index pre_forum_post

{

    source            = pre_forum_post

    path            = /data1/dzbbs/indexdata/pre_forum_post #windows下最好用全路径

    docinfo            = extern

    mlock            = 0

    morphology        = none

    #charset_dictpath = /usr/local/mmseg32/etc/    #BSD、Linux环境下设置,/符号结尾

    #charset_dictpath= etc/                        #Windows环境下设置,/符号结尾

    #charset_debug   =   0

#### 索引的词最小长度

min_word_len = 2

#charset_type = zh_cn.utf-8

html_strip = 0

##### 字符表,注意:如使用这种方式,则sphinx会对中文进行单字切分,

##### 即进行字索引,若要使用中文分词,必须使用其他分词插件如 coreseek,sfc

charset_type = utf-8

chinese_dictionary = /usr/local/sfc22/etc/xdict

min_prefix_len = 0

min_infix_len = 1

ngram_len = 0

发表评论
请自觉遵守互联网相关的政策法规,严禁发布色情、暴力、反动的言论。
用户名: 验证码:点击我更换图片
最新评论 更多>>

推荐热点

  • 查看sql修改痕迹(SQL Change Tracking on Table)
  • Request.ServerVariables 参数大全
  • 写给MongoDB开发者的50条建议Tip1
  • Percolator与分布式事务思考(二)
  • SQL Server、Oracle、db2所提供的简装版(Express)比较
  • App数据层设计及云存储使用指南
  • PostgreSQL启动过程中的那些事三:加载GUC参数
  • 导入excel文件处理流程节点的解决方案
  • MongoDB安装为Windows服务方法与注意事项
网站首页 - 友情链接 - 网站地图 - TAG标签 - RSS订阅 - 内容搜索 - 移动版 - 返回顶部
Copyright © 2008-2015 计算机技术学习交流网. 版权所有

豫ICP备11007008号-1