搜索

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

1.body字段能不能为空?

发布时间:2012-09-03 12:09 t By Dull

因为实际需要,只搜索标题就够了,那么body字段留空也可以的吧?

2.RE: body字段能不能为空?

发布时间:2012-09-07 15:09 t By hightman

可以

3.XSFieldScheme::getFieldBody

getFieldBody() 方法 public XSFieldMeta getFieldBody() {return} XSFieldMeta 类型为 BODY 的字段 源码: sdk/php/lib/XSFieldScheme.class.php#L77 (显示) public function getFieldBody(){ if (isset($this->_typeMap[XSFieldMeta::TYPE_BODY])) { $name = $this->_typeMap[X...

4.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) { $...

5.功能建议:body增加注释功能?

更新时间:2012-04-10 21:04 t By Dull

如[quote]Xunsearch 是一个高性能、全功能的全文检索解决方案。 //第一个注释 Xunsearch 旨在帮助一般开发者针对既有的海量数据,快速而方便地建立自己的全文搜索引擎。 /* 第二条注释 /* Xunsearch 中文译名为“迅搜”,代码中...

6.XSSearch::getRelatedQuery

getRelatedQuery() 方法 public array getRelatedQuery(string $query=NULL, int $limit=6) $query string 搜索语句, 若传入 null 使用默认语句 $limit int 需要返回的相关搜索数量上限, 默认为 6, 最大值为 20 {return} array 返回搜索词组成...

7.XSSearch::getHotQuery

getHotQuery() 方法 public array getHotQuery(int $limit=6, string $type='total') $limit int 需要返回的热门搜索数量上限, 默认为 6, 最大值为 50 $type string 排序类型, 默认为 total(搜索总量), 可选值还有 lastnum(上周), currnum(本周) {re...

8.XSFieldMeta::isSpeical

isSpeical() 方法 public bool isSpeical() {return} bool 是返回 true, 不是返回 false 源码: sdk/php/lib/XSFieldScheme.class.php#L367 (显示) public function isSpeical(){ return ($this->type == self::TYPE_ID || $this->type == self::TYPE_TITLE || $this->type == self::TY...

9.RE: 怎么搜索2个project???

发布时间:2012-03-30 10:03 t By 塞北的雪

是这样,应为主题表和回帖表里面的字段不一样,索引的相关字段也可能不同。 比如说主题里有id,fid,author,authorid,time,title,body,isdel,ishidden,isreply等等,这些都放到索引里 而回帖表里有tid,author,authorid,time,body,isdel,isUseTools,ishidde...

10.XSFieldScheme::logger

logger() 方法 public static XSFieldScheme logger() {return} XSFieldScheme 搜索日志字段方案 源码: sdk/php/lib/XSFieldScheme.class.php#L198 (显示) public static function logger(){ if (self::$_logger === null) { $scheme = new self; $scheme->addField('i...

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