搜索

大约有 118 项符合查询结果, 库内数据总量为 3,513 项。 (搜索耗时:0.0038秒)

71.XSFieldMeta.weight

weight 属性 public int $weight; 混合区检索时的相对权重 取值范围: 1~63, title 类型的字段默认为 5, 其它字段默认为 1

72.XSSearch.dbTotal

dbTotal 属性 只读 public int getDbTotal() 获取搜索数据库内的数据总量

73.XSSearch.hotQuery

hotQuery 属性 只读 public array getHotQuery(int $limit=6, string $type='total') 获取热门搜索词列表

74.XSSearch.lastCount

lastCount 属性 只读 public int getLastCount() 获取最近那次搜索的匹配总数估值

75.XSSearch.relatedQuery

relatedQuery 属性 只读 public array getRelatedQuery(string $query=NULL, int $limit=6) 获取相关搜索词列表

76.RE: 时间戳保存失效

发布时间:2012-12-21 20:12 t By 973432436

保存为字符串就可以啦,到时侯php 使用(int)强制转换下就可以啦!

77.RE: scws与多线程

发布时间:2010-12-08 10:12 t By lauxinz

谢谢回复。 另外scws结构体中:unsigned char *mblen; unsigned int mode;这两个成员也应该是可以多个线程共用的。

78.RE: 留下评论出现错误

发布时间:2014-05-15 17:05 t By bigxu

修正了。mysql5.6了int字段得有默认值。

79.RE:1243

发布时间:2007-11-09 22:11 t By sanix

...op_t next; }; 应该跟以下结构一致。 struct scws_result { int off; float idf; unsigned char len; char attr[3]; scws_res_t next; };

80.XSServer::getConnString

...示) 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;}

  • 时间不限
  • 按相关性排序