offsetUnset() 方法 public void offsetUnset(string $name) $name string 字段名称 源码: sdk/php/lib/XSDocument.class.php#L320 (显示) public function offsetUnset($name){ unset($this->_data[$name]);} ArrayAccess 接口, 删除字段值, 勿直接调用
搜索数据过长的时候 会抛出异常 Data/Name too long 用户体验不是很好 建议官方给出允许最长检索条件的长度,并且最好在SDK中进行判断 如果超长自动截取。
Uncaught [XSException] ../../xunsearch/sdk/php/lib/XS.php(2043): Failed to recv the data from server completely 报这个错误,不知道问题在哪
哦这样啊 谢谢了,祝愿xs 越来越好,顶了。[hr] 这样子对否? $doc = new XSDocument; $doc->setFields($data); $index->beginRebuild(); $index->add($doc);//如果写update 行不行? $index->endRebuild();
我看应用里面的 data/demo 里面有几个文件,但是大小都是相同的,想问下: position.DB postlist.DB record.DB termlist.DB 这几个文件的区别和功能,或者分别存放的是索引数据的什么内容。 谢谢先
函数 _xdb_read_data 在xdb.c中, memset((void *)((char *)buf + len), 0, 1) 造成内存溢出
...都是说xunsearch非常的吃硬盘.. 我的数据大概在50W条左右,data目录只有不到500M的内容...但是每次搜索都需要40s(真的是40s)的时间才能返回数据 主机是在阿里云上面的,确实磁盘性能很差.. 有什么办法能把数据大量的同步到内存的...
$index->setDb("a1"); $index->setTimeout(0); 这个超时设置不起作用,还是会出现: :Failed to recv the data from server completely (SIZE:0/8, REASON:timeout) 如果不setDb("a1")就这个setTimeout就起作用!
XS抛出以下的Exception: Data/Name contains invalid characters(S#403)#0 不知道什么原因求大神解决,谢谢!