dbTotal 属性 只读 public int getDbTotal() 获取搜索数据库内的数据总量
原始数据:1283934062 加入索引并检索 获取数据 1.28393e+09 浮点数是这样没什么好办法
...结果文档保存在 $docs 数组中 $count = $search->count(); // 获取搜索结果的匹配总数估算值 var_dump($docs);
...connString string 连接字符串 XSServer customDict string 获取自定义词典内容 XSIndex project string 获取当前项目名称 XSServer respond XSCommand 从服务器读取响应指令 XSServer scwsMulti int 获取当前索引库的分词复合...
...e, $throw = true){ return $this->_scheme->getField($name, $throw);} 获取项目字段元数据
...承来的属性 名称类型描述定义于 arg int 获取属性 arg 的值 XSCommand arg1 int 参数1 取值范围 0~255, 具体含义根据不同的 CMD 而变化 XSCommand arg2 int 参数2 取值范围 0~255, 常用于存储 value no, 具体参照不同 ...
...接口, 在文档提交到索引服务器前调用 XSDocument f() 获取文档字段的值 XSDocument getAddIndex() 获取字段的附加索引文本 (仅限索引文档) XSDocument getAddTerms() 获取字段的附加索引词列表 (仅限索引文档) XSDocument getCh...
... utf-8,可不指定 ], ], ``` 接下来,你可以通过以下代码获取到 `hightman\xunsearch\Database` 对象,该对像和 yii-1.x 的 `EXunSearch` 用法很相似,通过魔术方法,能够依次检索以下对象的方法列表而直接调用: ```php $db = \Yii::$app->xunsearch...
getConfig() 方法 public array getConfig() {return} array 获取配置原始数据 源码: sdk/php/lib/XS.class.php#L359 (显示) public function getConfig(){ return $this->_config;}
config 属性 只读 public array getConfig() 获取配置原始数据