搜索

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

111.XSDatabaseMySQLI::setUtf8

setUtf8() 方法 public bool setUtf8() {return} bool 始终返回 true 源码: sdk/php/util/XSDataSource.class.php#L677 (显示) public function setUtf8(){ $this->obj->set_charset('utf8'); return true;} 将输出字符集设置为 UTF-8

112.XSIndex::setCustomDict

...buf' => $content); $this->execCommand($cmd, XS_CMD_OK_DICT_SAVED);} 设置自定义词典内容

113.XSServer::setTimeout

..., 'arg' => $sec); $this->execCommand($cmd, XS_CMD_OK_TIMEOUT_SET);} 设置服务端超时秒数

114.XSComponent::__unset

__unset() 方法 public void __unset(string $name) $name string 属性名称 源码: sdk/php/lib/XS.class.php#L231 (显示) public function __unset($name){ $this->__set($name, null);} 魔术方法 __unset 删除、取消模拟属性, 相当于设置属性值为 null

115.全站搜索的搜索建议该如何实现?

发布时间:2012-12-03 10:12 t By c61811

楼主好,全站搜索的搜索建议该如何实现? 对于xunsearch来说,分模块的搜索建议非常好实现,因为每次都加载project.ini就ok,但是对于整站来说怎么实现所有模块而又必须要加载.ini配置文件的设置呢?

116.关于gen-scws-dict 操作方法

发布时间:2011-06-26 20:06 t By hit

这个如何使用的说... 能否写一个简单的添加文本文件输出db文件和设置字符集utf8的例子... 多谢...

117.RE: 关于 numeric 类型精度问题

发布时间:2011-12-07 12:12 t By askie

[quote='vist2007' pid='314' dateline='1323228655'] [quote='askie' pid='312' dateline='1323228058'] 我也遇到了同样问题! [/quote] 把type 设置成为 string 貌似是一种变通的方法 [/quote] 但是就无法排序了!这个是关键!要他就是为了排序的!

118.RE: 急!怎么列出我所添加的数据

发布时间:2013-09-04 09:09 t By czhlxd

$xs = new XS($project); $search = $xs->search; $docs = $search->setQuery()->search(); 不设置关键词就行了

119.图片搜索的一些疑问

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

...题标 非唯一 但每个图集题标都是唯一 type = title;我可以设置为string? index = both;如果type = title 请问我可以设置为self吗? tokenizer = default;默认scws分词器 cutlen = 0 weight = 5 phrase = no;关闭精确检索 non_bool = no;要实现默认的匹配度...

120.RE: title和string类型有啥区别?

发布时间:2012-06-20 12:06 t By hightman

title 默认带了一些附加属性,当然你也可以把 string 完全设置成和 title 一样

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