搜索

大约有 64 项符合查询结果, 库内数据总量为 3,513 项。 (搜索耗时:0.3894秒)

11.SQL语句里 group by 带来的问题

发布时间:2014-05-20 15:05 t By xiao6ye

...[quote][root@FPDev util]# php Indexer.php --rebuild --source=mysql://root:@localhost/shop --sql="select g.goods_id,g.cat_id,g.goods_name,g.en_goods_name,g.goods_short_name,g.en_goods_short_name,g.brand_id,g.shop_price,g.goods_brief,g.en_goods_brief,g.goods_img,CONCAT(ga.attr_id,'_',ga.attr_value) as...

12.xunsearch安装完成后运行示例错误

更新时间:2011-09-13 17:09 t By nick

... util/Indexer.php --source=csv --clean demo 出现以下错误: [root@localhost php]# util/Indexer.php --source=csv --clean demo Object id #2 #0 lib/XS.php(367): xs_error_handler(8, 'Uninitialized s...', '/www/xunsearch/...', 367, Array) #1 lib/XS.php(421): XS->parseIniData('project.name = ....

13.rebuild索引的时候加sql报错

发布时间:2014-03-21 10:03 t By wjj-11

./Indexer.php -p --rebuild --source=mysql://root:'111111'@localhost/tmp_tsg --sql="select*,IF(market_price>0,round(shop_price/market_price*10,1),10) as rebate from tsg_goods" -p ../app/goods.ini [/php][/quote]初始化数据源 ... mysql://root:6$4!rgnbmClskax@localhost/tmp_tsg PHP Notice: Und...

14.关于使用过程的权限控制问题

发布时间:2014-08-31 14:08 t By kaikai

在使用/demo/search.php 搜索的时候,出现的。权限需要怎么解决? 错误:[XSException] ../../../../usr/local/xunsearch/sdk/php/lib/XS.php(2481): Permission denied(C#13, localhost:8384)

15.SQL 导入错误,请问管理同学 sql 导入不支持 DATE_FORMAT(a.inputtime , '%Y%m%d' ) 函数??

更新时间:2012-03-19 23:03 t By a7262619

[php]root@localhost ~]# Indexer.php --source=mysql://xxx@localhost/phpcms --sql="SELECT a.id,a.title,a.url,a.catid,FROM_UNIXTIME (inputtime,'%Y%m%d' ) as inputtime,ad.content,c.catname,c.url as caturl FROM v9_dede_article AS a LEFT JOIN v9_dede_article_data as ad on a.id=ad.id LEFT JOIN v9_categ...

16.用SearchSkel生成测试搜索页出现错误

发布时间:2014-04-03 18:04 t By smashdog

错误:[XSException] ../../../usr/local/xunsearch/sdk/php/lib/XS.php(2481): Permission denied(C#13, localhost:8384) 这是怎么回事?

17.XSServer::getConnString

... = $this->_conn; if (is_int($str) || is_numeric($str)) { $str = 'localhost:' . $str; } elseif (strpos($str, ':') === false) { $str = 'unix://' . $str; } return $str;}

18.rebuild新旧数据不能平稳过度

发布时间:2013-05-11 15:05 t By hq22

php util/Indexer.php demo --rebuild --source="mysql://root:password@localhost/db" --sql="select * from post" 提示完成,但是搜索时候有一段时间是搜不到数据的。过一会才能搜到数据。没有更新前是能搜到数据的。 rebuild不是说平稳过度吗?是什么原...

19.RE: 有关关联索引的问题

发布时间:2012-09-22 16:09 t By zspoplar

.../xunsearch/sdk/php/util/Indexer.php --rebuild --source=mysql://root:111111@localhost/dbo --sql="select * from user" --project=sokc,怎么写php脚本(类似后台的东西)达到同样的建立索引效果呢?

20.RE: 搜索骨架代码测试时报错

发布时间:2011-10-17 16:10 t By mengfanchao

...] type = numeric 另外fsockopen() 报 fsockopen(): unable to connect to localhost:8384 (Permission denied)(2)

  • 时间不限
  • 按相关性排序