搜索

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

81.XSTokenizerScws::setDuality

... = new XSCommand(XS_CMD_SEARCH_SCWS_SET, XS_CMD_SCWS_SET_DUALITY, $yes === false ? 0 : 1); return $this;} 设置散字二元组合

82.RE: SCWS切分的字符串是否有长度限制?

发布时间:2010-08-22 00:08 t By hightman

请仔细看说明,$so->get_result() 并不是一次调用,需要多次调用直到返回FALSE 例子1. 使用类方法分词

83.XSIndex::endRebuild

... endRebuild(){ if ($this->_rebuild === true) { $this->_rebuild = false; $this->execCommand(array('cmd' => XS_CMD_INDEX_REBUILD, 'arg1' => 1), XS_CMD_OK_DB_REBUILD); } return $this;} 完成并关闭重建索引 重建完成后调用, 用重建好的索引数据代替旧的...

84.XSDocument::beforeSubmit

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

85.导入库的时候乱码,如下:

发布时间:2012-05-06 14:05 t By weizhao

...nsearch/sdk/php/lib/XS.php(1246): XSIndex->addExdata('????????1??????...', false) #2 /home/www/xunsearch/sdk/php/lib/XS.php(1102): XSIndex->appendBuffer('????????37225??...') #3 /home/www/xunsearch/sdk/php/util/Indexer.php(237): XSIndex->update(Object(XSDocument)) 数据库是UTF-8字符集。

86.XSIndex

... && file_exists($data) && ($data = file_get_contents($data)) === false) { throw new XSException('Failed to read exdata from file'); } // try to check allowed (BUG: check the first cmd only): // XS_CMD_IMPORT_HEADER, XS_CMD_INDEX_REQUEST, XS_CMD_INDEX_REMOVE, XS_CMD_INDEX_EX...

87.XSDatabasePDO::query

... "[DEBUG] SQL: $sql\n"; $res = $this->obj->query($sql); if ($res === false) { $info = $this->obj->errorInfo(); throw new XSException('SQLSTATE[' . $info[0] . '] [' . $info[1] . '] ' . $info[2]); } $ret = $res->fetchAll(PDO::FETCH_ASSOC); return $ret;} 执行 SQL 语...

88.RE: 1.1.2的 自定义字典无法使用

发布时间:2010-05-24 23:05 t By 逆雪寒

我是这样测试的. FF浏览器: 先输入: 笔记本 然后搜索,就正常出现结果.然后.我加多一个关键字:不错.也就是 搜索关键字是: 笔记本不错. 这会就出现 get_result() 返回 false 了.

89.XSFieldScheme::getFieldTitle

...$field->isBoolIndex()) { return $field; } } return false;} 获取标题字段元数据

90.XSDatabaseMySQL::setUtf8

... return @mysql_query("SET NAMES utf8", $this->link); } return false;} 将输出字符集设置为 UTF-8

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