...= date tokenizer = none [/code] [php] ./Indexer.php --source=mysql://root:root@localhost/blog --sql="select b.bid,b.content AS bc,b.addtime,b.title,c.content AS CC from blog b,comment c where b.bid = c.bid" /usr/local/xunsearch/sdk/php/app/59n.ini [/php] [code] [XSException] ../lib/XS.ph...
...p /usr/local/xunsearch/sdk/php/util/Indexer.php --rebuild --source=mysql://root:123456@127.0.0.1/test --sql="select * from pw_record" --project=record 以上是默认mysql 端口号为3306 导入命令 但是, 现在我的mysql 端口号是6630 在--source=mysql://root:123456@127.0.0.1/te...
...ash --enable-pcntl --enable-sockets[hr] scws php扩展编译是这样的 [root@zjx phpext]# ./configure --with-scws=/usr/local/scws/ --with-php-config=/u sr/local/php51/bin/php-config checking for egrep... grep -E checking for a sed that does not truncate output... /bin/sed checking for gcc... gcc...
./Indexer.php -p --rebuild --source=mysql://root:'111111'@localhost/tmp_tsg --sql="select*,IF(market_price>0,round(shop_price/market_price*10,1),10) as rebate from tsg_goods" -p ../app/goods.ini [/php][/quote]初始化数据源 ... mysql://root:6$4!rgnbmClskax@localhost/tmp_tsg PHP Notice: Und...
...tus make[2]: *** [bin/xapian-check] Error 1 make[2]: Leaving directory `/root/xunsearch-full-1.4.1/xapian-core-scws-1.2.13' make[1]: *** [install-recursive] Error 1 make[1]: Leaving directory `/root/xunsearch-full-1.4.1/xapian-core-scws-1.2.13' make: *** [install] Error 2 -----
...件 咋回事呢 /var/xunsearch/sdk/php/util/Indexer.php --source=mysql://root:root@192.168.1.700/test --sql="SELECT id, uid FROM test" --project="/var/xunsearch/sdk/php/app/person.ini" 开始批量导入数据 (请直接输入数据) ... 完成索引导入:成功 338 条,失败 0 条 刷新...
用了这些方法还是死机 [root@edu ~]# strace -p 23786 Process 23786 attached - interrupt to quit rt_sigsuspend(~[HUP INT QUIT ILL TRAP ABRT BUS FPE KILL SEGV ALRM TERM CHLD STOP TSTP XCPU RTMIN RT_1] Process 23786 detached [root@edu ~]# strace -p 4514 Process 4514 attached - interrupt to q...
... PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 28942 root 18 3 152m 28m 1852 S 174.6 0.2 61:51.25 xs-searchd 28940 root 18 3 152m 28m 1888 S 128.4 0.2 45:21.77 xs-searchd 28941 root 18 3 122m 28m 1892 S 96.5 0.2 43:17.51 xs-searchd[/php] st...
...allation directory 请指定安装目录 (默认为中括号内的值) [/root/xunsearch]:/usr/local/xunsearch Confirm the installation directory 请确认安装目录:/usr/local/xunsearch [Y/n]y Checking scws ... 1.2.3-dev Checking scws dict ... ok Checking libuuid ... yes: /usr/local/x...
... require_once $file; } else if (file_exists(XS_LIB_ROOT . DIRECTORY_SEPARATOR . $file)) { require_once XS_LIB_ROOT . DIRECTORY_SEPARATOR . $file; } if (!class_exists($name)) { throw new XSException('Undefined custom tokenize...