搜索

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

21.RE: 分面功能的search()

发布时间:2012-01-11 10:01 t By hightman

...返回代码附近有: if ($query === '') { $this->_count = $tmp['count']; $this->logQuery(); } 的代码,在开启了分面功能时,$tmp对象在获取分面数据时被重置了,运行到上面的代码时,大家都没有出错?(php5.2.9) [/quote] en,这是...

22.XSDatabaseMySQL::query

...)) { $ret = $res; } else { $ret = array(); while ($tmp = mysql_fetch_assoc($res)) { $ret[] = $tmp; } mysql_free_result($res); } return $ret;} 执行 SQL 语句查询

23.XSDatabaseSQLite3::query

...)) { $ret = $res; } else { $ret = array(); while ($tmp = $res->fetchArray(SQLITE3_ASSOC)) { $ret[] = $tmp; } $res->finalize(); } return $ret;} 执行 SQL 语句查询

24.-b unix模式下运行 权限有问题

发布时间:2012-02-21 17:02 t By Dull

比如php以www用户运行 则tmp/indexd.sock tmp/searchd.sock两个为运行cs-ctl.sh的用户权限 我现在就是root了 能否指定运行用户呢? 现在这俩文件权限是0755 但是连接出现 Fatal error: Uncaught [XSException] ../../../usr/local/hush/sdk/php/lib/XS.php(2177): Pe...

25.RE: [2011] SCWS-1.1.9 发布,明确使用BSD协议、支持自定义词库

发布时间:2012-02-16 10:02 t By hovea

写了一行脚本,将代码转为 UTF-8 编码的源文件: #!/bin/bash for i in `find ./ -type f |grep -v 'batch' ` ; do iconv $i -f gbk -t utf8 -o ${i}.tmp && mv ${i}.tmp $i ; done

26.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...

27.limit 参数好象没有效果。

发布时间:2011-01-28 18:01 t By whjtoby

...scws->get_tops(3); settype($list, 'array'); foreach ($list as $tmp) { echo $tmp['word'].""; } $scws->close(); $sh = scws_open(); scws_set_charset($sh, 'utf8'); $text = "我是一个中国人,我会C++语言,我也有很多T恤衣服"; scws_send_text($sh, $tex...

28.indexer启动错误

发布时间:2012-01-03 22:01 t By dancebear

...ch/bin/xs-ctl.sh: line 71: 27924 Segmentation fault bin/xs-searchd -l tmp/searchd.log -b $bsearch -k $cmd 但是indexer没有启动。 ps发现 xs-import -Q data/ask_search_test/db.re tmp/ask_search_test_db.snd一直在执行,但是indexer始终无法启动。最后必须强制结束xs-impo...

29.老是出现一个问题 ERROR xapian exception

发布时间:2013-08-14 12:08 t By chenx3412

...-08-14 12:17:00 indexd[16564] NOTICE priority use unfinished sndfile (FILE:tmp/item_db.snd) 12:17:00 import[69002] ERROR xapian exception (ERROR:Cannot open tables at consistent revisions) 2013-08-14 12:17:00 indexd[16564] NOTICE import exit (DB:item.db, FLAG:0x0000, PID:69002, EXIT:-1) 2013-08-1...

30.SCWS不支持英文和中英文混合分词吗?

更新时间:2010-08-24 20:08 t By fuhehe

...so->set_ignore(true); $so->send_text("GMhello指导员"); echo ''; while ($tmp = $so->get_result()) { var_dump($tmp); } $so->close(); 在words.txt只定义如下内容 GM 1.0 1.0 * hello指导员 1.0 1.0 * 而输出结果为: array(1) { [0]=> array(5) { ["word"]=> string(7) "GMhello...

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