weight 属性 public int $weight; 混合区检索时的相对权重 取值范围: 1~63, title 类型的字段默认为 5, 其它字段默认为 1
dbTotal 属性 只读 public int getDbTotal() 获取搜索数据库内的数据总量
hotQuery 属性 只读 public array getHotQuery(int $limit=6, string $type='total') 获取热门搜索词列表
lastCount 属性 只读 public int getLastCount() 获取最近那次搜索的匹配总数估值
relatedQuery 属性 只读 public array getRelatedQuery(string $query=NULL, int $limit=6) 获取相关搜索词列表
谢谢回复。 另外scws结构体中:unsigned char *mblen; unsigned int mode;这两个成员也应该是可以多个线程共用的。
...op_t next; }; 应该跟以下结构一致。 struct scws_result { int off; float idf; unsigned char len; char attr[3]; scws_res_t next; };
...示) public function getConnString(){ $str = $this->_conn; if (is_int($str) || is_numeric($str)) { $str = 'localhost:' . $str; } elseif (strpos($str, ':') === false) { $str = 'unix://' . $str; } return $str;}