...shLogging() 方法 public bool flushLogging() {return} bool 刷新成功返回 true, 失败则返回 false 源码: sdk/php/lib/XSIndex.class.php#L449 (显示) public function flushLogging(){ try { $this->execCommand(XS_CMD_FLUSH_LOGGING, XS_CMD_OK_LOG_FLUSHED); } cat...
flushIndex() 方法 public bool flushIndex() {return} bool 刷新成功返回 true, 失败则返回 false 源码: sdk/php/lib/XSIndex.class.php#L466 (显示) public function flushIndex(){ try { $this->execCommand(XS_CMD_INDEX_COMMIT, XS_CMD_OK_DB_COMMITED); } catch (...
flush() 方法 public static void flush() 源码: sdk/php/util/XSUtil.class.php#L183 (显示) public static function flush(){ flush(); if (ob_get_level() > 0) { ob_flush(); }} 刷新标准输出缓冲区
...键词到缓冲区里 需要调用 XSIndex::flushLogging 才能确保立即刷新, 否则要隔一段时间
...执行服务端指令并获取返回值 XSIndex flushIndex() 强制刷新服务端的当前库的索引缓存 XSIndex flushLogging() 强制刷新服务端当前项目的搜索日志 XSIndex getConnString() Returns 连接字符串 XSServer getCustomDict() 获取自定...
...til fixWidth() 修正字符串至固定宽度 XSUtil flush() 刷新标准输出缓冲区 XSUtil getOpt() 取得命令行参数 XSUtil parseOpt() 解析命令行参数 XSUtil setCharset() 设置输出、输入编码 XSUtil toProjectIni() 将项目参数...
...键词到缓冲区里 需要调用 XSIndex::flushLogging 才能确保立即刷新, 否则要隔一段时间 addWeight() 方法 public XSSearch addWeight(string $field, string $term, float $weight=1) $field string 索引词所属的字段 $term string 索引词 $weight ...