码迷,mamicode.com
首页 > Web开发 > 详细

搭建coreseek(sphinx+mmseg3)详细安装配置+php之sphinx扩展安装+php调用示例

时间:2014-07-27 22:33:39      阅读:222      评论:0      收藏:0      [点我收藏+]

标签:blog   http   os   文件   art   ar   sql   .net   

http://blog.csdn.net/e421083458/article/details/21529969

 

 常用的命令

ps -ef|grep searchd

如果你开了search服务后,你命令比如 indexer search 后面都需要带上 --rotate

./indexer --all 

./searchd

至于其它什么命令 看手册

 

 collect2: ld returned 1 exit status
 make[2]: *** [indexer] Error 1
 make[2]: Leaving directory `/root/coreseek-4.1-beta/csft-4.1/src‘
 make[1]: *** [all] Error 2
 make[1]: Leaving directory `/root/coreseek-4.1-beta/csft-4.1/src‘
 make: *** [all-recursive] Error 1

安装过程中抱这个错误的解决方法::

 ./src/MakeFile文件
 将
 LIBS = -lm -lexpat -L/usr/local/lib
 改成
 LIBS = -lm -lexpat -liconv -L/usr/local/lib
 

  1. source delta : main    
  2. {    
  3.     sql_query_pre           = SET NAMES utf8    
  4.     sql_query               = SELECT * FROM hr_spider_company WHERE id>( SELECT max_doc_id FROM sph_counter WHERE counter_id=1 )  
  5.     sql_query_post_index    = REPLACE INTO sph_counter SELECT 1,MAX(id) FROM hr_spider_company  
  6. }    
  7. 这里有错误 sql_query_post_index应该注释掉

搭建coreseek(sphinx+mmseg3)详细安装配置+php之sphinx扩展安装+php调用示例,布布扣,bubuko.com

搭建coreseek(sphinx+mmseg3)详细安装配置+php之sphinx扩展安装+php调用示例

标签:blog   http   os   文件   art   ar   sql   .net   

原文地址:http://www.cnblogs.com/hxl2009/p/3871585.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!