搜索

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

221.搜索的log

发布时间:2012-04-01 14:04 t By ttgive

...候输入自动提示和相关推荐都会出现这种敏感词,有什么方法可以在保证搜索记录正常的条件下,在自动完成或者推荐处理来屏蔽这些敏感词的呢

222.XSIndex::setCustomDict

setCustomDict() 方法 public void setCustomDict(string $content) $content string 新的词典内容 源码: sdk/php/lib/XSIndex.class.php#L495 (显示) public function setCustomDict($content){ $cmd = array('cmd' => XS_CMD_INDEX_USER_DICT, 'arg1' => 1, 'buf' => $content); $...

223.XSServer::setTimeout

setTimeout() 方法 public void setTimeout(int $sec) $sec int 秒数, 设为 0则永不超时直到客户端主动关闭 源码: sdk/php/lib/XSServer.class.php#L264 (显示) public function setTimeout($sec){ $cmd = array('cmd' => XS_CMD_TIMEOUT, 'arg' => $sec); $this->execC...

224.XS::getScwsServer

getScwsServer() 方法 public XSServer getScwsServer() {return} XSServer 分词服务器 源码: sdk/php/lib/XS.class.php#L467 (显示) public function getScwsServer(){ if ($this->_scws === null) { $conn = isset($this->_config['server.search']) ? $this->_config['server....

225.XSIndex::add

add() 方法 public XSIndex add(XSDocument $doc) $doc XSDocument {return} XSIndex 返回自身对象以支持串接操作 源码: sdk/php/lib/XSIndex.class.php#L72 (显示) public function add(XSDocument $doc){ return $this->update($doc, true);} 添加文档到索...

226.问一下词典中的DF是怎么计算出来的?

发布时间:2009-06-23 16:06 t By macdylan

请问是通过什么方法计算出来的? 样本来源呢? 感谢hightman的帮助.

227.XSTokenizerSplit::getTokens

getTokens() 方法 public void getTokens($value, $doc=NULL) $value $doc 源码: sdk/php/lib/XSTokenizer.class.php#L86 (显示) public function getTokens($value, XSDocument $doc = null){ if (strlen($this->arg) > 2 && substr($this->arg, 0, 1) == '/' && substr($this->...

228.XSUtil::convertOut

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...

229.RE: 多个类型的搜索语句构建,搜索结果出错

发布时间:2013-05-15 16:05 t By chanvging

建议你用 getQuery() 方法把生成的查询语句打印出来检查下有什么问题

230.XSTokenizerScws::getVersion

getVersion() 方法 public string getVersion() {return} string 版本号 源码: sdk/php/lib/XSTokenizer.class.php#L327 (显示) public function getVersion(){ $cmd = new XSCommand(XS_CMD_SEARCH_SCWS_GET, XS_CMD_SCWS_GET_VERSION); $res = self::$_server->execCommand($cmd, XS_...

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