搜索

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

801.XSSearch::setScwsMulti

...turn} XSSearch 返回自身对象以支持串接操作 源码: sdk/php/lib/XSSearch.class.php#L444 (显示) public function setScwsMulti($level){ $level = intval($level); if ($level >= 0 && $level < 16) { $cmd = array('cmd' => XS_CMD_SEARCH_SCWS_SET, 'arg1' => XS_CMD_SCWS_SET_M...

802.更新、修改文档

更新、修改文档 在 `Xunsearch PHP-SDK` 中,更新、修改文档和[添加文档](index.add)的做法非常的类似, 只不过调用的是 [XSIndex::update],并且在内部处理上有所区别。 如果索引数据库中已存在主键值相同的文档,那么相当...

803.XSDocument::__construct

...数, 当 $p 不为编码时, 本参数表示数据编码 源码: sdk/php/lib/XSDocument.class.php#L56 (显示) public function __construct($p = null, $d = null){ $this->_data = array(); if (is_array($p)) { $this->_data = $p; } elseif (is_string($p)) { if (strlen($p) !== s...

804.XSTokenizerScws::addDict

... 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; } if (!isset($this...

805.【求助】无法正确搜索结果

发布时间:2012-03-04 15:03 t By flyxl

...id [name] index = both [phonenum] index = both 3. 使用Indexer.php工具导入数据成功: 清空现有索引数据 ... 初始化数据源 ... mysql://xxx:xxx@192.168.56.101/contact 开始批量导入数据 (请直接输入数据) ... 完成索引导入:成功 8 条,失败 0 ...

806.建立索引不完整问题

发布时间:2012-03-14 16:03 t By 张十三

[php] $xs = new Search('demo'); $index = $xs->index; $index->beginRebuild(); while (true) { //无视读取数据部分,一次读取100条数据 $index->openBuffer(); foreach ($wikis as $wiki) { $array = array( 'pid' => ...

807.RE: 请问索引分库单个库多大比较好?

更新时间:2012-04-09 19:04 t By Dull

补充下 http://www.xunsearch.com/doc/php/guide/start.changelog 发现1.1开始自动分库了 这样子的情况下 还有没有必要自行分库? 最终我打算测试2.7亿条的数据库 差不多是600G的xs数据库大小 自动分库能满足不?[hr] 补充下 http://www.xunsearch.c...

808.RE: 无法打开类型为 xdb 数据文件 是什么问题?

发布时间:2011-10-14 02:10 t By xliuhao123

...e]Warning: XDB::Open(dict.xdb) failed. in D:\99dy\include\scws\xdb_r.class.php on line 44 Fatal error: 无法打开类型为 xdb 数据文件 `include/scws/dict/dict.xdb` in D:\99dy\include\scws\dict.class.php on line 155[/code] 是什么原因? [/quote] 我也遇到同样的问题了,...

809.XSException::getRelPath修改建议

发布时间:2012-08-30 16:08 t By bkkkd

...址 ../../../../../ 无法确认出错的文件 建议修改成 [php] public static function getRelPath($file) { $from = getcwd(); $file = realpath($file); if (is_dir($file)) { $pos = false; $to = $file; } else { ...

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

发布时间: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 ...

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