...性。 返回值:返回词表集链表的头指针,该词表集必须调用 scws_free_tops 释放 [/quote]
程序中调用:$xs = new XS('demo');时出错如下: [XSErrorException] lib/XS.php(2210): stream_set_blocking(): supplied argument is not a valid stream resource(2) #0 /usr/local/xunsearch/sdk/php/lib/XS.php(2210): xs_error_handler(2, 'stream_set_bloc...', '/usr/local/xuns...', 2210, Array) #1 ...
...ze][/b] 为方便使用,当 send_text 方法或 scws_send_text 函数被调用前,没有加载词典和规则集时,系统会自动在scws.default.fpath(ini配置)中查找相应的字符集词典。词典和规则文件的命名方式为 dict[.字符集].xdb 和 rules[.字符集].ini ,当...
...lse) 读取最近一次分面搜索记数 必须在某一次 search 之后调用本函数才有意义 hotQuery 属性 只读 public array getHotQuery(int $limit=6, string $type='total') 获取热门搜索词列表 lastCount 属性 只读 public int getLastCount() 获取最近那...
...更新指令将写到临时库, 而不是当前搜索库, 重建完成后调用 endRebuild 实现平滑重建索引, 重建过程仍可搜索旧的索引库, 如直接用 clean 清空数据, 则会导致重建过程搜索到不全的数据 参见 endRebuild clean() 方法 public XSInd...
...法 public void close(bool $ioerr=false) $ioerr bool 关闭调用是否由于 IO 错误引起的, 以免发送 quit 指令 源码: sdk/php/lib/XSServer.class.php#L198 (显示) public function close($ioerr = false){ if ($this->_sock && !($this->_flag & self::BROKEN)) { if...
...::$optind++; } return $value;} 取得命令行参数 要求事先调用 parseOpt, 否则会自动以默认参数调用它。 参见 parseOpt parseOpt() 方法 public static array parseOpt(array $valued=array ( )) $valued array 需要附加值的参数列表 {retu...
... 析构函数 由于对象交叉引用, 如需提前销毁对象, 请强制调用该函数 autoload() 方法 public static void autoload(string $name) $name string 类的名称 源码: sdk/php/lib/XS.class.php#L533 (显示) public static function autoload($name){ $file = XS...