搜索

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

321.XSIndex::addExdata

...象以支持串接操作 源码: sdk/php/lib/XSIndex.class.php#L253 (显示) public function addExdata($data, $check_file = true){ if (strlen($data) < 255 && $check_file && file_exists($data) && ($data = file_get_contents($data)) === false) { throw new XSException('Failed t...

322.RE: xunsearch-1.0.1 正式版 (基于xapian/scws/php的开源中文全文搜索引擎)

发布时间:2011-09-30 13:09 t By hightman

...htman: PHP-SDK: 修正 CHM 文档生成后仍有的少量乱码及图片不显示问题 * 09-26 12:40 320b9d5 hightman: 简单修正默认库不存在时的异常 bug * 09-26 11:29 77221d3 hightman: 强制先删除 api 文档再生成 * 09-26 11:26 b0afd72 hightman: PHP-SDK: 离线 HTML 格式文改...

323.XSIndex::del

...象以支持串接操作 源码: sdk/php/lib/XSIndex.class.php#L220 (显示) public function del($term, $field = null){ // get field $field = $field === null ? $this->xs->getFieldId() : $this->xs->getField($field); // get commands $cmds = array(); $terms = is_array($term) ? array...

324.XSServer::execCommand

...应的 XSCommand 对象 源码: sdk/php/lib/XSServer.class.php#L279 (显示) public function execCommand($cmd, $res_arg = XS_CMD_NONE, $res_cmd = XS_CMD_OK){ // create command object if (!$cmd instanceof XSCommand) { $cmd = new XSCommand($cmd); } // just cache the cmd for tho...

325.HDwiki的xunsearch项目安装使用记录【效果刚刚的】

更新时间:2012-11-29 20:11 t By chinapubmed

...=debug --project=go >log.txt 说明:a,使用>log.txt是因为我的ssh显示乱码; b,filter的后面说明,首次用可以把--filter=debug去掉 3,生成骨架 cd /usr/local/xunsearch/sdk/php util/SearchSkel.php -p go -o /home/wwwroot/mesh/public_html/so 这样会在你...

326.帝国CMS安装迅搜_linux系统下

发布时间:2014-08-30 22:08 t By qiuxis

...码,所以在做第2步之前,得先把编码换成UTF8,这样才能显示中文。 执行安装脚本,根据提示进行操作,主要是输入 xunsearch 软件包的安装目录,强烈建议单独规划一个目录,而不是混到别的软件目录中。 cd xunsearch-full-1.4.8 s...

327.帝国CMS安装迅搜_linux系统下

发布时间:2014-08-30 22:08 t By qiuxis

...码,所以在做第2步之前,得先把编码换成UTF8,这样才能显示中文。 执行安装脚本,根据提示进行操作,主要是输入 xunsearch 软件包的安装目录,强烈建议单独规划一个目录,而不是混到别的软件目录中。 cd xunsearch-full-1.4.8 s...

328.XSFieldMeta::toConfig

...置文件字符串 源码: sdk/php/lib/XSFieldScheme.class.php#L452 (显示) public function toConfig(){ // type $str = "[" . $this->name . "]\n"; if ($this->type === self::TYPE_NUMERIC) { $str .= "type = numeric\n"; } elseif ($this->type === self::TYPE_DATE) { $str .=...

329.XSFieldMeta::fromConfig

...配置属性数组 源码: sdk/php/lib/XSFieldScheme.class.php#L514 (显示) public function fromConfig($config){ // type & default setting if (isset($config['type'])) { $predef = 'self::TYPE_' . strtoupper($config['type']); if (defined($predef)) { $this->type = c...

330.共享自己的drupal模块出来,drupal commerce + xunsearch 做出强大的中文搜索,丢掉solr吧

发布时间:2014-03-11 01:03 t By drupal anywhere

...commerce上测试过, good luck 我还没有写直接在drupal页上显示搜索结果的页面,因为每个用户的搜索页都可能不一样, 对我的站来说,未来搜索页会出现在http://www.anetb.com/searchpage,不过我还没套好 目前我还在使用http://www.ane...

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