小弟想问下,用汉字做主键行不行. 我在建索引的时候用了缓冲区 一共三条数据,我反复建立了两次没报错 查询的时候,一条数据也查出来了两条 [color=#FF0000]同样的数据....[/color] [color=#FF0000]主键也都是一样的汉字[/color] 小弟看文...
...lic XSIndex del(mixed $term, string $field=NULL) $term mixed 单个主键或指定字段的索引词, 或多个组成的数组, 编码与 xs 默认字符集一致 $field string 索引词所属的字段名称, 默认不指定则为主键字段 (类型为ID) {return} XSIndex ...
unique id = table_name + id_in_table 将主键修改为 Table1_1 和 Table2_1 就好了呀 检索结果中提取 id 中 最后一个 _ 之前的部分就是 table 名了。
getFieldId() 方法 public XSFieldMeta getFieldId() {return} XSFieldMeta 类型为 ID 的字段 源码: sdk/php/lib/XS.class.php#L481 (显示) public function getFieldId(){ return $this->_scheme->getFieldId();} 获取当前主键字段
亲们再问个问题: 我的搜索有5个字段, id-主键 title-标题 categoryId-栏目编号 schoolId-学校编号 time-时间 我想检索: title 包含 "测试“ 并且 categoryId=1或者categoryId=3 并且 schoolId=9 的数据 请问如何检索?
...Quest.php .... ID:2 就能找到相应的数据 filename就是 xxxx ID是主键 filename type=title ini的内容为: project.name = .... project.default_charset = UTF-8 ;server.index = 8383 ;server.search = 8384 [ID] type = id [filename] type = title tokenizer = full 求指点
...='5345' dateline='1386914552'] unique id = table_name + id_in_table 将主键修改为 Table1_1 和 Table2_1 就好了呀 检索结果中提取 id 中 最后一个 _ 之前的部分就是 table 名了。 [/quote] 是不是可以理解为,在项目设置中,增加一个无索引的Table_...
...Quest.php .... ID:2 就能找到相应的数据 filename就是 xxxx ID是主键 filename type=title ini的内容为: project.name = .... project.default_charset = UTF-8 ;server.index = 8383 ;server.search = 8384 [ID] type = id [filename] type = title tokenizer = full 求指点 [/...
报上面错误的原因是没有给type为id的主键赋值,也就是pid没有值。字段赋值时如果不指定,就字段必须一样。如果在赋值的时候指定也可以不一样啊。例如$arr['pid'] = $tmp['id'];
...Quest.php .... ID:2 就能找到相应的数据 filename就是 xxxx ID是主键 filename type=title ini的内容为: project.name = .... project.default_charset = UTF-8 ;server.index = 8383 ;server.search = 8384 [ID] type = id [filename] type = title tokenizer = full 求指点 [/...