搜索

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

31.平滑重建索引

...一章讲到有些情况不得不需要重建索引,可以用 [XSIndex::clean] 立即全部清空所有数据, 然后再把现有数据全部添加到索引数据库中。 但这种方式的缺点对于线上项目是难以容忍的,因此可以选择使用平滑重建方式。它的内部实...

32.开发流程

...据的 > 的项目字段配置,那么您必须进行[清空索引](index.clean)或[平滑重建索引](index.rebuild), > 否则可能会引起搜索结果不正确。 [1]: http://www.xunsearch.com/tools/iniconfig $Id$

33.XS 项目

...下面代码可以清空项目索引内容: ~~~ [php] $xs->index->clean(); ~~~ * [XS::search] **搜索对象** 类型为 [XSSearch],比如用下面代码可以快速检索包含 `hightman` 的结果 ~~~ [php] $docs = $xs->search->search('hightman'); print_r($docs); ~~~ $Id...

34.RE: mysql导入数据不成功,开始重建索引后提示 [XSException] ../local/xunsearch/sdk/php/lib/XS.php(1898): DB

发布时间:2011-10-21 00:10 t By hightman

是不是你之前重建 没有完成就又重建了?建议用 bin/xs-ctl.sh restart 然后再调用 Indexer.php --clean 清除吧

35.帮忙看下安装的问题

更新时间:2011-11-07 00:11 t By zxing

...s: config.h is unchanged config.status: executing depfiles commands Making clean in sdk make[1]: Entering directory `/usr/local/xunsearch-full-1.0.1/xunsearch-1.0.1/sdk' make[1]: Nothing to be done for `clean'. make[1]: Leaving directory `/usr/local/xunsearch-full-1.0.1/xunsearch-1.0.1/sdk' Making c...

36.Demo项目运行失败:[XSException] /XSDataSource.class.php(376): Can not open input file: ''

发布时间:2014-11-15 02:11 t By yanyun

...p测试已通过 这是问题情况: # util/Indexer.php --source=csv --clean demo X-Powered-By: PHP/5.2.0 Content-type: text/html 清空现有索引数据 ... 初始化数据源 ... csv [XSException] /XSDataSource.class.php(376): Can not open input file: '' #0 XSDataSource.class.php(35):...

37.搜索日志管理

...返回记录数量 * _--flush_ 强制提交搜索日志变动 * _--clean_ 清空搜索日志全部内容 经典用法示例 ----------- 以下是一些常见用法举例: ~~~ # 查看 demo 项目中 热门搜索词 util/Logger.php demo util/Logger.php demo --hot=cur # 查询 demo 项...

38.在执行demo的时候出现这个事什么原因?Undefined data source type: `test.csv'

更新时间:2014-02-24 11:02 t By 情雨轩

[root@localhost xunsearch]# util/Indexer.php --source=test.csv --clean demo 清空现有索引数据 ... 初始化数据源 ... test.csv [XSException] util/XSDataSource.class.php(49): Undefined data source type: `test.csv' #0 Indexer.php(241): XSDataSource::instance('test.csv', NULL) #1 {main}...

39.RE: scws.so: undefined symbol: core_globals_id in Unknown on line 0 done

更新时间:2010-04-29 01:04 t By hightman

...main/php_config.php 里面是否有 #define ZTS 1 或试试 phpize --clean 再重新操作一次

40.配置的时候端口8383错误

更新时间:2014-02-25 10:02 t By 情雨轩

...8383 server.search = 8384 当我执行 util/Indexer.php --source=csv --clean test 时候提示下面错误 求解 [XSException] ../../../../usr/local/xunsearch/sdk/php/lib/XS.php(2448): Failed to recv the data from server completely (SIZE:0/8, REASON:closed) #0 /usr/local/xunsearch/sdk/php/l...

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