..._IS_ALPHA(txt[start-1]) ? attr_en : attr_un); // modified by hightman[hr] [root@estar scws-1.1.5]# /usr/local/bin/scws -A -d "/usr/local/scws/etc/dict.xdb" "LG集团5.3%" LG/en 集团/n 5.3/en %/un +--[scws(scws-cli/1.1.5)]----------+ | TextLen: 10 | | Prepare: 0.0002 (sec) ...
...struct($file){ if (strlen($file) < 255 && !is_file($file)) { $appRoot = getenv('XS_APP_ROOT'); if ($appRoot === false) { $appRoot = defined('XS_APP_ROOT') ? XS_APP_ROOT : XS_LIB_ROOT . '/../app'; } $file2 = $appRoot . '/' . $file . '.ini'; if (is_file...
...入的数据是否正常。 导入成功的时候说了失败0条。 [root@localhost util]# ./Quest.php wlg 北京 [XSException] ../lib/XS.php(2092): None of database avaiable(S#506) #0 ../lib/XS.php(1505): XSServer->execCommand(Object(XSCommand), 206) #1 Quest.php(221): XSSearch->search() ...
... checking for cc... no checking for cl.exe... no configure: error: in `/root/xunsearch-full-1.4.8/scws-1.2.3-dev': configure: error: no acceptable C compiler found in $PATH See `config.log' for more details ----- ERROR: failed to configure scws, see 'setup.log' for more detail[/size]
[php][root@west123110 tmp]# dd bs=64k count=4k if=/dev/zero of=test oflag=dsync 记录了4096+0 的读入 记录了4096+0 的写出 268435456字节(268 MB)已复制,24.6265 秒,10.9 MB/秒 [/php] 经hightman老大测试,似乎是硬盘的读取速度太慢了。 好吧,看来要换个...
[root@web www]# /usr/local/php/bin/php /home/www/www.it486586.com/crontab/index.php hour xs_clear PHP Fatal error: Uncaught [XSException] www.it486586.com/data/api/xs/lib/XS.php(2443): Connection refused(C#111, 127.0.0.1:8383) thrown in /home/www/www.it486586.com/data/api/xs/lib/XS.php on line ...
...d ----- ERROR: failed to compile scws, see 'setup.log' for more detail [root@localhost xunsearch-full-1.4.3]#
...数据的时候需要输入 ./util/Indexer.php --rebuild --source=mysql://root:123456@localhost/cusabio --sql="SELECT * FROM proinfo where is_show=1" --project=cusabio_cn_fix --filter=/xunsearch/bin/sdk/php/lib/FixcnFilter -c gbk 里面的 filter=/xunsearch/bin/sdk/php/lib/FixcnFilter 过滤器...
.../to/demo.ini ~~~ > note: 自 v1.4.9 起,可以通过定义常量 XS_APP_ROOT 或设置这个环境变量来改变默认项目配置目录。 重要属性 -------- * [XS::defaultCharset] **项目默认字符集** 影响范围包括使用时的输入数据以及搜索结果的输出数据,...
...c function toProjectIni($project){ if (!is_file($project)) { $appRoot = getenv('XS_APP_ROOT'); if ($appRoot === false) { $appRoot = defined('XS_APP_ROOT') ? XS_APP_ROOT : dirname(__FILE__) . '/../app'; } return $appRoot . '/' . $project . '.ini'; } else {...