搜索

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

181.RE: 关于 numeric 类型精度问题

发布时间:2011-12-07 12:12 t By askie

[quote='vist2007' pid='314' dateline='1323228655'] [quote='askie' pid='312' dateline='1323228058'] 我也遇到了同样问题! [/quote] 把type 设置成为 string 貌似是一种变通的方法 [/quote] 但是就无法排序了!这个是关键!要他就是为了排序的!

182.[2013] SCWS-1.2.2 发布,BSD协议、支持自定义词库、PHP5.4

更新时间:2013-07-11 21:07 t By hightman

...下: 函数调用形式:bool scws_set_dict(Resource scws_handler, string filepath[, int mode = SCWS_XDICT_XDB]); bool scws_add_dict(Resource scws_handler, string filepath[, int mode = SCWS_XDICT_XDB]); bool scws_has_word(Resource scws_handler, st...

183.图片搜索的一些疑问

更新时间:2014-02-16 17:02 t By Mr.

...唯一 但每个图集题标都是唯一 type = title;我可以设置为string? index = both;如果type = title 请问我可以设置为self吗? tokenizer = default;默认scws分词器 cutlen = 0 weight = 5 phrase = no;关闭精确检索 non_bool = no;要实现默认的匹配度排序 我...

184.XS::getField

...a getField(mixed $name, bool $throw=true) $name mixed 字段名称(string) 或字段序号(vno, int) $throw bool 当字段不存在时是否抛出异常, 默认为 true {return} XSFieldMeta 字段元数据对象 源码: sdk/php/lib/XS.class.php#L514 (显示) public funct...

185.XSFieldMeta::toConfig

toConfig() 方法 public string toConfig() {return} string 转换后的配置文件字符串 源码: sdk/php/lib/XSFieldScheme.class.php#L452 (显示) public function toConfig(){ // type $str = "[" . $this->name . "]\n"; if ($this->type === self::TYPE_NUMERIC) { $...

186.RE: getAllSynonyms 当我同义词库上100W

更新时间:2014-04-29 11:04 t By hightman

好吧,我考虑加一个。。。 最新 1.4.9-dev 版新增接口: XSSearch::getSynonyms(string $term); 也可以用 util/Quest.php --list-synonyms=??? 来列出 ??? 的全部同义词

187.XSDatabase

...询 SQL 语句 query1() 方法 public 查询结果首行, query1(string $sql) $sql string {return} 查询结果首行, 失败或无数据则返回 false 源码: sdk/php/util/XSDataSource.class.php#L455 (显示) public function query1($sql){ $sql = preg_replace('/ l...

188.XSDatabasePDO

...生成 PDO 连接专用的 DSN query() 方法 public mixed query(string $sql) $sql string 要执行的 SQL 语句 {return} mixed 源码: sdk/php/util/XSDataSource.class.php#L843 (显示) public function query($sql){ //echo "[DEBUG] SQL: $sql\n"; $res = $this->ob...

189.RE: 搜索出来的数字型怎么成了这样的乱码

发布时间:2012-02-24 15:02 t By linren119

数字型,仅当字段需用于以排序或区间检索时才设为该类型,否则请使用 string

190.XSFieldScheme::getFieldTitle

...fields as $name => $field) { if ($field->type === XSFieldMeta::TYPE_STRING && !$field->isBoolIndex()) { return $field; } } return false;} 获取标题字段元数据

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