搜索

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

11.自定义分词器

...能按短语检索、以及 `NEAR` 之类的 > 语法检索。相当于该字段配置中的 `phrase` 值恒为 `no`,通常把自定义分词用于一些带有一定规则的简要 > 字段,而不是更多的考虑语义关系。 编写自定义分词器 -------------- 自定义分词器必须...

12.XSFieldMeta::__construct

...ic void __construct(string $name, array $config=NULL) $name string 字段名称 $config array 可选参数, 初始化字段各项配置 源码: sdk/php/lib/XSFieldScheme.class.php#L298 (显示) public function __construct($name, $config = null){ $this->name = strval($name); ...

13.XSFieldScheme::addField

...nfig=NULL) $field mixed 若类型为 XSFieldMeta 表示要添加的字段对象, 若类型为 string 表示字段名称, 连同 $config 参数一起创建字段对象 $config array 当 $field 参数为 string 时作为新建字段的配置内容 源码: sdk/php/lib/XSFiel...

14.不使用Indexer.php添加数据到xunsearch

更新时间:2012-12-21 20:12 t By Dull

...插入的数据编号和插入状态,然后处理之:[/b] crontab表 字段说明: id 编号 sid 数据编号,即sample表的id字段 bool 状态嘛 0待处理,1正在处理或者处理失败,2添加成功 使用如下SQL语句初始化crontab表: [code]insert into `crontab` (`...

15.XSSearch::getFacets

...y getFacets(string $field=NULL) $field string 读取分面记数的字段, 若为 null 则返回全部分面搜索记录 {return} array 返回由值和计数组成的关联数组, 若不存在或未曾登记过则返回空数组 源码: sdk/php/lib/XSSearch.class.php#L427 (显示...

16.XSDocument::__construct

...搜索结果文档的 meta 数据, 数组则表示或索引文档的初始字段数据 $d string 可选参数, 当 $p 不为编码时, 本参数表示数据编码 源码: sdk/php/lib/XSDocument.class.php#L56 (显示) public function __construct($p = null, $d = null){ $this->_data = a...

17.XSDocument::getIterator

...this->_data);} IteratorAggregate 接口, 以支持 foreach 遍历访问字段列表

18.XS

...称类型描述定义于 allFields XSFieldMeta[] 获取项目所有字段结构设置 XS config array 获取配置原始数据 XS defaultCharset string 获取项目的默认字符集 XS fieldBody XSFieldMeta 获取当前内容字段 XS fieldId XSFieldMet...

19.XSDocument::f

f() 方法 public mixed f(string $name) $name string 字段名称 {return} mixed 字段值, 若不存在则返回 null 源码: sdk/php/lib/XSDocument.class.php#L192 (显示) public function f($name){ return $this->__get(strval($name));} 获取文档字段的值

20.XSDocument::offsetGet

...() 方法 public mixed offsetGet(string $name) $name string 字段名称 {return} mixed 字段值, 若不存在返回 null 源码: sdk/php/lib/XSDocument.class.php#L298 (显示) public function offsetGet($name){ return $this->__get($name);} ArrayAccess 接口, 取...

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