最近发现, 如果不开启这个选项,关键词搜索结果会出现问题;
但是要开启这个选项,首先得确保安装了xunsearch;
如果没有安装,那需要站长有服务器管理权限(虚拟机应该不行),其次需要一点点的linux 基础;
如果你都具备.. 那就跟着一起来吧;为了方便和易懂,一切都根据默认来。,
第一步:选择安装目录,一般都是 /usr/local
执行命令:cd /usr/loacl/
第二步:wget 安装包
wget http://www.xunsearch.com/download/xunsearch-full-latest.tar.bz2
第三步:解压
tar -xjf xunsearch-full-latest.tar.bz2
第四步:执行脚本
cd xunsearch-full-1.3.0/
sh setup.sh
cd /usr/local/xunsearch/sdk/php/app
cp demo.ini tipask.ini
vim tipask.ini
加入如下代码:(这段代码来源于很早以前 官方的 整合教程)
project.name
= tipask
project.default_charset = utf-8
server.index = 8383
server.search = 8384
[id]
type = id
[cid]
type = numeric
[cid1]
type = numeric
[cid2]
type = numeric
[cid3]
type = numeric
[author]
[authorid]
type = numeric
[answers]
type = numeric
[status]
type = numeric
[time]
type = numeric
[title]
type = title
[description]
type = body