搜索

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

131.获取索引对象就报错supplied argument is not a valid stream resource

更新时间:2012-08-09 17:08 t By blueo

...ig:private] => Array ( [project.name] => test [project.default_charset] => UTF-8 [server.index] => 8383 [server.search] => 8384 [newsid] => Array ( [type] => id ) [title] => Array ( [type] => title ) ) ) Fatal error: Uncaught [XSErrorException] xunsearch/sdk/php/lib/XS.php(2207): stream_set_blocki...

132.发布第二个测试版 xunsearch-1.0.0b2

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

...0800 a22ff3f hightman: PHP-SDK: 增加自定义分词器参数编码恒为 UTF-8 的说明 * 2011-09-14 15:11:09 +0800 94fb63f hightman: PHP-SDK: php 的最低版本要求提高到 5.2.0 * 2011-09-14 11:44:34 +0800 5c77bae hightman: PHP-SDK: 参照百度调整骨架代码的搜索框外观

133.scws_set_multi复式分割无效

更新时间:2011-11-03 17:11 t By xjtdy888

...f("error, can't init the scws_t!\n"); exit(-1); } scws_set_charset(s, "utf-8"); scws_set_dict(s, "/usr/local/etc/dict.utf8.xdb", SCWS_XDICT_XDB); scws_set_rule(s, "/usr/local/etc/rules.utf8.ini"); scws_set_multi(s , 1); scws_send_text(s, text, strlen(text)); while (res = cur = scws_get_r...

134.项目配置文件详解

...服务器仍可重新指定字符集 ~~~ project.default_charset = UTF-8 ~~~ 3. ### 服务器连接参数 服务端连接参数的格式包含 3 种格式: 1. *端口号(数字)*,连接 `localhost` 的该端口号 (例:`8383`) 2. *地址:端口号*,冒号连接地...

135.搜索全文时较慢,在0.5+秒,甚至1.0+秒【900M数据库】

更新时间:2013-07-05 15:07 t By chinapubmed

... # 配置文件 [php]project.name = pub project.default_charset = utf-8 ;服务端用默认值 ;server.index = 8383 ;server.search = 8384 [did] type = id [title] type = title [tag] index = self [summary] index = both [content] type = body [/php] 这个是用命令...

136.RE: 求助:Indexer.php执行不了

更新时间:2012-12-11 11:12 t By gdtv

...用以及数据源的字符集,以便系统进行智能转换(默认:UTF-8) --db= -d 指定项目中的数据库名称,默认是名为 db 的库 --source=mysql://[user[:passwd]@]host/dbname[/table] 指定数据源为 mysql --source=sqlite:[//]|...

137.使用SCWS的libscws C源码,测试分词不成功

发布时间:2014-01-02 18:01 t By banderuilq

...CWS的源码,使用其中的libscws; 2,并下载了 [简体中文(UTF-8) (3.9MB,28万词,2013/01/08更新)] scws-dict-chs-utf8.tar.bz2。 3,使用示例代码: #include #include #define SCWS_PREFIX "/usr/local/scws" main() { scws_t s; scws_res_t res, cur; ch...

138.索引管理器

...源的字符集,默认情况下, 索引工具输出的字符集为 utf-8,并把数据源字符集视为项目的默认字符集。 * _--source _ 用于指定数据源,数据源有以下 2 种情况。 凡是包含冒号的数据源均视为 SQL 数据源,自动将 _--sql_ 选...

139.搜索测试工具

...句的字符集,默认情况下, 搜索工具输出的字符集为 utf-8,并把搜索语句字符集视为项目的默认字符集。 * _-q|--query _ 指定要搜索的查询语句,如果语句中包含空格请用使用双引号包围起来。 * _--hot[=total|last|cur]_ 用于显...

140.一个字符搜索不到数据,必须两个字符或以上才行

更新时间:2014-06-05 20:06 t By phpqinsir

...配置如下: [php] project.name = goods project.default_charset = utf-8 server.index = 8383 server.search = 8384 ; 商品ID 与配送范围 配送范围以特殊格式放到标题后面 [goods_id] type = id ; 商品名称 [goods_name] type = title index = both ; 商品分类...

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