搜索

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

51.XSFieldScheme::checkValid

... bool 有效返回 true, 无效则返回 false 源码: sdk/php/lib/XSFieldScheme.class.php#L175 (显示) public function checkValid($throw = false){ if (!isset($this->_typeMap[XSFieldMeta::TYPE_ID])) { if ($throw) { throw new XSException('Missing field of type ID'); ...

52.RE: 拼音转换问题

发布时间:2013-08-22 16:08 t By wjliuleidian

...w/xunsearch/data/products -c gbk [XSException] ../lib/XS.php(819): Missing field of type ID #0 ../lib/XS.php(522): XSFieldScheme->checkValid(true) #1 ../lib/XS.php(296): XS->loadIniFile('/export/home/ww...') #2 Logger.php(94): XS->__construct('/export/home/ww...') 配置文件没有问题,搜索...

53.mysql 其实支持中文全文检索的

发布时间:2010-05-14 10:05 t By xiaolan

...语句是完全可以检索到的。 SELECT * FROM table_name WHERE MATCH(field_name) AGAINST('测试') 不知道这样的思路 有没有什么问题。 谢谢各位指教。:angel:

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

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

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

55.Missing value of primarky key

发布时间:2012-12-21 16:12 t By 973432436

...ion] ../xunsearch/sdk/php/lib/XS.php(1018): Missing value of primarky key (FIELD:_ID) thrown /var/www/xunsearch/sdk/php/lib/XS.php 1018 我的查询语句是:SELECT `ID` as _ID,`title` as _title,`Content` as _body,`QuestionTime` as _time,`UserNam` as _user,`tag` as _tag FROM wenti_nr Where `s...

56.XSSearch::getRelatedQuery

...imit = max(1, min(20, intval($limit))); // Simple to disable query with field filter if ($query === null) { $query = $this->cleanFieldQuery($this->_query); } if (empty($query) || strpos($query, ':') !== false) { return $ret; } // Search the log database $op = $this...

57.XSSearch::getExpandedQuery

...es = $this->getRespond(); if ($res->cmd == XS_CMD_SEARCH_RESULT_FIELD) { $ret[] = XS::convert($res->buf, $this->_charset, 'UTF-8'); } elseif ($res->cmd == XS_CMD_OK && $res->arg == XS_CMD_OK_RESULT_END) { // got the end // echo "Pars...

58.mysql导入数据配置文件里的字段要和数据库里的一样吗?

发布时间:2011-10-28 10:10 t By mengfanchao

...}警告:添加第 35000 条数据失败 - Missing value of primarky key (FIELD:pid) #0 /usr/local/xunsearch/sdk/php/util/Indexer.php(195): XSIndex->update(Object(XSDocument)) sql语句: sql="select c.contentid,c.status,b.contentid from phpcms_content c,phpcms_c_news b where c.contentid=b.co...

59.发布第二个测试版 xunsearch-1.0.0b2

发布时间:2011-09-16 13:09 t By hightman

...-15 11:13:23 +0800 2fe76cf hightman: PHP-SDK: 修正搜索语句中处理 'field:' 时字段不存在的问题 * 2011-09-14 17:14:29 +0800 3bc665e hightman: PHP-SDK: 修正 XSTokenizerXstep 当最后一词长度不足时漏掉的问题 * 2011-09-14 16:40:13 +0800 a22ff3f hightman: PHP-SDK: 增加...

60.项目配置文件详解

... 而只需要设计搜索功能所涉及的字段即可。 ~~~ [field_name] ~~~ 2. ### 字段选项 每个字段根据实际情况指定字段选项,所有选项均有默认值,所以即便不指定任何选项而只有中括号定义的字段, 那也是一个合法...

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