搜索

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

11.XSFieldMeta::hasIndexMixed

...lass.php#L385 (显示) public function hasIndexMixed(){ return ($this->flag & self::FLAG_INDEX_MIXED) ? true : false;} 判断当前字段是否需要在混合区索引

12.XSFieldMeta::hasIndexSelf

...class.php#L394 (显示) public function hasIndexSelf(){ return ($this->flag & self::FLAG_INDEX_SELF) ? true : false;} 判断当前字段是否需要在字段区索引

13.索引导入一直在排队……

发布时间:2014-09-02 00:09 t By tmmkkk

... 2014-09-01 10:42:01 indexd[17203] NOTICE event loop start (EVENT:0x0002, FLAG:0x0004) 2014-09-01 10:42:12 indexd[17203] ALERT caught SIGINT, shutdown gracefully 2014-09-01 10:42:12 indexd[17203] NOTICE event loop end 2014-09-01 10:42:12 indexd[17203] NOTICE terminated, check to commit all db 2...

14.XSIndex::update

...$field)) !== null) { $varg = $field->isNumeric() ? XS_CMD_VALUE_FLAG_NUMERIC : 0; $value = $field->val($value); if (!$field->hasCustomTokenizer()) { // internal tokenizer $wdf = $field->weight | ($field->withPos() ? XS_CMD_INDEX_FLAG_WIT...

15.XSFieldMeta::isBoolIndex

...heme.class.php#L345 (显示) public function isBoolIndex(){ if ($this->flag & self::FLAG_NON_BOOL) { return false; } return (!$this->hasIndex() || $this->tokenizer !== XSTokenizer::DFL);} 判断当前字段的索引是否为布尔型 目前只有内置分词器支持语法型索...

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

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

...n] => 0 [weight] => 1 [type] => 10 [vno] => 0 [tokenizer:private] => full [flag:private] => 1 ) [title] => XSFieldMeta Object ( [name] => title [cutlen] => 0 [weight] => 5 [type] => 11 [vno] => 1 [tokenizer:private] => 0 [flag:private] => 19 ) ) [_typeMap:private] => Array ( [10] => newsid [11] => t...

17.关于词库导入的问题!

更新时间:2010-06-05 15:06 t By huangxyun

...大堆错误,在make_xdb_file.php以下两行出错。 if ($v['part']) $flag |= 0x02; $data = pack('ffCa3', $v['tf'], $v['idf'], $flag, $v['attr']); 我的词库是UTF8的。 我提供一个导出的附件,高手们能否看看。[hr] 我是利用原词库UTF8的,导出之后,删掉...

18.XSServer::open

...nction open($conn){ $this->close(); $this->_conn = $conn; $this->_flag = self::BROKEN; $this->_sendBuffer = ''; $this->_project = null; $this->connect(); $this->_flag ^= self::BROKEN; if ($this->xs instanceof XS) { $this->setProject($this->xs->getName()); }} 打...

19.Undefined index: part 的提示

发布时间:2011-02-09 23:02 t By hit

...: Undefined index: attr in Putdata.php on line 141 140:if ($v['part']) $flag |= 0x02; 141:$data = pack('ffCa3', $v['tf'], $v['idf'], $flag, $v['attr']); 为什么会出现这样的提示? 我txt是这样写的 论坛 13.30 9.61 n 词语越长这种提示越多!

20.XSServer

... 名称类型描述定义于 _conn XSServer _flag XSServer _project XSServer _sendBuffer XSServer _sock XSServer Public 方法 隐去继承来的方法 名称描述定义于 __construct() 构造函...

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