搜索

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

141.按字段值分面搜索

...二参数是可选的布尔类型,true 表示需要准确统计,默认 false 则为估算。 执行搜索之后再调用 [XSSearch::getFacets] 方法可取回分面搜索结果。 ~~~ [php] // 在搜索时加入分面设置 $docs = $search->setQuery('关键词')->setFacets(array('fid', 'year')...

142.修正utf-8版make_xdb_file.php的错误

发布时间:2011-06-09 09:06 t By itlong

...hp] function msubstr($str, $start=0, $length, $charset="utf-8", $suffix = false){ $suffixStr = $suffix ? '…' : ''; $re['utf-8'] = "/[\x01-\x7f]|[\xc2-\xdf][\x80-\xbf]|[\xe0-\xef][\x80-\xbf]{2}|[\xf0-\xff][\x80-\xbf]{3}/"; $re['gb2312'] = "/[\x01-\x7f]|[\xb0-\xf7][\xa0-\xfe]/"; $re['gbk'...

143.XSDatabaseMySQLI

... "[DEBUG] SQL: $sql\n"; $res = $this->obj->query($sql); if ($res === false) { throw new XSException('MySQL ERROR(#' . $this->obj->error . '): ' . $this->obj->errno); } if (!is_object($res)) { $ret = $res; } else { $ret = array(); while ($tmp = $res->fetch_a...

144.XSComponent

... string 属性名称 {return} bool 若存在为 true, 反之为 false 源码: sdk/php/lib/XS.class.php#L221 (显示) public function __isset($name){ return method_exists($this, 'get' . $name);} 魔术方法 __isset 判断模拟属性是否存在并可读取 __set() 方法 ...

145.XSDocument 文档

... // 在此编写您的代码,如需要中断添加请提前返回 false // ... return parent::beforeSubmit($index); } public function afterSubmit(XSIndex $index) { // 在此编写您的代码,只有加入索引成功后才会执行 // ... }...

146.RE: [2010] SCWS-1.1.3 发布,支持文本词典实现自定义词库啦!!

更新时间:2010-11-13 10:11 t By snakeyasin

...ource scws_handler, string xattr); 若不存在返回空数组,而不是 false 对象调用形式:bool scws->set_dict(string filepath[, int mode = SCWS_XDICT_XDB]); bool scws->add_dict(string filepath[, int mode = SCWS_XDICT_XDB]); ...

147.RE: [2010] SCWS-1.1.3 发布,支持文本词典实现自定义词库啦!!

发布时间:2012-11-06 22:11 t By umland

...ource scws_handler, string xattr); 若不存在返回空数组,而不是 false 对象调用形式:bool scws->set_dict(string filepath[, int mode = SCWS_XDICT_XDB]); bool scws->add_dict(string filepath[, int mode = SCWS_XDICT_XDB]); ...

148.同义词搜索

...apian::Query((搜索:(pos=1) AND 世界:(pos=2))) $search->setAutoSynonyms(false)->setQuery('搜索世界')->getQuery(); ~~~ > tip: 您可以分别在开启/关闭同义词功能的条件下,对比 [XSSearch::getQuery] 查询语句分析结果。 $Id$

149.Wordpress搜索建立步骤

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

...Filter implements XSDataFilter { public function process($data, $cs =false) { $data['post_content'] = $this->filterHtml($data['post_content']); return $data; } public function filterHtml($str) { $str=eregi_replace("", '', $str); $str=str_replace(" ", '',...

150.XS

...$file)) { $appRoot = getenv('XS_APP_ROOT'); if ($appRoot === false) { $appRoot = defined('XS_APP_ROOT') ? XS_APP_ROOT : XS_LIB_ROOT . '/../app'; } $file2 = $appRoot . '/' . $file . '.ini'; if (is_file($file2)) { $file = $file2; } } ...

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