搜索

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

61.XSDatabaseMySQL

... $this->setUtf8();} 连接数据库 query() 方法 public mixed query(string $sql) $sql string 要执行的 SQL 语句 {return} mixed 源码: sdk/php/util/XSDataSource.class.php#L511 (显示) public function query($sql){ //echo "[DEBUG] SQL: $sql\n"; $res...

62.RE: [HELP]xunsearch安装好了,搜索没有结果集。。。

发布时间:2011-10-19 16:10 t By hpxl

...问题,可以这样 [content] type=body 或者 [content] type=string index=mixed 具体详看字段设计部分里面的index 索引方式。 http://www.xunsearch.com/doc/php/guide/ini.guide

63.XS

..., 如: XSTokenizerXxx.class.php convert() 方法 public static mixed convert(mixed $data, string $to, string $from) $data mixed 需要转换的数据, 支持 string 和 array, 数组会自动递归转换 $to string 转换后的字符集 $from string 转换前的字...

64.索引速度

更新时间:2014-03-27 10:03 t By iostream210

...enizer = full [title] index = both type = title [content] index = mixed type=body [url] index = self type = string [sort] index = self type = string [frist] index = self type = numeric [postdate] type = numeric [author] index = self type = string [authorid] type...

65../Indexer.php -h 出现的错误

更新时间:2012-01-03 16:01 t By nhbbq

... * @param array $data 字段名和值组成的数据数组 * @param mixed $cs 数据字符集, 如无法确定则为 false */ public function process($data, $cs); } 中 public function process($data, $cs); 改为public function process($data, $cs = false); FreeBSD 8.2-RELEASE #0 A...

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

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

...包含在标题及简介当中,其他字段包含type:字段索引self,mixed ,both的则一律不统计。

67.一个字符搜索不到数据,必须两个字符或以上才行

更新时间:2014-06-05 20:06 t By phpqinsir

...= title index = both ; 商品分类 [cat_id] type = string index = mixed tokenizer = default ; 销售数量 [sales_amount] type = numeric index = self ; 价格 [price] type = numeric ; 上架时间 [uptime] type = numeric ; 商品类型 [goods_type] tyep = string token...

68.XSSearch::addQueryTerm

...n', intval($scale * 100)) : ''; $vno = $field === null ? XSFieldScheme::MIXED_VNO : $this->xs->getField($field, true)->vno; $cmd = new XSCommand(XS_CMD_QUERY_TERM, $addOp, $vno, $term, $bscale); $this->execCommand($cmd); return $this;} 增加默认搜索词汇

69.XSDatabaseDataSource

...einit(){ $this->db->close();} getCharset() 方法 public mixed getCharset() {return} mixed 如果数据库不支持 UTF-8 转换则返回 false 源码: sdk/php/util/XSDataSource.class.php#L138 (显示) public function getCharset(){ if ($this->db->setUtf8()) { ...

70.删除文档

...字段值经过分词器处理后得到的词汇。 对于索引方式为 `mixed` 的,如需删除,请把字段名设为类型为 `body` 的字段的名称。 ~~~ [php] $index->del('abc', 'subject'); // 删除字段 subject 上带有索引词 abc 的所有记录 $index->del(array('abc', 'def'),...

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