搜索

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

331.RE: 搜索结果正常,但json_encode结果之后就为空了

更新时间:2014-11-04 18:11 t By hxdnzxf

我也遇到这个问题,最后也是用你这种方法:)

332.XS::getIndex

getIndex() 方法 public 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->_confi...

333.XSSearch::getSynonyms

getSynonyms() 方法 (自版本 v1.4.9 起可用) public array getSynonyms(string $term) $term string 要查询同义词的原词 {return} array 同义词记录数组, 不存在同义词则返回空数组 源码: sdk/php/lib/XSSearch.class.php#L187 (显示) public functio...

334.XSDataSource::instance

instance() 方法 public static XSDataSource instance(string $type, mixed $arg=NULL) $type string 数据源类型, 如: mysql://.., json, csv ... $arg mixed 建立对象的参数, 如 SQL 语句, JSON/CSV 文件 {return} XSDataSource 初始化完毕的数据源对象 ...

335.XSDatabaseMySQL::query

query() 方法 public mixed query(string $sql) $sql string 要执行的 SQL 语句 {return} mixed 源码: sdk/php/util/XSDataSource.class.php#L511 (显示) public function query($sql){ //echo "[DEBUG] SQL: $sql\n"; $res = mysql_query($sql, $this->link); if ($res...

336.获取相关搜索词

...要求的关键词。 相关搜索词使用 [XSSearch::getRelatedQuery] 方法,返回值是搜索词组成的数组。 接受 2 个可选参数如下: * `$query` 搜索语句,返回跟这个搜索语句相关的搜索词,默认为 NULL 使用最近那次 `setQuery` 的语句 * `$limit`...

337.xunsearch 现在或者未来是否支持group by

更新时间:2013-08-21 10:08 t By yestar

...支持这个功能[hr] 晕死,经过查看api后发现,用setCollapse方法是可以获取的 比如我要 group by a字段$search->setCollapse('a')->search(‘test’) 这样得到自己想要的了

338.XSSearch::setRequireMatchedTerm

setRequireMatchedTerm() 方法 (自版本 v1.4.8 起可用) public XSSearch setRequireMatchedTerm(bool $value=true) $value bool 设为 true 表示开启返回, 设为 false 关闭该功能, 默认是不开启 {return} XSSearch 返回对象本身以支持串接操作 源码...

339.XSDocument::addTerm

addTerm() 方法 public void addTerm(string $field, string $term, int $weight=1) $field string 词条所属字段名称 $term string 词条内容, 不超过 255字节 $weight int 词重, 默认为 1 源码: sdk/php/lib/XSDocument.class.php#L236 (显示) public fun...

340.getExpandedQuery 出现错误

更新时间:2012-09-20 21:09 t By wst900528

管理员大哥~ 在使用getExpandedQuery方法时出现下面的错误: Fatal error: Uncaught [XSException] ../../../../search/sdk/php/lib/XS.php(2094): Couldn't stat 'data/dream/log_db'(S#515) thrown in /search/sdk/php/lib/XS.php on line 2094 请问是怎么回事呢?谢谢[hr] [root@...

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