搜索

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

41.RE: 清空索引报错

发布时间:2014-08-21 12:08 t By bigxu

http://www.xunsearch.com/site/search?q=Missing+field+of+type+ID

42.安装加载出现这个错误,求救?

发布时间:2014-11-25 12:11 t By harry_go

[XSException] ../application/0.0.1/library/Component/XS.php(834): Missing field of type ID #0

43.RE: index的update

发布时间:2014-04-30 17:04 t By zzjin

[quote='hina' pid='7464' dateline='1398851554'] 感觉XUNSEARCH资料很少啊 [/quote] 是呢...我是看了update的源码才确认的update操作会删除再重新add 现在我只想更新doc下面的某一个field....

44.XSFieldScheme::getFieldBody

getFieldBody() 方法 public XSFieldMeta getFieldBody() {return} XSFieldMeta 类型为 BODY 的字段 源码: sdk/php/lib/XSFieldScheme.class.php#L77 (显示) public function getFieldBody(){ if (isset($this->_typeMap[XSFieldMeta::TYPE_BODY])) { $name = $this->_typeMap[X...

45.XSFieldScheme::getFieldId

getFieldId() 方法 public XSFieldMeta getFieldId() {return} XSFieldMeta 类型为 ID 的字段 源码: sdk/php/lib/XSFieldScheme.class.php#L46 (显示) public function getFieldId(){ if (isset($this->_typeMap[XSFieldMeta::TYPE_ID])) { $name = $this->_typeMap[XSFieldMeta...

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.自定义分词器

...而在[搜索语句](search.query)中,如果指明了字段搜索前缀 `field:XXX` 那么搜索引擎内部也会 对这个搜索语句执行自定义分词。 ~~~ [php] [some_field] ; 不带参数的用法 tokenizer = xyz ; 带参数的用法,表示把 _ 作为参数传递给构造函数 toke...

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

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

...private] => [_search:private] => [_scws:private] => [_scheme: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 ...

50.RE: small50,big161这种词汇搜索不到

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

[php][cid] index = self tokenizer = split(,) non_bool = yes[/php] 字段设置如上,解决方法如下。 [php] foreach ($keywords as $v) { $search->addQueryTerm($field, $v); }[/php]

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