搜索

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

31.RE: 当搜索不设置关键字的时候,type = numeric 的字段会乱码

更新时间:2014-04-11 12:04 t By sundyandy

...= numeric [collect_stat] type = numeric [from_id] type = numeric index = self [heat] type = numeric index = self [lan] type = numeric index = self 另 1.$doc->from 取值也是乱,不是gbk或utf8的问题 2. setQuery($keyword) 里面的keyword不为空时,是不会出现乱码的

32.贴一个wordpress搜索配置

更新时间:2011-12-26 16:12 t By assad

...server.search = 8384 [ID] type = id phrase = yes [author] index = self [post_content] type = body [post_title] type = title [post_date] type = numeric index = self [category] index = self [/php] 索引导入 /usr/local/xunsearch/sdk/php/util/Indexer.php --source=xxxxxx...

33.XSFieldScheme

...ld->name; } $field->vno = ($field->type == XSFieldMeta::TYPE_BODY) ? self::MIXED_VNO : count($this->_vnoMap); $this->_vnoMap[$field->vno] = $field->name; // save field, ensure ID is the first field if ($field->type == XSFieldMeta::TYPE_ID) { $this->_fields = array_merge(array($...

34.XSSearch::search

...ion search($query = null, $saveHighlight = true){ if ($this->_curDb !== self::LOG_DB && $saveHighlight) { $this->_highlight = $query; } $query = $query === null ? '' : $this->preQueryString($query); $page = pack('II', $this->_offset, $this->_limit > 0 ? $this->_limit : self::PAGE_...

35.XSDocument::__construct

...$this->_data = $p; } elseif (is_string($p)) { if (strlen($p) !== self::$_resSize) { $this->setCharset($p); return; } $this->_meta = unpack(self::$_resFormat, $p); } if ($d !== null && is_string($d)) { $this->setCharset($d); }} 构造...

36.RE: 搜索统计的数据与真实的数据有点不符合

更新时间:2014-05-06 11:05 t By yuangu125

...,分面就不用说了,没有使用这个。 [maturename] index = self weight = 5 phrase = yes [color=#FF0000]已经对maturename进行了精确查找。使用双引号进行查找。percent居然是从42%开始。使用的是or啊[/color] ... ... ... ... ... ... ... ... ... ...

37.XSDatabaseDataSource

...t <= 0) { return false; } $sql = $this->sql . ' LIMIT ' . min(self::PLIMIT, $this->limit) . ' OFFSET ' . $this->offset; $this->limit -= self::PLIMIT; $this->offset += self::PLIMIT; return $this->db->query($sql);} 返回一批数据 init() 方法 protected void ini...

38.导入 mysql 数据源的问题

更新时间:2011-09-20 16:09 t By tisswb

...r.index = 8383 server.search = 8384 [pid] type = id [fid] index = self tokenizer = full [tid] [first] index = self tokenizer = full [author] index = both [authorid] [subject] type = title [message] type = body [dateline] type = numeric

39.XSServer

... throw new XSException('No server connection'); } if ($this->_flag & self::BROKEN) { throw new XSException('Broken server connection'); }} 检测服务端的连接情况 close() 方法 public void close(bool $ioerr=false) $ioerr bool 关闭调用是否由于 IO ...

40.XSUtil::parseOpt

... } else { $result['-'][] = $params[$i]; } } self::$options = $result; self::$optind = 1; return $result;} 解析命令行参数

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