搜索

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

11.XSFieldMeta::toConfig

...D) { $str .= "type = id\n"; } elseif ($this->type === self::TYPE_TITLE) { $str .= "type = title\n"; } elseif ($this->type === self::TYPE_BODY) { $str .= "type = body\n"; } // index if ($this->type !== self::TYPE_BODY && ($index = ($this->flag & self::FLAG_INDEX_BO...

12.XSFieldScheme::getFieldTitle

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

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

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

请问一下,我是多条件搜索的, 比如我有 搜索 title ,AND city:31 AND tag_id:1300 , 开启模糊搜索 setFuzzy(),是指针对 type= title 单字段搜索 还是所有条件都模糊搜啊? 一般搜索标题类型都是 type= title ,比如我要搜 '宠' 能搜到 ...

14.为什么只打印出里面的数字,中文直接不分词

发布时间:2013-04-12 23:04 t By xiaodai

...文直接不分词打印,网页编码是utf8 function get_tags_arr($title){ require 'pscws4/pscws4.class.php'; $pscws = new PSCWS4(); $pscws->set_dict('scws/dict.utf8.xdb'); $pscws->set_rule('scws/rules.utf8.ini'); $pscws->set_ignore(true); $pscws->send_text($title); $words = $pscws->get...

15.RE: [HELP]xunsearch安装好了,搜索没有结果集。。。

发布时间:2011-10-19 16:10 t By hpxl

...。当type为string,没有指明index索引方式是是不分词的。 [title] type=string index=both 和 [title] type=title 这两个字段设计效果一样。同样content,类型也有问题,可以这样 [content] type=body 或者 [content] type=string index=mixed 具体详看字段设计部...

16.初次使用的问题

发布时间:2014-12-25 14:12 t By sa1nt

... server.index = 8383 server.search = 8384 [sub_ID] type = id [sub_title] type = title [sub_edition] type = title [sub_text] type = body [sub_date] type = numeric 于是使用php进行测试,代码如下 没有显示任何结果 data目录下也没有任何文...

17.关于主表、子表同时参与检索的设计

发布时间:2012-12-19 15:12 t By seanliu

... 有两张表: 搭配表: //collocation col_id //搭配ID col_title //搭配标题 col_text //搭配说明 商品表: //items item_id //商品ID item_title //商品标题 item_text //商品说明 item_type // 商品类型:上衣、裙子、裤子、鞋子、配饰 col_id // ...

18.RE: 关于匹配度

发布时间:2012-03-07 10:03 t By linren119

project.name = product_search2 server.index = 192.168.1.222:8383 server.search = 192.168.1.222:8384 [sales_id] type = id index = both [title] type = title 这是索引文件。

19.多字段联合查询如何做?

发布时间:2014-04-03 09:04 t By minyifei

亲们再问个问题: 我的搜索有5个字段, id-主键 title-标题 categoryId-栏目编号 schoolId-学校编号 time-时间 我想检索: title 包含 "测试“ 并且 categoryId=1或者categoryId=3 并且 schoolId=9 的数据 请问如何检索?

20.RE: 关于主表、子表同时参与检索的设计

发布时间:2013-03-30 01:03 t By fenglangyj

... 有两张表: 搭配表: //collocation col_id //搭配ID col_title //搭配标题 col_text //搭配说明 商品表: //items item_id //商品ID item_title //商品标题 item_text //商品说明 item_type // 商品类型:上衣、裙子、裤子、鞋子、配饰 col_id // ...

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