搜索

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

41.XSException::getRelPath

getRelPath() 方法 public static string getRelPath(string $file) $file string 需要转换的绝对路径 {return} string 转换后的相对路径 源码: sdk/php/lib/XS.class.php#L79 (显示) public static function getRelPath($file){ $from = getcwd(); $file = real...

42.XSIndex::delSynonym

...nym() 方法 (自版本 v1.3.0 起可用) public XSIndex delSynonym(string $raw, string $synonym=NULL) $raw string 需要同义的原词, 英文词汇支持用空格分开多个单词并强制被转换为小写 $synonym string 要删除的同义词条, 默认 null 表示删除...

43.XSDocument::__construct

__construct() 方法 public void __construct(mixed $p=NULL, string $d=NULL) $p mixed 字符串表示索引文档的编码或搜索结果文档的 meta 数据, 数组则表示或索引文档的初始字段数据 $d string 可选参数, 当 $p 不为编码时, 本参数表示数...

44.XSCommand

...于存储 value no, 具体参照不同 CMD 而确定 XSCommand buf string 主数据内容, 最长 2GB XSCommand buf1 string 辅数据内容, 最长 255字节 XSCommand cmd int 命令代码 通常是预定义常量 XS_CMD_xxx, 取值范围 0~255 XSCommand Public...

45.XSSearch::highlight

highlight() 方法 public string highlight(string $value, $strtr=false) $value string 需要处理的数据 $strtr {return} string 高亮后的数据 源码: sdk/php/lib/XSSearch.class.php#L846 (显示) public function highlight($value, $strtr = false){ // re...

46.求救 强制单字搜索 解决方法

发布时间:2012-02-22 18:02 t By chenlinbo5588

... index = both [message] type = body cutlen = 500 [singer] type = string index = both [company] type = string index = none [album_name] type = string index = both weight = 2 [gmt_create] type = numeric index = none [pass_date] type = string index = none

47.XSSearch

...ms array 获取当前库内的全部同义词列表 XSSearch connString string 连接字符串 XSServer correctedQuery array 获取修正后的搜索词列表 XSSearch dbTotal int 获取搜索数据库内的数据总量 XSSearch facets array 读取最近...

48.XSServer::write

write() 方法 protected void write(string $buf, string $len=0) $buf string 要写入的字符串 $len string 要写入的长度, 默认为字符串长度 源码: sdk/php/lib/XSServer.class.php#L368 (显示) protected function write($buf, $len = 0){ // quick return for...

49.使用getCorrectedQuery进行纠错出现特殊字符

发布时间:2014-05-23 15:05 t By akado

...>getCorrectedQuery(‘高’); var_dump($case); array (size=3) 0 => string '高ç é' (length=8) 1 => string '高ç« ' (length=8) 2 => string '高å° ' (length=8) ini是选定的utf-8格式,不知道为什么使用纠错后,会出现以下3种增加了特殊字符的返回。...

50.XSTokenizerScws::getTops

getTops() 方法 public array getTops(string $text, string $limit=10, $xattr='') $text string 待分词的文本 $limit string 在返回结果的词性过滤, 多个词性之间用逗号分隔, 以~开头取反 如: 设为 n,v 表示只返回名词和动词; 设为 ~n,v 则...

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