搜索

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

131.清空索引报错

发布时间:2014-08-20 15:08 t By aksky

Cannot load Zend Extension Manager - it was built with configuration 1.2.0, whereas running engine is API220090626,NTS PHP Fatal error: Uncaught [XSException] data/api/xs/lib/XS.php(819): Missing field of type ID thrown in /xxxxx/data/api/xs/lib/XS.php on line 819 帮忙看下 谢谢

132.RE: 导入数量和dbTotal数量不匹配

发布时间:2012-08-28 19:08 t By weizhao

现在发现一个问题, 129703在数据库中存在, 129704在数据库中没有, 然后从129705开始有, 这样的自增ID不连续, 难道是不可以完整导入的吗?

133.xunsearch 如何多个分面搜索呢?

发布时间:2013-05-17 16:05 t By feijilei

比如我的搜索词的iphone 我想找出手机分类和手机壳分类下面所有关于iphone的结果 $kw='iphone'; $cid='10,14'; $search->setQuery($kw AND ('cat_id:'.$cid)); 这样没有用,求大神指点

134.RE: 关于addWeight()使用的一些注意(分享&讨论)

发布时间:2011-12-15 13:12 t By hightman

第 2. 点你可以对分类 id 不为 0 的统一在做索引时 $doc->addTerm('cid', 'have') 然后在搜索的时候 $search->addWeight('cid', 'have') 来提权

135.RE: 搜索骨架代码测试时报错

发布时间:2011-10-17 16:10 t By mengfanchao

...ct.default_charset = utf-8 server.index = 8383 server.search = 8384 [pid] type = id [subject] type = title [message] type = body [chrono] type = numeric 另外fsockopen() 报 fsockopen(): unable to connect to localhost:8384 (Permission denied)(2)

136.RE: 我想用xunsearch代替mysql的like语句

发布时间:2012-03-06 02:03 t By coo

直接就ok了呃,如果你比无聊可以用来得到id然后在数据库查询,哈哈哈哈哈

137.RE: 时间戳排序不生效的问题

发布时间:2014-06-05 13:06 t By live

[quote='bigxu' pid='8130' dateline='1401925104'] 请展示一下ini文件 [/quote] project.name = nms project.default_charset = utf-8 [oid] type = id phrase = yes [classid] index = self [content] type = body cutlen = 100 [sendtime] type = numeric

138.使用setQuery方法,拼装好的条件,没啥效果啊

发布时间:2014-07-19 18:07 t By 水平凡

比如我有一个栏目ID筛选条件 catid:11 搜索出来的数据,还是有不是catid=11的数据。 配置文件,有catid这个字段 [catid] type = numeric index = self

139.RE: scws.so: undefined symbol: core_globals_id in Unknown on line 0 done

更新时间:2010-04-28 10:04 t By uuuuu

非常感谢大哥指点 我的php编译大致是这样的 ./configure --prefix=/usr/local/php51 --with-config-file-path=/usr/local/php51/etc --with-mysql=/usr/local/mysql51 --with-mysqli=/usr/local/mysql51/bin/mysql_config --with-iconv-dir=/usr/local --with-freetype-dir --with-jpeg-dir --with-pn...

140.增量索引不成功

发布时间:2014-02-13 17:02 t By lzc2523700

...ult = $this->temp_db->get_where($table, array($table_key_array[$table] => $id))->row_array(); if(empty($result)){ $doc->setFields($result); $res = $index->add($doc); return false; } 返回$res值为 object(XSIndex)#42 (9) { ["_buf":"XSIndex":private]=> string(0) "" [...

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