搜索

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

21.RE: addWeight提权的问题 提不上去

发布时间:2013-08-22 14:08 t By beike228

Xapian::Query((疯:(pos=1) AND_MAYBE 10 * GD1))

22.请教!myft插件安装

发布时间:2009-07-22 22:07 t By fly_sail

...l: You should recreate aclocal.m4 with macros from libtool 2.2.6 libtool: and run autoconf again. 刚开始以为是libtool的版本问题,系统默认的是1.5.22版的libtool,后台装了一个2.26a版的libtool,还是报这个错, 请教一下,应该怎么处理呢?

23.更新索引后,搜索结果中出现空数据文档

发布时间:2012-11-09 16:11 t By stars_and_moon

新建索引后搜索结果正常,但是update更新修改过的文档后,搜索结果中出现空文档信息 Array ( [0] => XSDocument Object ( [_data:private] => Array ( ) [_terms:private] => [_texts:p...

24.RE: 多个类型的搜索语句构建,搜索结果出错

发布时间:2013-05-16 18:05 t By alicar

构建的搜索语句是 echo $search->getQuery($q); ------------------------------------------------------------ Xapian::Query(((F163:(pos=1) AND B海南:(pos=2)) FILTER H1))

25.同义词搜索

...索,输出: // Xapian::Query(((搜索:(pos=1) SYNONYM 检索:(pos=89)) AND 世界:(pos=2))) $search->setAutoSynonyms()->setQuery('搜索世界')->getQuery(); // 开启同义词搜索,并带有字段效果,假设 subject 是项目的第二个字段,输出: // Xapian::Query(((B搜索:(pos...

26.small50,big161这种词汇搜索不到

更新时间:2013-06-18 10:06 t By hpxl

[php]bash-3.2$ php sdk/php/util/Quest.php spj example_attr:small50 --show-query -------------------- 解析后的 QUERY 语句:Xapian::Query((ZHsmall:(pos=1) AND 50:(pos=2)))[/php] 搜不到任何结果?

27.XSSearch::addQueryTerm

...示) public function addQueryTerm($field, $term, $addOp = XS_CMD_QUERY_OP_AND, $scale = 1){ $term = strtolower($term); $term = XS::convert($term, 'UTF-8', $this->_charset); $bscale = ($scale > 0 && $scale != 1) ? pack('n', intval($scale * 100)) : ''; $vno = $field === null ? XSFieldSche...

28.xunsearch是否支持Geodist搜素?

发布时间:2012-06-12 21:06 t By cevin

...sql_query_range = SELECT IFNULL(MIN(`id`), 1), IFNULL(MAX(`id`), 1) FROM `fandian` sql_query = SELECT `id`,`type`, `name`, RADIANS(`lat`) AS `latitude`, RADIANS(`lon`) AS `longitude` FROM `fandian` WHERE (`id` >= $start AND `id` SetServer("localhost", 9312); $cl->SetMatchMode(SPH_MATCH_ALL); $cl-...

29.编译时出错,是怎么回事?scws.h

发布时间:2013-04-18 10:04 t By ffcz

... yes, shared checking for scws.h... no configure: error: Please download and install scws from http://www.xunsearch.com/scws Linux localhost.localdomain 2.6.18-308.11.1.el5PAE #1 SMP Tue Jul 10 09:29:33 EDT 2012 i686 i686 i386 GNU/Linux

30.freebsd 10 xunsearch 1.4.8

更新时间:2014-02-26 14:02 t By xjflyttp

... checking how to run the C preprocessor... cc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no check...

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