搜索

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

341.两种或以上的分词如何建索引,谢谢

更新时间:2014-05-04 17:05 t By binny_w

...]7种结果, 这种自定义的分词器如何写? 谢谢, 我试过SDK中自带的SCWS类(参考:http://www.xunsearch.com/doc/php/guide/special.scws)但一直有timeout的报错,setTimeout(0)也没作用。

342.RE: 分面功能的search()

发布时间:2012-01-11 10:01 t By hightman

[quote='ixulf' pid='419' dateline='1326246489'] 在SDK中,search函数,在返回代码附近有: if ($query === '') { $this->_count = $tmp['count']; $this->logQuery(); } 的代码,在开启了分面功能时,$tmp对象在获取分面数据时被重置了,运行到上...

343.RE: setCollapse() 方法如何实现正确的排序和分页

发布时间:2012-12-29 18:12 t By hightman

1. SDK 上无所谓顺序,内部会先排序再 collapse 2. 数字型的字段需要用于排序和区间查的时,务必采用 numeric 类型 3. 总数是估算的,因为分页越后在越准确一些(特别是在排序+区间的时候委容易偏差,把计数单独调用 ::count ...

344.RE: setCollapse() 方法如何实现正确的排序和分页

发布时间:2012-12-29 18:12 t By hightman

1. SDK 上无所谓顺序,内部会先排序再 collapse 2. 数字型的字段需要用于排序和区间查的时,务必采用 numeric 类型 3. 总数是估算的,因为分页越后在越准确一些(特别是在排序+区间的时候委容易偏差,把计数单独调用 ::count 并...

345.XSSearch::setDb

... {return} XSSearch 返回对象本身以支持串接操作 源码: sdk/php/lib/XSSearch.class.php#L475 (显示) public function setDb($name){ $name = strval($name); $this->execCommand(array('cmd' => XS_CMD_SEARCH_SET_DB, 'buf' => strval($name))); $this->_lastDb = $this->_curDb; ...

346.XSTokenizerScws::setMulti

...n} XSTokenizerScws 返回对象本身以支持串接操作 源码: sdk/php/lib/XSTokenizer.class.php#L270 (显示) public function setMulti($mode = 3){ $mode = intval($mode) & self::MULTI_MASK; $this->_setting['multi'] = new XSCommand(XS_CMD_SEARCH_SCWS_SET, XS_CMD_SCWS_SET_MULTI, $mo...

347.XS::getIndex

...XSIndex getIndex() {return} XSIndex 索引操作对象 源码: sdk/php/lib/XS.class.php#L406 (显示) public function getIndex(){ if ($this->_index === null) { $adds = array(); $conn = isset($this->_config['server.index']) ? $this->_config['server.index'] : 8383; ...

348.最新的主要变动

...本,请使用 --help 查看 - 采用 Yii2 的代码标准格式化 php-sdk 代码 - 改进搜索结果排序支持更复杂排序,参见 [XSSearch::setSort] - util.Indexer 加入 PgSQL 数据源支持 - 新增支持搜索按匹配百分比/权重剔除,参见 [XSSearch::setCutOff] - 改善搜...

349.XSComponent::__get

...$name string 属性名称 {return} mixed 属性值 源码: sdk/php/lib/XS.class.php#L182 (显示) public function __get($name){ $getter = 'get' . $name; if (method_exists($this, $getter)) { return $this->$getter(); } // throw exception $msg = method_exists($thi...

350.XSIndex::execCommand

..._cmd=128) $cmd $res_arg $res_cmd 源码: sdk/php/lib/XSIndex.class.php#L44 (显示) public function execCommand($cmd, $res_arg = XS_CMD_NONE, $res_cmd = XS_CMD_OK){ $res = parent::execCommand($cmd, $res_arg, $res_cmd); foreach (self::$_adds as $srv) { ...

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