搜索

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

41.XS::getLastXS

getLastXS() 方法 public static XS getLastXS() {return} XS 最近创建的 XS 对象 源码: sdk/php/lib/XS.class.php#L314 (显示) public static function getLastXS(){ return self::$_lastXS;} 获取最新的 XS 实例

42.XSFieldMeta::hasIndex

...ss.php#L376 (显示) public function hasIndex(){ return ($this->flag & self::FLAG_INDEX_BOTH) ? true : false;} 判断当前字段是否需要索引

43.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);} 判断当前字段是否为数字型

44.XSFieldMeta::withPos

...ass.php#L335 (显示) public function withPos(){ return ($this->flag & self::FLAG_WITH_POSITION) ? true : false;} 判断当前字段索引是否支持短语搜索

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

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

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

46.RE: 关于排序问题

发布时间:2014-05-09 10:05 t By bigxu

index=self 是对的。 你的cat_id是数字吗? getAddTerms 打印出看下。 如果有index,有term。查不出应该是不可能的.

47.split无效

更新时间:2014-07-23 11:07 t By q398044828

index=self时,split分词器会执行,但是index=mixed时,split分词器就不会执行 这是怎么回事? 这是我字段内容 1=2&3=1&4=3-------------- 这是字段配置 [userinfo] tokenizer = split(&) type = string index = mixed 搜索1=2 分词器不执行,搜索userinfo:1=2 分词器才会...

48.split无效

更新时间:2014-07-23 11:07 t By q398044828

index=self时,split分词器会执行,但是index=mixed时,split分词器就不会执行 这是怎么回事? 这是我字段内容 1=2&3=1&4=3-------------- 这是字段配置 [userinfo] tokenizer = split(&) type = string index = mixed 搜索1=2 分词器不执行,搜索userinfo:1=2 分词器才会...

49.XSFieldMeta::hasIndexMixed

...p#L385 (显示) public function hasIndexMixed(){ return ($this->flag & self::FLAG_INDEX_MIXED) ? true : false;} 判断当前字段是否需要在混合区索引

50.XSIndex::addServer

...ic function addServer($conn){ $srv = new XSServer($conn, $this->xs); self::$_adds[] = $srv; return $srv;} 增加一个同步索引服务器

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