搜索

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

61.XSDocument

...m string 词条内容, 不超过 255字节 $weight int 词重, 默认为 1 源码: sdk/php/lib/XSDocument.class.php#L236 (显示) public function addTerm($field, $term, $weight = 1){ $field = strval($field); if (!is_array($this->_terms)) { $this->_terms = array(); } ...

62.XSServer::write

...f string 要写入的字符串 $len string 要写入的长度, 默认为字符串长度 源码: sdk/php/lib/XSServer.class.php#L368 (显示) protected function write($buf, $len = 0){ // quick return for empty buf $buf = strval($buf); if ($len == 0 && ($len = $size = strlen(...

63.XSSearch::getQuery

...ring $query=NULL) $query string 搜索语句, 若传入 null 使用默认语句 {return} string 返回解析后的搜索语句 源码: sdk/php/lib/XSSearch.class.php#L204 (显示) public function getQuery($query = null){ $query = $query === null ? '' : $this->preQueryString($...

64.XSTokenizerScws::__construct

...oid __construct(string $arg=NULL) $arg string 复合等级参数,默认不指定 源码: sdk/php/lib/XSTokenizer.class.php#L188 (显示) public function __construct($arg = null){ if (self::$_server === null) { $xs = XS::getLastXS(); if ($xs === null) { thro...

65.求救PSCWS4问题

发布时间:2010-07-21 10:07 t By FG2008

...text/html;charset=utf-8"); // 建立分词类对像, 参数为字符集, 默认为 gbk, 可在后面调用 set_charset 改变 $pscws = new PSCWS4('utf-8'); $pscws->set_ignore('yes'); $pscws->set_dict('E:/scws/etc/dict.utf8.xdb'); $pscws->set_rule('E:/scws/etc/rules_cht.utf8.ini'); // 分...

66.XSSearch::getExpandedQuery

...英文、中文 $limit int 需要返回的搜索词数量上限, 默认为 10, 最大值为 20 {return} array 返回搜索词组成的数组 源码: sdk/php/lib/XSSearch.class.php#L755 (显示) public function getExpandedQuery($query, $limit = 10){ $ret = array(); $limit =...

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

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

... [code]project.name = go project.default_charset = utf-8 ;服务端用默认值 ;server.index = 8383 ;server.search = 8384 [did] type = id [title] type = title [tag] index = self [content] type = body[/code] 其中did为hdwiki每个词条唯一的编号(这个与url对应...

68.生成搜索骨架代码

...文件。 * _-o|--output _ 指定生成的代码目录的存放位置,默认放在当前目录中, 生成的代码本身包含一层以项目名称命名的目录。建议直接将目录指定到 web 可访问目录。 经典用法示例 ----------- ~~~ # 在当前目录下生成 demo ...

69.Xunsearch SDK for PHP

... 加载 vendor 的 autoload 文件 require_once 'vendor/autoload.php'; // 默认的 xunsearch 应用配置文件目录为 vendor/hightman/xunsearch/app // 如有必要,请通过常量 XS_APP_ROOT 定义 define ('XS_APP_ROOT', '/path/to/ini') // 创建 XS 对象,关于项目配置文件请参...

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

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

...乱码及图片不显示问题 * 09-26 12:40 320b9d5 hightman: 简单修正默认库不存在时的异常 bug * 09-26 11:29 77221d3 hightman: 强制先删除 api 文档再生成 * 09-26 11:26 b0afd72 hightman: PHP-SDK: 离线 HTML 格式文改用 gbk 编码以便制作 chm 文件 * 09-26 11:02 93d94...

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