搜索

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

31.XSSearch::getRelatedQuery

getRelatedQuery() 方法 public array getRelatedQuery(string $query=NULL, int $limit=6) $query string 搜索语句, 若传入 null 使用默认语句 $limit int 需要返回的相关搜索数量上限, 默认为 6, 最大值为 20 {return} array 返回搜索词组成...

32.[patch] php-scws 扩展在 5.4.x 下的编译兼容补丁

发布时间:2012-03-05 11:03 t By hightman

...,368 **** --- 359,370 ---- if (!(fullpath = expand_filepath(filepath, NULL TSRMLS_CC))) RETURN_FALSE; + #if PHP_API_VERSION < 20100412 if (PG(safe_mode) && (!php_checkuid(fullpath, NULL, CHECKUID_CHECK_FILE_AND_DIR))) { efree(fullpath); RETURN_FALSE; } + #endif ...

33.关于搜索分页的bug

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

...search->setSort('addtime',false); $docs=$search->addRange('addtime',$from,null)->search(); $count=$search->getLastCount(); 在相关时间区间里面搜索再以时间来排序,这种query可能造成结果总数的不准确 解决方案: 其实解决方案很容易,如下代码 $docs=$se...

34.好消息,scws-0.0.1 pre 版发布!!

发布时间:2007-06-09 11:06 t By hightman

...-- x->base = xhdr.base; x->version = (int) xhdr.ver; x->fmap = NULL; + x->mode = mode; /* try mmap if readonly */ + #ifdef HAVE_MMAP if (mode != 'w') { x->fmap = (char *) mmap(NULL, x->fsize, PROT_READ, MAP_SHARED, x->fd, 0); *************** *** 186,191 **** --...

35.libscws 段错误的 bug 修正

发布时间:2007-07-05 09:07 t By hightman

...超过 255 字后 这里的 j 将变得不正确可能导致 item-> 指向 NULL , 故加入以下红色部分判断. [code] static void _scws_mset_word(scws_t s, int i, int j) { word_t item; item = s->wmap[i][j]; /* hightman.070705: 加入 item == null 判断, 防止超长词(255字...

36.【求助】无法正确搜索结果

发布时间:2012-03-04 15:03 t By flyxl

...-----+------+-----+---------+----------------+ | Field | Type | Null | Key | Default | Extra | +----------+-------------+------+-----+---------+----------------+ | id | int(11) | NO | PRI | NULL | auto_increment | | name | varchar(20) | NO | | ...

37.RE: 英文模糊搜索问题

发布时间:2013-07-31 15:07 t By homingway

... $length = 1; // 默认切分长度 public function __construct($arg = null){ if ($arg !== null && $arg !== '') $this->length = $arg; } public function getTokens($value, XSDocument $doc=null){ $charset = is_object($doc) ? $doc->getCharset() : 'UTF-8'; $ret = array(); //如果...

38.XSUtil

...显示) public static function convertIn($buf){ if (self::$charset !== null) { return XS::convert($buf, 'UTF-8', self::$charset); } return $buf;} 把用户输入的字符串转换为 UTF-8 编码 convertOut() 方法 public static string convertOut(string $buf) $buf...

39.XSTokenizerFull::getTokens

getTokens() 方法 public void getTokens($value, $doc=NULL) $value $doc 源码: sdk/php/lib/XSTokenizer.class.php#L62 (显示) public function getTokens($value, XSDocument $doc = null){ return array($value);}

40.XSTokenizerNone::getTokens

getTokens() 方法 public void getTokens($value, $doc=NULL) $value $doc 源码: sdk/php/lib/XSTokenizer.class.php#L46 (显示) public function getTokens($value, XSDocument $doc = null){ return array();}

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