coreseek多表配置文件

#MySQL数据源配置,详情请查看:http://www.coreseek.cn/products-install/mysql/
#请先将var/test/documents.sql导入数据库,并配置好以下的MySQL用户密码数据库


#源定义
source tour
{
    type                    = mysql


    sql_host                = localhost
    sql_user                = root
    sql_pass                = root
    sql_db                    = zhongguo
    sql_port                = 3306
    sql_query_pre            = SET NAMES utf8


    sql_query                = SELECT tid, 1 as table_Id,t_title,t_name,t_detail FROM tp_tour
                                                              #sql_query第一列id需为整数
                                                              #title、content作为字符串/文本字段,被全文索引
   
    sql_attr_uint = table_id #从SQL读取到的值必须为整数


    sql_query_info_pre      = SET NAMES utf8                                        #命令行查询时,设置正确的字符集
    #sql_query_info            = SELECT * FROM documents WHERE id=$id #命令行查询时,从数据库读取原始数据信息
}




#源定义
source recruit
{
    type                    = mysql


    sql_host                = localhost
    sql_user                = root
    sql_pass                = root
    sql_db                    = zhongguo
    sql_port                = 3306
    sql_query_pre            = SET NAMES utf8


   # sql_query                = SELECT rid as tid,r_title as t_title,r_company as t_name,r_jobdetail as t_detail FROM tp_recruit
      sql_query                = SELECT rid, 2 as table_Id,r_title,r_company,r_jobdetail FROM tp_recruit
                                                              #sql_query第一列id需为整数
                                                              #title、content作为字符串/文本字段,被全文索引
   
    sql_attr_uint = table_id #从SQL读取到的值必须为整数


    sql_query_info_pre      = SET NAMES utf8                                        #命令行查询时,设置正确的字符集
    #sql_query_info            = SELECT * FROM documents WHERE id=$id #命令行查询时,从数据库读取原始数据信息
}


#index定义
index test1
{
    source            = tour             #对应的source名称
    
    path            = e:\site\coreseek\data\test1 #请修改为实际使用的绝对路径,例如:/usr/local/coreseek/var/...
    docinfo            = externsd
    mlock            = 0
    morphology        = none
    min_word_len        = 1
    html_strip                = 1


    #中文分词配置,详情请查看:http://www.coreseek.cn/products-install/coreseek_mmseg/
    #charset_dictpath = /usr/local/mmseg3/etc/ #BSD、Linux环境下设置,/符号结尾
    charset_dictpath =e:\site\coreseek\etc\                            #Windows环境下设置,/符号结尾,最好给出绝对路径,例如:C:/usr/local/coreseek/etc/...
    charset_type        = zh_cn.utf-8
}
index test2:test1
{
    source            = recruit             #对应的source名称
    path           = e:\site\coreseek\data\test2 #请修改为实际使用的绝对路径,例如:/usr/local/coreseek/var/...
}
#全局index定义
indexer
{
    mem_limit            = 128M
}


#searchd服务定义
searchd
{
    listen                  =   9312
    read_timeout        = 5
    max_children        = 30
    max_matches            = 1000
    seamless_rotate        = 0
    preopen_indexes        = 0
    unlink_old            = 1
    pid_file =e:\site\coreseek\var\log\searchd_mysql.pid #请修改为实际使用的绝对路径,例如:/usr/local/coreseek/var/...
    log = e:\site\coreseek\var\log\searchd_mysql.log               #请修改为实际使用的绝对路径,例如:/usr/local/coreseek/var/...
    query_log = e:\site\coreseek\var\log\query_mysql.log      #请修改为实际使用的绝对路径,例如:/usr/local/coreseek/var/...
}
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值