搜索

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

151.XSIndex::addSynonym

...eturn} XSIndex 返回自身对象以支持串接操作 源码: sdk/php/lib/XSIndex.class.php#L283 (显示) public function addSynonym($raw, $synonym){ $raw = strval($raw); $synonym = strval($synonym); if ($raw !== '' && $synonym !== '') { $cmd = new XSCommand(XS_CMD_INDEX_SY...

152.安装后,这个警告如何解决?

发布时间:2011-10-09 13:10 t By askie

...----------+--------------------------+--------------------------------+ | PHP 版本 | 5.3.6 | XS(core) | PHP 5.2.0 或更高版本是必须的。 | | SPL 扩展 | OK | XS(core) | SPL 扩展用于自动加载和对象戏法 | | PCRE 扩展 | OK ...

153.XSSearch::search

...return} XSDocument[] 匹配的搜索结果文档列表 源码: sdk/php/lib/XSSearch.class.php#L572 (显示) public function search($query = null, $saveHighlight = true){ if ($this->_curDb !== self::LOG_DB && $saveHighlight) { $this->_highlight = $query; } $query = $query ===...

154.XSIndex::getCustomDict

...CustomDict() {return} string 自定义词库内容 源码: sdk/php/lib/XSIndex.class.php#L484 (显示) public function getCustomDict(){ $res = $this->execCommand(XS_CMD_INDEX_USER_DICT, XS_CMD_OK_INFO); return $res->buf;} 获取自定义词典内容

155.Missing field of type ID

发布时间:2013-08-22 00:08 t By boxshadow

require './XS.php'; $xs = new XS("torrentkittys"); 引入文件之后实例化类 然后不做任何操作 就出现这个问题: Missing field of type ID 请大大指点

156.RE: 建议取消SDK中的autoload

发布时间:2011-11-09 00:11 t By hightman

多谢指出。因为开发时是分开的没有压成 XS.php 单独一个文件。 可以考虑在输出XS.php时移除autoload功能

157.XSIndex::delSynonym

...eturn} XSIndex 返回自身对象以支持串接操作 源码: sdk/php/lib/XSIndex.class.php#L306 (显示) public function delSynonym($raw, $synonym = null){ $raw = strval($raw); $synonym = $synonym === null ? '' : strval($synonym); if ($raw !== '') { $cmd = new XSCommand(XS...

158.检测运行环境时的问题

发布时间:2013-12-14 12:12 t By wkx198742

...----------+--------------------------+--------------------------------+ | PHP 版本 | 5.3.3 | XS(core) | PHP 5.2.0 或更高版本是必须的。 | | SPL 扩展 | OK | XS(core) | SPL 扩展用于自动加载和对象戏法 | | PCRE 扩展 | OK ...

159.XSIndex::clean

...eturn} XSIndex 返回自身对象以支持串接操作 源码: sdk/php/lib/XSIndex.class.php#L59 (显示) public function clean(){ $this->execCommand(XS_CMD_INDEX_CLEAN_DB, XS_CMD_OK_DB_CLEAN); return $this;} 完全清空索引数据 如果当前数据库处于重建过程中将...

160.RE: 按字段搜索排序

更新时间:2013-06-07 14:06 t By hpxl

ini设置 [php] [example_attr] index = self tokenizer = split(,) non_bool = yes[/php] XS版本 xs-indexd: xunsearch/1.4.7-dev (index server) 查询结果没有任何变化,结果如下: [php]example_attr:jianyue,baise 45 ... jianyue,baise,qianhuang 207 ... zhongshi,hongse,baise 3...

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