...符号 $so->set_ignore(false); //是否复式分割,如“中国人”返回“中国+人+中国人”三个词。 $so->set_multi(false); //设定将文字自动以二字分词法聚合 $so->set_duality(true); //要进行分词的语句 $so->send_text("朝鲜近日播放的一个纪录...
... yii2 其它的 ActiveRecord 类似: ```php $query = Demo::find(); // 返回 ActiveQuery 对象 $condition = 'hello world'; // 字符串原样保持,可包含 subject:xxx 这种形式 $condition = ['WILD', 'key1', 'key2' ... ]; // 通过空格将多个查询条件连接 $condition = ['AND', 'ke...
...* 1 表示不忽略,0 表示忽略,缺省情况为不忽略。 > **返回值** 始终为 true 3. How to Use:
...011-09-19 hightman: 修正区间搜索的不当描述及补充少量对象返回值 * 2011-09-19 hightman: 修正 'xs-import' 中一处宏定义引发的悬挂错误 * 2011-09-18 hightman: PHP-SDK: 修正 'util/Indexer.php' 中 ob_flush() 调用前没判断的问题 * 2011-09-16 hightman: PHP-S...
...name string 字段名称 {return} mixed 字段值, 若不存在返回 null 源码: sdk/php/lib/XSDocument.class.php#L79 (显示) public function __get($name){ if (!isset($this->_data[$name])) { return null; } return $this->autoConvert($this->_data[$name]);} 魔...
...文 分词 解析 我 的 个 神啊 具体返回的json 见下面. 我想设置到 不要一个字的词, 比如说至少要返回的分词是有两个字符的. "multi"=>3 这个参数可以设置到吗? [code] object(stdClass)#1 (2) { ["status"]=> st...
... 关闭连接 XSServer execCommand() 执行服务端指令并获取返回值 XSServer getConnString() Returns 连接字符串 XSServer getProject() 获取当前项目名称 XSServer getRespond() 从服务器读取响应指令 XSServer getSocket() 获取连接...
...要展开的前缀, 可为拼音、英文、中文 {return} array 返回搜索词组成的数组 源码: sdk/php/lib/XSSearch.class.php#L795 (显示) public function getCorrectedQuery($query = null){ $ret = array(); try { if ($query === null) { if ($this->_count ...
...精确搜索, 这会造成较大的系统开销 {return} XSSearch 返回对象本身以支持串接操作 源码: sdk/php/lib/XSSearch.class.php#L401 (显示) public function setFacets($field, $exact = false){ $buf = ''; if (!is_array($field)) { $field = array($field); }...
...数据预处理,在此进行数据调整和过滤不相关的内容然后返回数据 - [XSDataFilter::processDoc] 索引文档处理,在好习惯进行索引相关调整(自 1.3.4 起有效) > note: 当过滤器的 `process` 方法返回 false 时,索引工具不会将此条数据添加...