搜索

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

41.关于搜索分页的bug

发布时间:2012-03-27 10:03 t By ttgive

...询语句也会复制一点. Bug重现: $search->setSort('addtime',false); $docs=$search->addRange('addtime',$from,null)->search(); $count=$search->getLastCount(); 在相关时间区间里面搜索再以时间来排序,这种query可能造成结果总数的不准确 解决方案: 其...

42.在迅搜中何谓“模糊搜索”?

更新时间:2014-04-11 11:04 t By dandankele

...,这样的结果要比前一种的少 而在迅搜里,setFuzzy设置false即关闭模糊查询,但出来的结果还是类似用了LIKE这种形式,那么迅搜里的“模糊查询”和“精准匹配”是什么意思? 后来看到文档说迅搜中的setFuzzy设置true相当于使用...

43.XSServer

...端的连接情况 close() 方法 public void close(bool $ioerr=false) $ioerr bool 关闭调用是否由于 IO 错误引起的, 以免发送 quit 指令 源码: sdk/php/lib/XSServer.class.php#L198 (显示) public function close($ioerr = false){ if ($this->_sock && !($this->...

44.XSException::getRelPath

...etcwd(); $file = realpath($file); if (is_dir($file)) { $pos = false; $to = $file; } else { $pos = strrpos($file, '/'); $to = substr($file, 0, $pos); } for ($rel = '';; $rel .= '../') { if ($from === $to) { break; } if ($from ...

45.XSUtil::getOpt

... public static string getOpt(string $short, string $long=NULL, bool $extra=false) $short string 短参数名 $long string 长参数名 $extra bool 是否补用默认顺序的参数 {return} string 返回可用的参数值,若不存在则返回 null 源码: sdk/p...

46.XSException::getRelPath修改建议

发布时间:2012-08-30 16:08 t By bkkkd

...$file = realpath($file); if (is_dir($file)) { $pos = false; $to = $file; } else { $pos = strrpos($file, DIRECTORY_SEPARATOR); $to = substr($file, 0, $pos); } for ($rel = '';; $rel .= '..'.DIRECTORY_SEPARATOR) { ...

47.xdb导入时关联xdb.class.php中的key错误

发布时间:2011-06-09 10:06 t By itlong

...447行有问题。 修改xdb.class.php如下: 原来: if ($cmp == false) $cmp = create_function('$a,$b', 'return strcmp($a[key],$b[key]);');//$a[key]这种写法非常不严谨,是低级问题。真不明白定这个函数的人是如何学php的,害人不浅。 改成 if ($cmp == f...

48.XSSearch

... public array getAllSynonyms(int $limit=0, int $offset=0, bool $stemmed=false) 获取当前库内的全部同义词列表 correctedQuery 属性 只读 public array getCorrectedQuery(string $query=NULL) 获取修正后的搜索词列表 通常当某次检索结果数量偏少时, 可以...

49.XSSearch::highlight

highlight() 方法 public string highlight(string $value, $strtr=false) $value string 需要处理的数据 $strtr {return} string 高亮后的数据 源码: sdk/php/lib/XSSearch.class.php#L846 (显示) public function highlight($value, $strtr = false){ // re...

50.XSServer::write

... { $bytes = fwrite($this->_sock, $buf, $len); if ($bytes === false || $bytes === 0 || $bytes === $len) { break; } $len -= $bytes; $buf = substr($buf, $bytes); } // error occured if ($bytes === false || $bytes === 0) { $meta = stream_get_m...

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