...到相应的数据 filename就是 xxxx ID是主键 filename type=title ini的内容为: project.name = .... project.default_charset = UTF-8 ;server.index = 8383 ;server.search = 8384 [ID] type = id [filename] type = title tokenizer = full 求指点
1、配置文件search.ini [code] project.name = search project.default_charset = utf-8 server.index = 8383 server.search = 8384 [ID] type = id [title] type = title [content] type = body [/code] 2、索引 [code] util/Indexer.php --source=mysql://root:pwd@localhost/dede --sql="SELECT ID, title, c...
...版本,查看是否安装了合适的PHP扩展模块,以及 确认 php.ini 文件是否正确设置。 +------------+------------+--------------------------+--------------------------------+ | 项目 | 结果 | 用于 | 备注 | +-------...
运行环境 windows 2008 32位 IIS7 PHP 5.3.4 VC9 NTS PHP.INI [code] [16-Dec-2010 13:17:41] PHP Warning: PHP Startup: scws: Unable to initialize module Module compiled with build ID=API20090626,TS,VC6 PHP compiled with build ID=API20090626,NTS,VC9 These options need to match in Unk...
..._set_dict($sh, './dict.txt', SCWS_XDICT_TXT); scws_set_rule($sh, './rules.ini');//文件内容为空 $cutword = $_POST['cutword']; scws_send_text($sh, $cutword); $rs = scws_get_tops($sh, 5); 另:我使用工具把默认的.xdb转化成.txt后在使用scws_get_tops()方法(字母+数据要大...
...使用,强烈建议保留现有的目录结构。 开发的项目配置 ini 文件统一放入 `$prefix/sdk/php/app` 目录。 自定义或扩展的类库请统一放入 `$prefix/sdk/php/lib` 以便 `XS` 进行 `autoload`。 保留字 ----- 所有 `Xunsearch PHP-SDK` 的系统类库定义时...
...ly, i compile the lib yestoday, it rely on php5.3.3 source like php.h,php_ini.h ect, so must i set php 5.3.3 main, ext, zend for the globle include directory, but last thing i cause is no config_w32.h in main, i got some help online, the config_w32.h file must be compile by myself use some building...
...服务器ip是 129.168.46.129 端口8383和8384 我已经开启了 test.ini配置文件端口的地方我是这样写的 project.name = test project.default_charset = utf-8 server.index = 8383 server.search = 8384 当我执行 util/Indexer.php --source=csv --clean test 时候提示下面...
...说过C#语言"; 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.ini"); scws_send_text(s, text, st...
...为一个人名。 其中一个解决办法是将武这个姓从rules.utf8.ini中去掉,但这不是最好的解决办法。 另一种是在看到武这个时,去判断这个字与后面的字是否组成一个词,如果是就跳过这个前缀检查。于是将scws.c的代码做了如下修...