搜索

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

21.XSException::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 = realpath($file); if (is_di...

22.RE: iis+php5.2.X下配置utf8的scws的问题

发布时间:2011-03-04 16:03 t By sonictan

文件里的编码转换我已经换成utf8的了,调用文件也对应上了,还是不行。 文件自身的编码需要转换吗?

23.RE: [HELP]xunsearch安装好了,搜索没有结果集。。。

发布时间:2011-10-27 16:10 t By hightman

...自定义词典,而是直接读取 dict.utf8.xdb 你自己改词也必须转换成这个词典文件才能用。 词典转换关于SCWS的网站上有。

24.RE: 关于date 日期型字段

发布时间:2011-10-25 15:10 t By hightman

...,如果你要求精度比较高可能就不合适。内部有一个自动转换的算法,如果你直接传入时间戳它也会智能转换成 8位的日期。 用 numeric 则可以很完整的记录到秒数。 建议你用 numeric 存时间戳。

25.RE: sunsearch如何解决一对多数据结构索引(coreseek的sql_attr_multi属性可以解决这个问题)

更新时间:2013-03-31 13:03 t By hightman

将分辨率数据转换成主表的一个字段,用 XSDocument::addTerm 添加索引或转换成特殊字段采用 split 分词器

26.RE: 存到索引里的时间成这样子的了1.27883e+09,怎么让他变成原来的纯数字的

更新时间:2011-11-15 16:11 t By hightman

那是浮点数的表达方式之一,这个不影响你使用 date 调用的。 你也可以用 sprintf 来转换,或者用 (float) 1.27883e+09 这样的强制转换

27.XSFieldMeta

... __construct() 构造函数 XSFieldMeta __toString() 将对象转换为字符串 XSFieldMeta fromConfig() 解析字段对象属性 XSFieldMeta getCustomTokenizer() 获取自定义词法分析器 XSFieldMeta hasCustomTokenizer() 判断当前字段是否采用自...

28.XSErrorException

...nstruct() 构造函数 XSErrorException __toString() 将类对象转换成字符串 XSErrorException getCode() Exception getFile() Exception getLine() Exception getMessage() Exception getPrevious() Exception getRelPath() 取得相对当...

29.RE: 二元分词问题

更新时间:2011-11-15 11:11 t By hightman

需要 NEAR 位置信息的话,目前只能用内置的 scws 分词 scws 目前不能自定义词库,你必须把词库转换成 dict.utf8.xdb 一个统一的词库放进 $prefix/etc/ 才可以

30.RE: 布尔搜索问题

发布时间:2012-01-13 13:01 t By hightman

对于字段搜索,内部转换时会自动加上一些括号,所以可能超标了。

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