搜索

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

81.XSSearch::setQuery

...为 80 字节 {return} XSSearch 返回对象本身以支持串接操作 源码: sdk/php/lib/XSSearch.class.php#L227 (显示) public function setQuery($query){ $this->clearQuery(); if ($query !== null) { $this->_query = $query; $this->addQueryString($query); } r...

82.RE: 编译无法通过,请问应该怎么办呢?

发布时间:2013-03-25 22:03 t By xiwillo

[quote='hightman' pid='3707' dateline='1364206364'] 这错误有点奇怪啊,说找不到函数库的样子。你是什么操作系统啊 [/quote] redhat 4.0版本的系统啊,那应该怎么办啊,hightman 老大

83.XSIndex::endRebuild

...dex endRebuild() {return} XSIndex 返回自身对象以支持串接操作 源码: sdk/php/lib/XSIndex.class.php#L404 (显示) public function endRebuild(){ if ($this->_rebuild === true) { $this->_rebuild = false; $this->execCommand(array('cmd' => XS_CMD_INDEX_REBUILD, '...

84.XSDocument::beforeSubmit

... public bool beforeSubmit(XSIndex $index) $index XSIndex 索引操作对象 {return} bool 默认返回 true, 若返回 false 将阻止该文档提交到索引服务器 源码: sdk/php/lib/XSDocument.class.php#L331 (显示) public function beforeSubmit(XSIndex $index){ if ...

85.XSTokenizerScws

...DICT_MEM {return} XSTokenizerScws 返回对象本身以支持串接操作 源码: sdk/php/lib/XSTokenizer.class.php#L299 (显示) public function addDict($fpath, $mode = null){ if (!is_int($mode)) { $mode = stripos($fpath, '.txt') !== false ? SCWS_XDICT_TXT : SCWS_XDICT_XDB; ...

86.RE: 自定义的 txt 字典 有关问题 求助

发布时间:2010-04-10 01:04 t By hightman

最长的词16个汉字,250个英文字母。 应该是你的词典做错了,比如字符集不匹配之类。生成词典要严格按照字段区分开,字段之间用区分,这说都有相关的说明,按说明操作应当没有问题。

87.RE: 搜索歌曲名称为 单个汉字的,没有结果

发布时间:2012-02-22 18:02 t By chenlinbo5588

hightman ,教我一下 强刷搜索单字 如何操作, 不然我的音乐的话, 一字歌就没有办法搜索了 人家做的 案例 貌似都可以搜索的 http://www.adminlink.net.cn/search/search.php?q=祛痘

88.XSIndex::setDb

... 数据库名称 {return} XSIndex 返回自身对象以支持串接操作 源码: sdk/php/lib/XSIndex.class.php#L439 (显示) public function setDb($name){ $this->execCommand(array('cmd' => XS_CMD_INDEX_SET_DB, 'buf' => $name), XS_CMD_OK_DB_CHANGED); return $this;} 更改存...

89.XSSearch::setFuzzy

...闭模糊搜索 {return} XSSearch 返回对象本身以支持串接操作 源码: sdk/php/lib/XSSearch.class.php#L84 (显示) public function setFuzzy($value = true){ $this->_defaultOp = $value === true ? XS_CMD_QUERY_OP_OR : XS_CMD_QUERY_OP_AND; return $this;} 开启模糊搜...

90.RE: 请问mysql数据源索引时候会锁住表吗?

发布时间:2013-05-10 09:05 t By hightman

看你的MYSQL配置及表引擎都有关系吧。我们的脚本没有额外的锁定操作

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