搜索

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

61.[bug] 修正 util.Indexer 采用 PDO_MySQL 数据源时有时会乱码的问题

发布时间:2011-11-27 10:11 t By hightman

...统写为没有带引号的 utf8 兼容性最高。 如果您在使用 INDEXER 时一直有乱码现象,请按以下方法修改一下 $prefix/sdk/php/util/XSDataSource.class.php 详见补丁文件: [url]https://github.com/hightman/xunsearch/commit/eddb1b5f4d7a7f8fb8f82f3675e97640a9d4e...

62.RE: 平滑重建索引问题

发布时间:2012-02-10 10:02 t By hpxl

不对呢,仔细看一下这里,http://www.xunsearch.com/doc/php/guide/index.rebuild // 这里是开始,所有的索引操作都放在里面,update操作会先执行删除操作,然后执行add操作,update也可以的 $index->beginRebuild(); $data = array(); $doc = new XSDocument; $doc->...

63.index

...据字段结构元数据 XSFieldScheme XS 数据字段方案 XSIndex XS 索引管理 XSSearch XS 搜索类, 执行搜索功能 XSServer XSServer 服务器操作对象 XS.tokenizer XSTokenizer 自定义字段词法分析器接口 XSTokenizerFull 内置整值分...

64.索引概述

...索引? --------------- 在 `PHP-SDK` 中,索引管理由类型为 [XSIndex] 的对象所维护。在 [XS] 项目中,通过读取 [XS::index] 属性来获取索引管理对象,然后展开各种操作,而不是自行创建对象。后面章节中 的相关测试代码如果没有特别编...

65../Indexer.php -h 出现的错误

更新时间:2012-01-03 16:01 t By nhbbq

Fatal error: Declaration of XSDebugFilter::process() must be compatible with that of XSDataFilter::process() in /home/vhost/k2012.metalsinfo.com/sdk/php/util/XSDataSource.class.php on line 890[hr] 自己找到解决方法: interface XSDataFilter { /** * 数据处理函数, 返回 false ...

66.不使用Indexer.php添加数据到xunsearch

更新时间:2012-12-21 20:12 t By Dull

...e.ini [code]project.name = sample project.default_charset = GBK ;server.index = 8383 ;server.search = 8384 [pid] type = id [subject] type = title [message] type = body [dateline] type = numeric [author] index = both [authorid] [tid] index = self tokenizer = full [f...

67.图片搜索的一些疑问

更新时间:2014-02-16 17:02 t By Mr.

...固定的 project.name = hash project.default_charset = UTF-8 server.index = /dev/shm/xs-indexd.sock server.search = /dev/shm/xs-searchd.sock [id];图片ID主键 唯一 type = id index = none tokenizer = none cutlen = 0 weight = 0 phrase = no non_bool = no [title];图片属于哪...

68.XSIndex::del

del() 方法 public XSIndex del(mixed $term, string $field=NULL) $term mixed 单个主键或指定字段的索引词, 或多个组成的数组, 编码与 xs 默认字符集一致 $field string 索引词所属的字段名称, 默认不指定则为主键字段 (类型为ID) ...

69.求助:Indexer.php执行不了

更新时间:2012-12-10 22:12 t By gdtv

无论我打什么命令,无论Indexer.php后面加什么参数,都是显示帮助文档,这是怎么回事呢? [code][root@abc util]# /usr/local/php/bin/php Indexer.php --info Indexer - 索引批量管理、导入工具 (xunsearch/1.3.3) 用法 Indexer.php [options] [-p|--projec...

70.RE: 在更新索引时,经常出错,麻烦大家看看

发布时间:2011-09-30 13:09 t By hightman

...会进行主动关闭。 因此当您的代码如下 $xs = new XS(...); $index = $xs->index; ... 如果在这里干了一件超过5秒的事,后面再试图调用 $index->... 都可能报错了。 ... 如果不可避免那么就用 $index->setTimeout(...); 来加长时间,必要时可以设...

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