我用csv进行添加,多个csv文件每次ID都要是连续依次增加吗??用Indexer.php添加第二个时会清空第一次添加的内容吗??csv文件的id序列号重复了可以吗??
require './XS.php'; $xs = new XS("torrentkittys"); 引入文件之后实例化类 然后不做任何操作 就出现这个问题: Missing field of type ID 请大大指点
项目名称不对吧,确定存在 ../app/torrentkittys.ini ? 如果不确定就把ini文件的路径打全!
报上面错误的原因是没有给type为id的主键赋值,也就是pid没有值。字段赋值时如果不指定,就字段必须一样。如果在赋值的时候指定也可以不一样啊。例如$arr['pid'] = $tmp['id'];
ini 要放进 sdk 所在机器的 app 目录。 你最好贴上你的 ini 文件内容、所在路径;以及出错的测试代码。
...案[/b] 约定xunsearch安装路径为/usr/local/xunsearch 所有配置文件和http://www.xunsearch.com/doc/php/guide/ini.guide保持一致 搜索配置文件,sample.ini [code]project.name = sample project.default_charset = GBK ;server.index = 8383 ;server.search = 8384 [pid] type ...
为配置文件 [php] project.name = myblog project.default_charset = utf-8 server.index = 8383 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]...