搜索

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

221.全文检索 tokenizer = full 时,无法查询

发布时间:2013-09-04 16:09 t By hongjh

1. 相关ini配置: [goods_id] type = id index = self [goods_name] type = title index = both [goods_sn] index = both tokenizer = full 2. 导入相关数据 require_once '/usr/local/xunsearch/sdk/php/lib/XS.php'; $xs = new XS('goods'); $data = array( 'goods_id' => 112, ...

222.导入 mysql 数据源的问题

更新时间:2011-09-20 16:09 t By tisswb

...e=mysql://aaa:bbb@192.168.0.1/bbs --sql="select * from cdb_post" -c gbk ini的配置如下: project.name = discuz project.charset = GBK server.index = 8383 server.search = 8384 [pid] type = id [fid] index = self tokenizer = full [tid] [first] index = self tokenizer = full ...

223.RE: 不能增加索引,每次列队数加1

发布时间:2012-09-07 15:09 t By hightman

...x->flushIndex(); 或 php Indexer.php --flush -p /var/www/xunsearch/goods.ini 用过后队列数还是没有改变,索引还是没有增加进去,仿佛就在缓存队列中,然后我就把xs重启,队列数据变成0条了,然后我就$index->add($doc),对列数据又增加成一条...

224.indexer.php 生成的索引的问题

更新时间:2012-03-28 10:03 t By cxc222

...rmland" --project=D:\xampp\htdocs\linjulu\home\farm\data\xunsearch_conf ig.ini [XSException] ../..(2177): 由于目标机器积极拒绝,无法连接。 (C#10061) #0 ../../:\xampp\htdocs\xunsearch-1.3.0\sdk\php\lib\XS.php(2000): XSServer->conn ect() #1 ../../:\xampp\htdocs\xunsearch-1.3.0\sdk\php\...

225.刚开始使用,项目编码与时间戳问题请教

更新时间:2012-07-05 11:07 t By xilin

...据库有一张article表。编码是gbk_chinese_ci,配置文件article.ini中我设置如下: project.name = article project.default_charset = UTF-8 [aid] type = id [title] type = both [smalltitle] type = string [copyfrom] type = string [totalhit] type = string [keywords] type = string [s...

226.发布 php_scws.dll for win32 (php4,php5.2)

发布时间:2007-06-21 23:06 t By hightman

...,php 扩展在 win32 下的加载方法和 Linux 类似,可以在 php.ini 中写好(推荐)也可以在程序中通过 dl() 加载。其它方面的用法和 Unix 版本完全一样,注意此 dll 文件仅是分词引擎,并不包括分词规则文件和词典,请从已发布的 scws-p...

227.项目配置文件详解

...一个 `Xunsearch` 项目的核心灵魂,非常重要,通常保存为 .ini 文件 - 以分号开头的行表示注释,空行直接被忽略不起任何作用 - 中括号包围的每个分区均为字段配置,字段个数根据项目的实际需求设定 - 每个项目必须有并且只能...

228.为什么程序消耗的内存越来越大

更新时间:2010-03-02 17:03 t By backluck

...int i; if (!(s = scws_new())) { printf("error, can't init the scws_t!\n"); exit(-1); } scws_set_charset(s, "gbk"); scws_set_dict(s, "/usr/local/scws/etc/dict.xdb", SCWS_XDICT_XDB); scws_set_rule(s, "/usr/local/scws/etc/rules.i...

229.Unable to load dynamic library './usr/lib/php/scws.so'

发布时间:2009-10-13 12:10 t By h_jlin

...d object file: No such file or directory in Unknown on line 0 我的php.ini 配置是: [scws] extension = "/usr/lib/php/scws.so" scws.default.charset = gbk scws.default.fpath = /usr/local/scws/etc/ 我的scws.so文件确实存在于/usr/lib/php/目录下的,但没有在/usr/local/scws/...

230.载入txt词典所出现的BUG

更新时间:2011-08-09 12:08 t By 999

... = scws_open(); scws_set_charset($so, 'gbk'); scws_set_rule($so, 'rules.ini'); scws_set_dict($so, 'a.txt', SCWS_XDICT_TXT); scws_send_text($so, $txt); $result = scws_get_tops($so, strlen($txt)); print_r($result); [/php] 第一次运行的结果:([color=#FF0000][b]正常[/b][/color])...

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