搜索

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

91.XSSearch::setFuzzy

...lue=true) $value bool 设为 true 表示开启模糊搜索, 设为 false 关闭模糊搜索 {return} XSSearch 返回对象本身以支持串接操作 源码: sdk/php/lib/XSSearch.class.php#L84 (显示) public function setFuzzy($value = true){ $this->_defaultOp = $value === tr...

92.RE: XSTokenizerScws的一个使用问题

发布时间:2013-02-02 13:02 t By tisswb

...中国“ 你的问题必须是 [code] $tk = $tokenizer->setDuality(false)->setIgnore(true)->setMulti(11)->getResult("是一"); [/code] [/quote] 感谢指教,好好学习学习scws去~~

93.XSUtil::toProjectIni

...oject)) { $appRoot = getenv('XS_APP_ROOT'); if ($appRoot === false) { $appRoot = defined('XS_APP_ROOT') ? XS_APP_ROOT : dirname(__FILE__) . '/../app'; } return $appRoot . '/' . $project . '.ini'; } else { return $project; }} 将项目参数转...

94.XSDatabasePgSQL::query

...UG] SQL: $sql\n"; $res = pg_query($this->link, $query); if ($res === false) { throw new XSException('PgSQL ERROR: ' . pg_last_error($this->link)); } $ret = array(); while ($tmp = pg_fetch_assoc($res)) { $ret[] = $tmp; } pg_free_result($res); return $ret;} ...

95.XSDatabaseMySQLI::query

... "[DEBUG] SQL: $sql\n"; $res = $this->obj->query($sql); if ($res === false) { throw new XSException('MySQL ERROR(#' . $this->obj->error . '): ' . $this->obj->errno); } if (!is_object($res)) { $ret = $res; } else { $ret = array(); while ($tmp = $res->fetch_a...

96.XSIndex::stopRebuild

...DEX_REBUILD, 'arg1' => 2), XS_CMD_OK_DB_REBUILD); $this->_rebuild = false; } catch (XSException $e) { if ($e->getCode() !== XS_CMD_ERR_WRONGPLACE) { throw $e; } } return $this;} 中止索引重建 丢弃重建临时库的所有数据, 恢复成当前搜...

97.关于排序问题

更新时间:2014-05-08 17:05 t By sszwei

...y['sort'] = array('xxx' => true); 或者 $array['sort'] = array('xxx' => false, 'yyy' => true); [/quote] 做了排序的写入,肯定保证$array['sort']有值 数据都正常,但排序不起效用 ---------------------------------------- 一组简单的假数据测试,完全有用...OT...

98.XSDatabaseSQLite::query

...] SQL: $sql\n"; $res = sqlite_query($this->link, $sql); if ($res === false) { throw new XSException('SQLITE ERROR: ' . sqlite_error_string($this->link)); } if (!is_resource($res)) { $ret = $res; } else { $ret = array(); while ($tmp = sqlite_fetch_array($res...

99.RE: Windows7 分词准确率极低

更新时间:2010-12-31 02:12 t By pittece

...R::_check_header()里面执行 if ($fstat['size'] != $hdr['fsize']) return false就返回了。请问这说明什么问题呢?[hr] 事实上,$hdr['fsize'] = 13245833, 而$fstat['size']就是dict.xdb文件的大小4497408 ,那为什么$hdr['fsize']会等于13245833呢?

100.建议能否增加一个检索过滤接口 SetFilter

更新时间:2012-02-26 23:02 t By stcer

...滤接口: Prototype: function SetFilter ( $attribute, $values, $exclude=false ) 接口参考:http://sphinxsearch.com/docs/2.0.3/api-func-setfilter.html xunsearch使用比其它搜索引擎方便很多,祝越来越好!

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