搜索

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

31.RE: 知道主键值,能不能直接get出来

发布时间:2014-03-20 15:03 t By kooky

OK,谢谢

32.XSIndex::clean

...blic function clean(){ $this->execCommand(XS_CMD_INDEX_CLEAN_DB, XS_CMD_OK_DB_CLEAN); return $this;} 完全清空索引数据 如果当前数据库处于重建过程中将禁止清空

33.XSIndex::setCustomDict

..._DICT, 'arg1' => 1, 'buf' => $content); $this->execCommand($cmd, XS_CMD_OK_DICT_SAVED);} 设置自定义词典内容

34.XSServer::setTimeout

...cmd' => XS_CMD_TIMEOUT, 'arg' => $sec); $this->execCommand($cmd, XS_CMD_OK_TIMEOUT_SET);} 设置服务端超时秒数

35.XSTokenizerScws::getVersion

... getVersion() {return} string 版本号 源码: sdk/php/lib/XSTokenizer.class.php#L327 (显示) public function getVersion(){ $cmd = new XSCommand(XS_CMD_SEARCH_SCWS_GET, XS_CMD_SCWS_GET_VERSION); $res = self::$_server->execCommand($cmd, XS_CMD_OK_INFO); return $res->buf;} ...

36.全站搜索的搜索建议该如何实现?

发布时间:2012-12-03 10:12 t By c61811

楼主好,全站搜索的搜索建议该如何实现? 对于xunsearch来说,分模块的搜索建议非常好实现,因为每次都加载project.ini就ok,但是对于整站来说怎么实现所有模块而又必须要加载.ini配置文件的设置呢?

37.XSSearch::getDbTotal

...Command(XS_CMD_SEARCH_DB_TOTAL); $res = $this->execCommand($cmd, XS_CMD_OK_DB_TOTAL); $tmp = unpack('Itotal', $res->buf); return $tmp['total'];} 获取搜索数据库内的数据总量

38.RE: 如果能让 我自定义的字典优先匹配呢?

更新时间:2010-10-12 15:10 t By 逆雪寒

好的感谢 HM 我试试[hr] OK了。可以了。呵呵的确是这样

39.RE: 我想用xunsearch代替mysql的like语句

发布时间:2012-03-06 02:03 t By coo

直接就ok了呃,如果你比无聊可以用来得到id然后在数据库查询,哈哈哈哈哈

40.XSIndex::flushLogging

...Logging(){ try { $this->execCommand(XS_CMD_FLUSH_LOGGING, XS_CMD_OK_LOG_FLUSHED); } catch (XSException $e) { if ($e->getCode() === XS_CMD_ERR_BUSY) { return false; } throw $e; } return true;} 强制刷新服务端当前项目的搜索日志

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