搜索

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

11.使用addRange查询时出现字段丢失问题

更新时间:2013-12-27 14:12 t By root

我的字段中有:type, topicid 两个numeric字段 当 $res = $search->setQuery($_GET['kw'])->addRange('type',2,3)->search(); 进行查询时 topicid字段不存在于结果集中 但是:如果使用 $res = $search->search($_GET['kw']); 或者 $search->setQuery($_GET['kw'])->search();...

12.XSFieldScheme::logger

...c 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('id', array('type' => 'id')); ...

13.开启模糊搜索 对搜有字段搜索吗?

发布时间:2014-07-17 17:07 t By xunsearch飞吧

..._id:1300 , 开启模糊搜索 setFuzzy(),是指针对 type= title 单字段搜索 还是所有条件都模糊搜啊? 一般搜索标题类型都是 type= title ,比如我要搜 '宠' 能搜到 宠物店 宠美容 但是没有 宠寄养世界 , 再搜 宠寄养 ,是...

14.XSSearch::setMultiSort

...e=false, bool $relevance_first=false) $fields array 排序依据的字段数组, 以字段名称为键, true/false 为值表示正序或逆序 $reverse bool 是否为倒序显示, 默认为正向, 此处和 setSort 略有不同 $relevance_first bool 是否优先相关性排...

15.XSFieldMeta.type

type 属性 public int $type; 字段类型

16.项目配置文件详解

...行直接被忽略不起任何作用 - 中括号包围的每个分区均为字段配置,字段个数根据项目的实际需求设定 - 每个项目必须有并且只能有一个类型类 ID 的主键字段,ID 字段值的字母不区分大小写 项目设置 ------- 1. ### 项目名称 ...

17.索引速度

更新时间:2014-03-27 10:03 t By iostream210

配置的ini文件中,创建了很多的字段,这个对索引的速度有影响吗?影响有多大? project.name = s1 project.default_charset = utf-8 server.index = 8383 server.search = 8384 [xsid] type = id [pid] tokenizer = full type = numeric index = self [tid] type = str...

18.XSSearch::setFacets

...ed $field, bool $exact=false) $field mixed 要进行分组统计的字段字段组成的数组, 最多同时支持 8 个 $exact bool 是否要求绝对精确搜索, 这会造成较大的系统开销 {return} XSSearch 返回对象本身以支持串接操作 源码: sdk/...

19.XSSearch::setSort

...$asc=false, bool $relevance_first=false) $field string 依据指定字段的值排序, 设为 null 则用默认顺序 $asc bool 是否为正序排列, 即从小到大, 从少到多, 默认为反序 $relevance_first bool 是否优先相关性排序, 默认为否 {return} ...

20.图片搜索的一些疑问

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

普通搜索:单一检索题标字段 图片搜索:检索hash_64字段值完全相等的数据,然后根据hash_196字段按匹配度排序 我对xlen分词器不是很了解 这个排序mysql可以实现 但是mysql分割后的位置不是固定的 project.name = hash project.default_cha...

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