搜索

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

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

更新时间:2012-02-24 11:02 t By zl8522115

...izer = full [school_id] index = self tokenizer = full [sort] type=numeric index=none [update_time] type=numeric index=none [time] type=numeric index=none [jump_url] [click_total] [click_month] [click_week] [click_day] [/code]

32.新增索引和更新索引速度好慢好慢,不能忍受,都在分钟级别上。

发布时间:2012-05-24 11:05 t By dkanaiwen

...nizer = none [rootAuthorId] tokenizer = none [forwardCount] type = numeric tokenizer = none [commentCount] type = numeric tokenizer = none

33.刚开始使用,项目编码与时间戳问题请教

更新时间:2012-07-05 11:07 t By xilin

...ing [totalhit] type = string [keywords] type = string [sendtime] type = numeric 在添加索引时,文档中有说会自动转码,所以所有字段都不需要用iconv将gbk转为utf-8就可以正常使用。sendtime在数据库中是时间戳(int型,需要排序),按文档中使用numer...

34.mysql导入数据配置文件里的字段要和数据库里的一样吗?

发布时间:2011-10-28 10:10 t By mengfanchao

....index = 8383 server.search = 8384 [pid] type = id [catid] type = numeric index = both tokenizer = full [subject] type = title [message] type = body [url] index = self tokenizer = full [chrono] type = numeric

35.XSFieldMeta::isNumeric

isNumeric() 方法 public bool isNumeric() {return} bool 是返回 true, 不是返回 false 源码: sdk/php/lib/XSFieldScheme.class.php#L357 (显示) public function isNumeric(){ return ($this->type == self::TYPE_NUMERIC);} 判断当前字段是否为数字型

36.RE: 如何按分类搜索啊

发布时间:2012-02-21 15:02 t By hightman

烦请仔细看上面所说的章节啊!!!什么时候用 numeric? [type] [color=red]type = string[/color] index = self

37.时间戳保存失效

发布时间:2012-12-18 17:12 t By single

有一个字段,设置如下 [update_time] type = numeric 查询出来的文档中,该字段的值为如下类型的浮点数 1.35582e+09 恳请懂的人帮忙解决下,感谢~

38.时间戳排序不生效的问题

发布时间:2014-06-04 21:06 t By live

配置文件设置了时间戳这个字段是numeric类型,想实现搜索的结果进行倒序排列,也就是说新发布的信息都排在最上边,用了setSort、setMultiSort都没起作用,请问是怎么回事呢?

39.XSServer::getConnString

...unction getConnString(){ $str = $this->_conn; if (is_int($str) || is_numeric($str)) { $str = 'localhost:' . $str; } elseif (strpos($str, ':') === false) { $str = 'unix://' . $str; } return $str;}

40.搜索区间过滤 addRange不起 作用

发布时间:2011-12-07 17:12 t By vist2007

字段配置 [user_id] type = numeric index = self tokenizer = full 用 $search->addRange('user_id',1,20000)->..... 搜索 指定 用户id 范围的内容 addRange区间过滤不起作用 不知道是我配置问题 还是调用方式不对

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