搜索

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

101.XSSearch::setFacets

...turn} XSSearch 返回对象本身以支持串接操作 源码: sdk/php/lib/XSSearch.class.php#L401 (显示) public function setFacets($field, $exact = false){ $buf = ''; if (!is_array($field)) { $field = array($field); } foreach ($field as $name) { $ff = $this->xs-...

102.RE: xunsearch安装完成后运行示例错误

发布时间:2011-09-14 11:09 t By hightman

...方便重新安装建议先强制忽略 notice 错误,可以在 lib/XS.php 开头加一句 error_reporting(E_ALL ^ E_NOTICE); 第二,你的 PHP 是 5.1.6 版本确实比较早了,我们只测试了 5.2 5.3, 所以可能存在少量不兼容,建议有可能升到 5.2+,因为从打印 "...

103.xunsearch-1.3.2 (基于xapian/scws/php的开源中文全文搜索)

发布时间:2012-07-02 13:07 t By hightman

...新的 [url=http://xapian.org]xapian-core-1.2.12[/url]、[url=http://www.ftphp.com/scws/]scws-1.2.0[/url] 其它改动详见下面相关链接: 官方网站:[url]http://www.xunsearch.com/[/url] 下载地址:[url]http://www.xunsearch.com/download/xunsearch-full-latest.tar.bz2[/url] 代...

104.增量索引不成功

发布时间:2014-02-13 17:02 t By lzc2523700

//保护迅搜文件 include SRCPATH.'libs/xunsearch/lib/XS.php'; $this->temp_db = $ci->load->database ( $table_db_array[$table], TRUE ); //建立 XS 对象 $xs = new XS($project_name); //获取 索引对象 $index = $xs->index; $doc = new XSDocument; $result = array(); ...

105.xunsearch-1.3.1 (基于xapian/scws/php的开源中文全文搜索,新增分词SDK修正大量小BUG)

发布时间:2012-04-06 10:04 t By hightman

... 便于直接使用 SCWS 的分词功能, 而不再需要额外安装其 php 扩展,用法详见 SCWS专题文档 [url]http://www.xunsearch.com/doc/php/guide/special.scws[/url] 2. 升级整合最新的 [url=http://xapian.org]xapian-core-1.2.9[/url]、[url=http://www.ftphp.com/scws/]scws-1.2....

106.搜索概述

...最核心的部分。 如何开始使用搜索? --------------- 在 `PHP-SDK` 中,搜索功能由类型为 [XSSearch] 的对象所维护。在 [XS] 项目中,通过读取 [XS::search] 属性来获取搜索操作对象,然后展开使用,而不是自行创建对象。后面章节中的 ...

107.XSTokenizerNone

...None 实现接口 XSTokenizer 版本 1.0.0 源代码 sdk/php/lib/XSTokenizer.class.php 内置空分词器 Public 方法 隐去继承来的方法 名称描述定义于 getTokens() XSTokenizerNone 方法明细 getTokens() 方法 public ...

108.XSSearch::addWeight

...turn} XSSearch 返回对象本身以支持串接操作 源码: sdk/php/lib/XSSearch.class.php#L386 (显示) public function addWeight($field, $term, $weight = 1){ return $this->addQueryTerm($field, $term, XS_CMD_QUERY_OP_AND_MAYBE, $weight);} 添加权重索引词 无论是否包含...

109.XSTokenizerFull

...Full 实现接口 XSTokenizer 版本 1.0.0 源代码 sdk/php/lib/XSTokenizer.class.php 内置整值分词器 Public 方法 隐去继承来的方法 名称描述定义于 getTokens() XSTokenizerFull 方法明细 getTokens() 方法 publ...

110.当搜索不设置关键字的时候,type = numeric 的字段会乱码

发布时间:2014-04-10 18:04 t By sundyandy

想列出所有数据,看了http://bbs.xunsearch.com/showthread.php?tid=349&pid=4427#pid4427这个帖子,把关键字设为空了 $xs = new XS($project); $search = $xs->search; $docs = $search->setQuery()->search(); 会提示setQuery 缺少参数,看了源码,原来写法是setQuery(...

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