搜索

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

41.XSSearch::setFuzzy

...$this->_defaultOp = $value === true ? XS_CMD_QUERY_OP_OR : XS_CMD_QUERY_OP_AND; return $this;} 开启模糊搜索 默认情况只返回包含所有搜索词的记录, 通过本方法可以获得更多搜索结果

42.搜索整个数据库时, 排序结果错误

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

在搜索条件结果比较多时,默认排序情况下,第一页并没有得到我想要的结果 搜索条件中我增加了一个addweight(), 针对一个字段加权, 测试时, 对几个文档权重增加很大 每个文档得分在14左右, 但是第一页20个结果中得分都...

43.RE: 如何按分类搜索啊

更新时间:2012-02-21 14:02 t By flyfeng2

...样的 是不是要清空后用add ?[hr] Xapian::Query((新闻:(pos=1) AND (type:(pos=2) PHRASE 2 1:(pos=3)))) 这样 但是木有数据

44.XSSearch::addWeight

...$weight = 1){ return $this->addQueryTerm($field, $term, XS_CMD_QUERY_OP_AND_MAYBE, $weight);} 添加权重索引词 无论是否包含这种词都不影响搜索匹配, 但会参与计算结果权重, 使结果的相关度更高

45.同义词搜索

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

46.RE: 迅搜报错

更新时间:2011-12-19 13:12 t By icebolt

...being read has been discarded - you should call Xapian::Database::reopen() and retry the operation(S#515) thrown in /usr/local/xunsearch/sdk/php/lib/XS.php on line 1970 又报另外一个错误[hr] Fatal error: Uncaught [XSException] ../../xunsearch/sdk/php/lib/XS.php(1436): Unexpected respond in s...

47.安装失败!!!zlib.h not found 求助!

发布时间:2012-10-03 01:10 t By chz

安装的时候提示: configure: error: zlib.h not found - required for brass, chert and flint (you may need to install the zlib1g-dev or zlib-devel package) 我在执行sudo apt-get install zlib1g-dev后还是不行!怎么办,搞了好久了!:(

48.RE: search时报错 ,请帮看看是哪的问题

更新时间:2012-12-11 11:12 t By benq81

顶,问题依旧存在,还是Failed to recv the data from server completely 错误[hr] 2012-12-11 11:30:05 worker3[5113] xapian ERROR: The revision being read has been discarded - you should call Xapian::Database::reopen() and retry the operation

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

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

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

50.RE: 如何按分类搜索啊

更新时间:2012-02-21 16:02 t By flyfeng2

...我读出来是 "0" 和"1" 没错[hr] $docs = $search->setQuery($skey.' AND type:1')->search(); 这样的话可以 但是好像把1也做完关键去搜索了

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