getQuery() 方法 public string getQuery(string $query=NULL) $query string 搜索语句, 若传入 null 使用默认语句 {return} string 返回解析后的搜索语句 源码: sdk/php/lib/XSSearch.class.php#L204 (显示) public function getQuery($query = null){ $quer...
convertOut() 方法 public static string convertOut(string $buf) $buf string 要转换字符串 {return} string 转换后的字符串 源码: sdk/php/util/XSUtil.class.php#L82 (显示) public static function convertOut($buf){ if (self::$charset !== null) { retur...
convertIn() 方法 public static string convertIn(string $buf) $buf string 要转换字符串 {return} string 转换后的字符串 源码: sdk/php/util/XSUtil.class.php#L95 (显示) public static function convertIn($buf){ if (self::$charset !== null) { return X...
getAddIndex() 方法 public string getAddIndex(string $field) $field string 字段名称 {return} string 文本内容, 若无则返回 null 源码: sdk/php/lib/XSDocument.class.php#L221 (显示) public function getAddIndex($field){ $field = strval($field); if ($this...
...il/RequiredCheck.php 测试一下,看上去你的PHP似乎 不支持 __toString() [/quote] 谢谢您的回复,我把错误打出来了,大致是这样的一个错,不像是String的问题: [root@localhost php]# util/Indexer.php --source=csv --clean demo PHP Notice: Uninitialized str...
... 分类的分面查询结果不? [0] => array(22) { ["goodsId"] => string(4) "1100" ["goodsCity"] => string(2) "31" ["goodsTagId"] => string(2) "9555" } [1] => array(22) { ["goodsId"] => string(4) "1100" ["goodsCity"] => string(2) "31" ["goodsTagId"] => string(2) "9500"...
setProject() 方法 public void setProject(string $name, string $home='') $name string 项目名称 $home string 项目在服务器上的目录路径, 可选参数(不得超过255字节). 源码: sdk/php/lib/XSServer.class.php#L251 (显示) public function setProject($nam...
addIndex() 方法 public void addIndex(string $field, string $text) $field string 文本所属的字段名称 $text string 文本内容 源码: sdk/php/lib/XSDocument.class.php#L256 (显示) public function addIndex($field, $text){ $field = strval($field); if (!is_a...
addWeight() 方法 public XSSearch addWeight(string $field, string $term, float $weight=1) $field string 索引词所属的字段 $term string 索引词 $weight float 权重计算缩放比例 {return} XSSearch 返回对象本身以支持串接操作 源码:...
toProjectIni() 方法 public static string toProjectIni(string $project) $project string 用户输入的项目参数 {return} string 有效的 ini 配置文件路径 源码: sdk/php/util/XSUtil.class.php#L29 (显示) public static function toProjectIni($project){ if (!...