搜索

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

251.XSSearch::getRelatedQuery

getRelatedQuery() 方法 public array getRelatedQuery(string $query=NULL, int $limit=6) $query string 搜索语句, 若传入 null 使用默认语句 $limit int 需要返回的相关搜索数量上限, 默认为 6, 最大值为 20 {return} array 返回搜索词组成...

252.XSCommand::__construct

__construct() 方法 public void __construct(mixed $cmd, int $arg1=0, int $arg2=0, string $buf='', string $buf1='') $cmd mixed 命令类型或命令数组 当类型为 int 表示命令代码, 范围是 1~255, 参见 xs_cmd.inc.php 里的定义 当类型为 array 时忽...

253.XSFieldScheme::addField

addField() 方法 public void addField(mixed $field, array $config=NULL) $field mixed 若类型为 XSFieldMeta 表示要添加的字段对象, 若类型为 string 表示字段名称, 连同 $config 参数一起创建字段对象 $config array 当 $field 参数为 strin...

254.XSUtil::parseOpt

parseOpt() 方法 public static array parseOpt(array $valued=array ( )) $valued array 需要附加值的参数列表 {return} array 解析完的参数数组,未指定 - 开头的选项统一放入 '-' 的子数组 源码: sdk/php/util/XSUtil.class.php#L108 (显示) publ...

255.XSSearch::setSort

setSort() 方法 public XSSearch setSort(string $field, bool $asc=false, bool $relevance_first=false) $field string 依据指定字段的值排序, 设为 null 则用默认顺序 $asc bool 是否为正序排列, 即从小到大, 从少到多, 默认为反序 $relevance_fir...

256.英文模糊搜索问题

发布时间:2013-07-31 10:07 t By homingway

...implements XSTokenizer { private $length = 1; // 默认切分长度 public function __construct($arg = null){ if ($arg !== null && $arg !== '') $this->length = $arg; } public function getTokens($value, XSDocument $doc=null){ $charset = is_object($doc) ? $doc->getCharset() : 'UTF...

257.XSSearch::getExpandedQuery

getExpandedQuery() 方法 public array getExpandedQuery(string $query, int $limit=10) $query string 需要展开的前缀, 可为拼音、英文、中文 $limit int 需要返回的搜索词数量上限, 默认为 10, 最大值为 20 {return} array 返回搜索词组成...

258.XSSearch::addRange

addRange() 方法 public XSSearch addRange(string $field, mixed $from, mixed $to) $field string $from mixed 起始值(不包含), 若设为 null 则相当于匹配 <= to (字典顺序) $to mixed 结束值(包含), 若设为 null 则相当于匹配 >= from (字典顺...

259.XSFieldMeta::getCustomTokenizer

getCustomTokenizer() 方法 public XSTokenizer getCustomTokenizer() {return} XSTokenizer 获取当前字段的自定义词法分析器 源码: sdk/php/lib/XSFieldScheme.class.php#L414 (显示) public function getCustomTokenizer(){ if (isset(self::$_tokenizers[$this->tokenizer]...

260.XSJsonDataSource

... 要求以 \n (换行符) 分割, 每行为一条完整的 json 数据 Public 属性 隐去继承来的属性 名称类型描述定义于 invalidLines XSJsonDataSource Protected 属性 隐去继承来的属性 名称类型描述定义于 arg ...

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