搜索

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

91.导入索引,使用mysql数据源,但是端口号需要指定如果填写

发布时间:2013-08-11 16:08 t By 周小渊

/usr/local/php/bin/php /usr/local/xunsearch/sdk/php/util/Indexer.php --rebuild --source=mysql://root:123456@127.0.0.1/test --sql="select * from pw_record" --project=record 以上是默认mysql 端口号为3306 导入命令 但是, 现在我的mysql 端口号是6630 在--source=mysql://roo...

92.发布 xunsearch-1.0.0b3 (全文检索,基于xapian和scws)

更新时间:2011-09-19 15:09 t By hightman

...定义引发的悬挂错误 * 2011-09-18 hightman: PHP-SDK: 修正 'util/Indexer.php' 中 ob_flush() 调用前没判断的问题 * 2011-09-16 hightman: PHP-SDK: 添加一些 PHPUnit 测试代码并修正 XSTokenizerSplit 参数解析 bug * 2011-09-16 hightman: PHP-SDK: 调整 XSTokenizer 支持...

93.使用自定义词典时无法取得字典中的内容

更新时间:2011-08-08 17:08 t By 999

... Fatal error: Call to undefined function scws_free() in E:\website\test\index.php on line 27

94.在更新索引时,经常出错,麻烦大家看看

发布时间:2011-09-29 14:09 t By jake

...->execCommand(Object(XSCommand), 250) #2 /data/abchosting/trunkey/wwwroot/index.php(110): XSIndex->update(Object(XSDocument)) #3 {main}

95.搜寻结果乱套

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

...项目 project.name = product project.default_charset = utf-8 ;server.index = 8383 ;server.search = 8384 [id] type = id [p_id] [p_name] type = title [p_bn_id 然后用 # 导入 MySQL 数据库的 dbname.tbl_post 表到 demo 项目中,并且平滑重建 util/Indexer.php -...

96.XSIndex::endRebuild

endRebuild() 方法 public XSIndex endRebuild() {return} XSIndex 返回自身对象以支持串接操作 源码: sdk/php/lib/XSIndex.class.php#L404 (显示) public function endRebuild(){ if ($this->_rebuild === true) { $this->_rebuild = false; $this->execCommand(...

97.初次使用的问题

发布时间:2014-12-25 14:12 t By sa1nt

已经成功安装并启动 INFO: stopping server[xs-indexd] (BIND:127.0.0.1:8383) .... [OK] INFO: re-starting server[xs-indexd] ... (BIND:127.0.0.1:8383) INFO: stopping server[xs-searchd] (BIND:127.0.0.1:8384) .... [OK] INFO: re-starting server[xs-searchd] ... (BIND:127.0.0.1:8384) subhd.i...

98.Wordpress搜索建立步骤

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

...制使用 project.name = myblog project.default_charset = utf-8 server.index = 8383 server.search = 8384 [ID] // 文章ID type = id phrase = yes [author] //作者 index = self [post_content] //内容 type = body [post_content_full] //全部内容 cutlen = 300 //显示300个...

99.Xunsearch SDK for PHP

... - util/Quest.php 命令行运行,搜索测试工具 - util/Indexer.php 命令行运行,索引管理工具 - util/SearchSkel.php 命令行运行,根据配置文件生成搜索骨架代码 - util/xs 命令行工具统一入口 在开始编写您的...

100.来源为数据库,更新索引是抛出错误

发布时间:2011-11-14 03:11 t By winsky027

...etRespond() #2 ../lib/XS.php(1880): XSServer->execCommand(Array, 208) #3 Indexer.php(180): XSServer->setTimeout(1000) #4 {main}

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