搜索

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

31.XSTokenizerScws

...ommand($cmd, XS_CMD_OK_SCWS_RESULT); while ($res->buf !== '') { $tmp = unpack('Ioff/a4attr/a*word', $res->buf); $tmp['word'] = XS::convert($tmp['word'], self::$_charset, 'UTF-8'); $words[] = $tmp; $res = self::$_server->getRespond(); } return $words;} 获取...

32.索引导入一直在排队……

发布时间:2014-09-02 00:09 t By tmmkkk

...-09-01 12:13:51 indexd[17233] NOTICE priority use unfinished sndfile (FILE:tmp/c_books_db.snd) 2014-09-01 13:10:48 indexd[17233] NOTICE import exit (DB:c_books.db, FLAG:0x0000, PID:17407, EXIT:-2) 2014-09-01 13:10:49 indexd[17233] NOTICE [sock:7] auto commit (DB:c_books.db, COUNT:14561) 2014-09-0...

33.XSDatabaseSQLite

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

34.XSDatabaseSQLite3

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

35.RE: xunsearch 无法重启

发布时间:2011-12-15 13:12 t By hightman

PID记录在 tmp/pid.search.*** 你可以看看

36.无法增加索引

发布时间:2014-10-14 19:10 t By diozhang

添加索引失败,查看indexd.log: ERROR failed to open/lock the input file (FILE:tmp/touch_db.snd, ERROR:No locks available) indexd[13366] NOTICE import exit (DB:18touch.db, FLAG:0x0000, PID:13600, EXIT:-1) 把touch_db.sn删除掉,仍然会出现这种问题,如何解决?

37.Demo遇险记:今天碰到的错误,5576段错误莫名被解决

更新时间:2011-12-01 22:12 t By 五岳之巅

...earch/ [root@sm xunsearch]# ls bin data etc include lib sdk share tmp [root@sm xunsearch]# ./sdk/php/util/ Indexer.php Quest.php SearchSkel.php XSDataSource.class.php IniWizzard.php RequiredCheck.php skel/ XSUtil.class...

38.XSDatabasePgSQL

...ERROR: ' . pg_last_error($this->link)); } $ret = array(); while ($tmp = pg_fetch_assoc($res)) { $ret[] = $tmp; } pg_free_result($res); return $ret;} 执行 SQL 语句查询 setUtf8() 方法 public void setUtf8() 源码: sdk/php/util/XSDataSource.class.php#L...

39.RE: 过了N秒了,还是搜索失败啊,大神们啊...

发布时间:2012-05-16 12:05 t By hightman

或者你检查一下 tmp/index.log 看看是不是有什么出错,比如权限不对无法写入

40.RE: search时报错 ,请帮看看是哪的问题

发布时间:2012-12-10 12:12 t By hightman

你这是服务端主动关闭了,最好查 tmp/search.log 最后几行,有没有出错提示什么的

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