...对象所维护。在 [XS] 项目中,通过读取 [XS::search] 属性来获取搜索操作对象,然后展开使用,而不是自行创建对象。后面章节中的 相关测试代码如果没有特别编写,其中的 `$search` 均为通过类似以下的方式获取的索引对象: ~~~ [...
...性 名称类型描述定义于 allSynonyms array 获取当前库内的全部同义词列表 XSSearch connString string 连接字符串 XSServer correctedQuery array 获取修正后的搜索词列表 XSSearch dbTotal int 获取搜索数据库内...
...connString string 连接字符串 XSServer customDict string 获取自定义词典内容 XSIndex project string 获取当前项目名称 XSServer respond XSCommand 从服务器读取响应指令 XSServer scwsMulti int 获取当前索引库的分词复合...
... utf-8,可不指定 ], ], ``` 接下来,你可以通过以下代码获取到 `hightman\xunsearch\Database` 对象,该对像和 yii-1.x 的 `EXunSearch` 用法很相似,通过魔术方法,能够依次检索以下对象的方法列表而直接调用: ```php $db = \Yii::$app->xunsearch...
...做了一下更新,其中corpusUrl依然使用的baidu,如下: // 获取语料库中包含该词的文档数 function get_count( $corpusUrl, $word) { $url = $corpusUrl . urlencode($word); $data = @file_get_contents($url); if (!$data) return -1; $pos1 = @strpos($...
...做了一下更新,其中corpusUrl依然使用的baidu,如下: // 获取语料库中包含该词的文档数 function get_count( $corpusUrl, $word) { $url = $corpusUrl . urlencode($word); $data = @file_get_contents($url); if (!$data) return -1; $pos1 = @strpos($...