搜索

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

41.一夜占用4个G,大量重复主键

更新时间:2012-05-22 11:05 t By yunxiaoad2

...亮油(T10+T30) #1164715# [100%] Deal_url:http://www.vetuan.com/team.aspx?id=2389 Small_image_url:http://www.vetuan.com/upfile/team/2012/0424/634708797667354391.jpg End_date:2.14748e+09 Price:99 Value:170.00 Citypinyin:quanguo OrderPower:482 2. OPI保湿底油+护理亮油(T10+T30) #...

42.导入索引出错

发布时间:2012-06-09 09:06 t By jcy787211820

/usr/local/xunsearch/sdk/php/util/Indexer.php --rebulid --source=mysql://u:p@127.0.0.1/test --sql="SELECT movie_id,movie_name,movie_starring,movie_director,movie_description,movie_list_img_url,movie_insert_time FROM movie" --project=movie [XSException] ../../usr/local/xunsearch/sdk/php/lib/XS...

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

更新时间:2011-12-13 13:12 t By KnightE

...对比,确定和字段的分词策略设置有关。 起初对于分类id这个字段,我认为设置成type=numeric index=full就行,从实验看,需要设置成index=self(默认采用scws分词),这样就达到了目的。 不过还存在一些问题: 1.有些字段要存两份...

44.一个现象

发布时间:2011-10-28 08:10 t By ixulf

...个: WARNING: server[xs-indexd] is running (BIND:192.168.5.180:8383, PID:3961) 查看indexd.log: 2011-10-27 15:24:05 indexd[3961] can not get db by pid (PID:8501) 2011-10-27 16:35:55 indexd[3961] caught system signal[15], terminate immediately 2011-10-27 16:35:55 indexd[3961] server terminate...

45.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...

46.清空索引报错

发布时间: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 帮忙看下 谢谢

47.获取索引对象就报错supplied argument is not a valid stream resource

更新时间:2012-08-09 17:08 t By blueo

...cheme:private] => XSFieldScheme Object ( [_fields:private] => Array ( [newsid] => XSFieldMeta Object ( [name] => newsid [cutlen] => 0 [weight] => 1 [type] => 10 [vno] => 0 [tokenizer:private] => full [flag:private] => 1 ) [title] => XSFieldMeta Object ( [name] => title [cutlen] => 0 [weight] => 5 [t...

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

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

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

49.多属性字段按此字段值分面统计结果不正确

更新时间:2013-07-19 10:07 t By stcer

...果按类别字段分面统计 结果与真实结果相差很大 配置 [cid] index = self tokenizer = full 索引 $i = 0; foreach($row->cats as $node){ $cid = $node->getId(); if($i++ == 0){ $doc->setField('cid', $cid); }else{ $doc->addTerm('cid', $cid); ...

50.搜索全文时较慢,在0.5+秒,甚至1.0+秒【900M数据库】

更新时间:2013-07-05 15:07 t By chinapubmed

...下字段 ①数据库中的title字段(代表文章唯一编号,即PMID) ②数据库中tag字段(代表文章关键词) ③数据库中content字段(代表全文,即搜索页面的摘要) #主要是搜索这里时,较慢[/quote] ④数据库中summary字段(代表文章标...

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