搜索

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

1.XSDocument::__construct

...数, 当 $p 不为编码时, 本参数表示数据编码 源码: sdk/php/lib/XSDocument.class.php#L56 (显示) public function __construct($p = null, $d = null){ $this->_data = array(); if (is_array($p)) { $this->_data = $p; } elseif (is_string($p)) { if (strlen($p) !== s...

2.贴一个wordpress搜索配置

更新时间:2011-12-26 16:12 t By assad

为配置文件 [php] project.name = myblog project.default_charset = utf-8 server.index = 8383 server.search = 8384 [ID] type = id phrase = yes [author] index = self [post_content] type = body [post_title] type = title [post_date] type = numeric index = self [category]...

3.Wordpress搜索建立步骤

更新时间:2011-12-29 11:12 t By assad

1.安装xunsearch,参见文档:http://www.xunsearch.com/doc/php/guide/start.installation,这里不必多说 2.启动xunsearch $prefix/bin/xs-ctl.sh start,即可启动xunsearch 3.构建项目:首先参考文档:http://www.xunsearch.com/doc/php/guide/ini.guide 文档中说明了项目...

4.搜寻结果乱套

更新时间:2014-06-03 18:06 t By caterfillar

... dbname.tbl_post 表到 demo 项目中,并且平滑重建 util/Indexer.php --rebuild --source=mysql://root:pass@localhost/dbname --sql="SELECT * FROM tbl_post" --project=demo 建立索引 [php] [/php] 可是搜寻的结果却是这样 75. "正韓"百搭休閒款內條紋2件式棉T...

5.rebuild索引的时候加sql报错

发布时间:2014-03-21 10:03 t By wjj-11

./Indexer.php -p --rebuild --source=mysql://root:'111111'@localhost/tmp_tsg --sql="select*,IF(market_price>0,round(shop_price/market_price*10,1),10) as rebate from tsg_goods" -p ../app/goods.ini [/php][/quote]初始化数据源 ... mysql://root:6$4!rgnbmClskax@localhost/tmp_tsg PHP Notice: Und...

6.RE: 关于词频的解释

更新时间:2013-04-15 11:04 t By hightman

...可 我们的DEMO已经更新,[url]http://www.xunsearch.com/scws/demo/v4.php[/url] 您也可以参见我们的 GITHUB 日志:[url]https://github.com/hightman/scws/commit/53269c304f6f8b84263ed18522152eb3b070c51a[/url]

7.XSDocument

...ess, IteratorAggregate, Traversable 版本 1.0.0 源代码 sdk/php/lib/XSDocument.class.php 文档用于描述检索/索引的基础对象, 包含一组字段及其值, 相当于常规SQL数据表中的一行记录. 通过魔术方法, 每个字段名都是文档的虚拟属性, 可...

8.求助:Indexer.php执行不了

更新时间:2012-12-10 22:12 t By gdtv

无论我打什么命令,无论Indexer.php后面加什么参数,都是显示帮助文档,这是怎么回事呢? [code][root@abc util]# /usr/local/php/bin/php Indexer.php --info Indexer - 索引批量管理、导入工具 (xunsearch/1.3.3) 用法 Indexer.php [options] [-p|--projec...

9.scws分词乱码问题,求解

发布时间:2012-07-17 16:07 t By wainilxx7

我用的是scws[PHP-5.4.x (40KB,VC9,NTS)] 分词模块。其中的代码我都没改。我对“调用 segment 方法执行词汇切割”进行分词,分词结果为“Array ( [0] => 璋 [1] => 冪 [2] => 敤 [3] => segment [4] => 鏂 [5] => 规 [6] => 硶 [7] => 鎵 [8] => ц [9] =>  [10]...

10.生成搜索骨架代码

生成搜索骨架代码 前面已经把 `Xunsearch PHP-SDK` 相关的基础文档全面讲了一通,您完全可以根据文档和 自动生成的 `API` 文档进行搜索开发了。 但根据我们研发 [Xungle 项目](http://www.xungle.com) 的实践经验,绝大多数搜...

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