摘要:
在上一篇文章 coreseeek实战(三)中,已经能够正常搜索到结果,这篇文章主要是把 index.php 文件代码写得相对完整一点点(过滤、权重设定等等很多设置仍然没有使用),同时记录一下在测试过程中出现的问题。index.php代码稍微完善<html><head><meta http-equiv="content-type" content="text/html;charset=gbk" /><title>coreseek中文全文搜索在php程序中的应用</title></head&g 阅读全文
posted @ 2013-02-07 12:13
php之路
阅读(1378)
评论(1)
推荐(0)
摘要:
这一篇文章开始学习在php页面中通过api接口,使用coreseek全文搜索。第一步:综合一下前两篇文章,coreseek实战(1)中的数据源换成实战(2)中的 mysql 数据源配置。然后创建索引文件:D:\www\coreseek>bin\indexer -c etc\csft_mysql.conf dedeCoreseek Fulltext 3.2 [ Sphinx 0.9.9-release (r2117)]Copyright (c) 2007-2011,Beijing Choice Software Technologies Inc (http://www.coreseek.c 阅读全文
posted @ 2013-02-07 00:39
php之路
阅读(1781)
评论(0)
推荐(0)