搜索

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

141.XSSearch::setFacets

...f = $this->xs->getField($name); if ($ff->type !== XSFieldMeta::TYPE_STRING) { throw new XSException("Field `$name' cann't be used for facets search, can only be string type"); } $buf .= chr($ff->vno); } $cmd = array('cmd' => XS_CMD_SEARCH_SET_FACETS, 'buf' => $b...

142.XSTokenizerScws::__construct

__construct() 方法 public void __construct(string $arg=NULL) $arg string 复合等级参数,默认不指定 源码: sdk/php/lib/XSTokenizer.class.php#L188 (显示) public function __construct($arg = null){ if (self::$_server === null) { $xs = XS::getLastXS(); ...

143.自定义的词语 用hasword返回true getresult没有出现自定义的词语

发布时间:2014-05-06 19:05 t By min

代码如下: function getwords($string='第一个新增词', $ignore = true, $duality = false, $multi = 3) { this -> cws -> addDict('/res/category/dict_1.txt',SCWS_XDICT_TXT); var_dump($this -> cws ->hasWord("新增词","n")); $this -> cws -> setduality($duality); $this -> cws -> setignore($ig...

144.SCWS Flash移植版 - SCWS for Flash/AS3

更新时间:2013-10-29 22:10 t By Bruce_Jawn

...化cmodule后调用,用于初始化scws scws_send_text_AS3(input:String):String //初始化scws后调用, //输入:待处理字符串 //返回:分词处理过的字符串,以空格作为分隔。 在线Flash演示原始页面, libscws.swc下载及SCWS for Flash/AS3...

145.XSDataSource

...在具体的数据源重载此函数 getCharset() 方法 public string getCharset() {return} string 字符集名称 源码: sdk/php/util/XSDataSource.class.php#L86 (显示) public function getCharset(){ return false;} 取得数据源的准确字符集 如不能确定字...

146.XSSearch::getRelatedQuery

getRelatedQuery() 方法 public array getRelatedQuery(string $query=NULL, int $limit=6) $query string 搜索语句, 若传入 null 使用默认语句 $limit int 需要返回的相关搜索数量上限, 默认为 6, 最大值为 20 {return} array 返回搜索词组成...

147.SCWS不支持英文和中英文混合分词吗?

更新时间:2010-08-24 20:08 t By fuhehe

... 而输出结果为: array(1) { [0]=> array(5) { ["word"]=> string(7) "GMhello" ["off"]=> int(0) ["len"]=> int(7) ["idf"]=> float(4.86477518082) ["attr"]=> string(2) "en" } } "GM"和"hello"被合并了且"attr"变成了"en"而不是定义的"*",而...

148.XSFieldScheme::addField

...类型为 XSFieldMeta 表示要添加的字段对象, 若类型为 string 表示字段名称, 连同 $config 参数一起创建字段对象 $config array 当 $field 参数为 string 时作为新建字段的配置内容 源码: sdk/php/lib/XSFieldScheme.class.php#L139 (显示) pu...

149.XSSearch::setSort

setSort() 方法 public XSSearch setSort(string $field, bool $asc=false, bool $relevance_first=false) $field string 依据指定字段的值排序, 设为 null 则用默认顺序 $asc bool 是否为正序排列, 即从小到大, 从少到多, 默认为反序 $relevance_fir...

150.XSSearch::getExpandedQuery

getExpandedQuery() 方法 public array getExpandedQuery(string $query, int $limit=10) $query string 需要展开的前缀, 可为拼音、英文、中文 $limit int 需要返回的搜索词数量上限, 默认为 10, 最大值为 20 {return} array 返回搜索词组成...

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