...exer.php --source=csv --clean demo [XSException] lib/XS.php(2092): Failed to create home directoy of the project(S#508) #0 lib/XS.php(2067): XSServer->execCommand(Array, 201) #1 lib/XS.php(2028): XSServer->setProject('demo') #2 lib/XS.php(2011): XSServer->open('8383') #3 lib/XS.php(342): XSServ...
...erver.class.php#L452 (显示) protected function connect(){ // connect to server $conn = $this->_conn; if (is_int($conn) || is_numeric($conn)) { $host = 'localhost'; $port = intval($conn); } elseif (!strncmp($conn, 'file://', 7)) { // write-only for saving index exc...
...field` 为字段名称,后面两个参数依次是 `$from` 起始值,`$to` 结束值。假设该字段的值为 `$value`,那么要求 `$value > $from && $value addRange('chrono', null, $to)->search(); // 2. >= $from: 要求结果的时间必须在 2011-1-1 之后,并且包含 2011-1-1 $doc...
...webserver1 xunsearch]# strace -p 28942 Process 28942 attached - interrupt to quit clock_gettime(CLOCK_MONOTONIC, {2533164, 267904950}) = 0 epoll_wait(1, {}, 32, 15314) = 0 clock_gettime(CLOCK_MONOTONIC, {2533179, 582319950}) = 0 epoll_ctl(1, EPOLL_CTL_DEL, 0, {EPOLLIN, {u32=0, u64=0}...
... $ret = array(); $limit = max(1, min(20, intval($limit))); // Simple to disable query with field filter if ($query === null) { $query = $this->cleanFieldQuery($this->_query); } if (empty($query) || strpos($query, ':') !== false) { return $ret; } // Search the log d...
...ate immediately 2011-10-27 16:35:55 indexd[3961] server terminated, force to check commit for all db pid:3961是昨天的进程id。以上是昨天最后三条log. 虽然可以用restart强制重启动,但是否会有indexd后续工作没有完成的隐患?
...命令里面要加上 -c gbk [hr] [XSException] lib/XS.php(1834): Failed to create home directoy of the project(S#508) #0 ../phplib/XS.php(1809): XSServer->execCommand(Array, 201) #1 ../phplib/XS.php(1770): XSServer->setProject('discuz') #2 ../phplib/XS.php(1753): XSServer->open(8383) #3 ../ph...
...就有了第三篇,1314336168 INFO: reach end of file or error occured, total lines: 3 [XSException] lib/XS.php(1832): Failed to open file(S#513) #0 ../phplib/XS.php(1089): XSServer->execCommand(Array, 250) #1 ../phplib/XS.php(1094): XSIndex->addExdata('????????1??????...') #2 ../phplib/XS.php(...
...end_ini_string_ex 于动态链接库 php5ts.dll上 2、PHP Startup: Unable to load dynamic library 'D:\server\php\ext\php_scws.dll' - 找不以指定的程序 注: 在D:\server\php\ext 文件夹中确定有 php_scws.dll 求解。谢谢各位
...$this->obj->connect_error) { throw new XSException("Can not connect to mysql server: '$user@$host'"); } if (!$this->obj->select_db($param['dbname'])) { $this->close(); throw new XSException("Can not switch to database name: '{$param['dbname']}'"); } $this->setUtf8();...