搜索

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

1.XS

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

2.XSFieldScheme

...该字段方案是否有效、可用 XSFieldScheme getAllFields() 获取项目所有字段结构设置 XSFieldScheme getField() 获取项目字段元数据 XSFieldScheme getFieldBody() 获取内容字段元数据 XSFieldScheme getFieldId() 获取主键字段元数据 ...

3.RE: 关于XS:getExpandedQuery() 方法,获取展开的搜索词列表

发布时间:2011-12-06 16:12 t By popfeng

你好,新设计的字段 [pid] type = id index = none tokenizer = none [uid] type = string tokenizer = full index = self weight = 5 ...

4.RE: 关于XS:getExpandedQuery() 方法,获取展开的搜索词列表

发布时间:2011-12-06 14:12 t By hightman

subject 是 FULL 的?FULL的话视为布尔字段了所以不会记录到日志中。 我建议你另外开辟一个字段,内容可以和该字段一样,但索引方式不一样来处理。有所冗余,但也是目前最简便的办法吧

5.获取搜索结果

获取搜索结果 获取搜索结果是进行搜索的最主要目的。通过 [XSSearch::search] 获得[搜索结果文档](class.document), 如果没有任何符合条件的匹配则会返回一个空数组。 在获取搜索结果前您必须用[上一章](search.query)学到的...

6.关于XS:getExpandedQuery() 方法,获取展开的搜索词列表

发布时间:2011-12-06 14:12 t By popfeng

:shy: hightman你好 XS:getExpandedQuery()这个方法可以满足我搜索拼音的需求, 因为需求,需要针对某一字段进行拼音检索,类似 subject:查询内容 ,需要把拼音转换的功能抽象出来,请问改如何实现这个功能呢? ps:我的 subject 字...

7.XSDocument

...接口, 在文档提交到索引服务器前调用 XSDocument f() 获取文档字段的值 XSDocument getAddIndex() 获取字段的附加索引文本 (仅限索引文档) XSDocument getAddTerms() 获取字段的附加索引词列表 (仅限索引文档) XSDocument getCh...

8.XS::getField

...e, $throw = true){ return $this->_scheme->getField($name, $throw);} 获取项目字段元数据

9.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));} 获取文档字段的值

10.搜索概述

...对象所维护。在 [XS] 项目中,通过读取 [XS::search] 属性来获取搜索操作对象,然后展开使用,而不是自行创建对象。后面章节中的 相关测试代码如果没有特别编写,其中的 `$search` 均为通过类似以下的方式获取的索引对象: ~~~ [...

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