...asIndex() 判断当前字段是否需要索引 XSFieldMeta hasIndexMixed() 判断当前字段是否需要在混合区索引 XSFieldMeta hasIndexSelf() 判断当前字段是否需要在字段区索引 XSFieldMeta isBoolIndex() 判断当前字段的索引是否为布尔型 ...
...index = both\n"; } } elseif ($index === self::FLAG_INDEX_MIXED) { $str .= "index = mixed\n"; } else { if ($this->type !== self::TYPE_ID) { $str .= "index = self\n"; } } } // tokenizer if ($this->type !== self::T...
...ndard_conforming_strings=off'); }} query() 方法 public mixed query(string $query) $query string 要执行的 SQL 语句 {return} mixed 源码: sdk/php/util/XSDataSource.class.php#L582 (显示) public function query($query){ //echo "[DEBUG] SQL: $sql\n"; ...
...nect($param); 连接数据库 query() 方法 abstract public mixed query($sql) $sql {return} mixed 非 SELECT 语句返回执行结果(true/false), SELECT 语句返回所有结果行的数组 源码: sdk/php/util/XSDataSource.class.php#L439 (显示) abstract publ...
...参数内容生成 PDO 连接专用的 DSN query() 方法 public mixed query(string $sql) $sql string 要执行的 SQL 语句 {return} mixed 源码: sdk/php/util/XSDataSource.class.php#L843 (显示) public function query($sql){ //echo "[DEBUG] SQL: $sql\n"; $res...
... = 192.168.171.22:8384 [pid] type = id [itemid] [title] index = mixed [content] type=body cutlen=600 [categoryid] index = self [category] index=none [searchcount] index=none [createtime] index=none 谢谢了
... $this->setUtf8();} 连接数据库 query() 方法 public mixed query(string $sql) $sql string 要执行的 SQL 语句 {return} mixed 源码: sdk/php/util/XSDataSource.class.php#L654 (显示) public function query($sql){ //echo "[DEBUG] SQL: $sql\n"; $res...
...ol And Effexor Tramadol Hcl . Tramadol Dea Schedule Restless Legs Syndrome Mix Ibuprofen With Tramadol Celebrex Tramadol Tramadol Prolactin Tramadol 50mg Tablet Tramadol Medication Dictionary . Diclofenac Sodium Compared With Tramadol Tramadol Dizziness Selective Serotonin Reuptake Inhibitors Previ...
...Pos() ? XS_CMD_INDEX_FLAG_WITHPOS : 0); if ($field->hasIndexMixed()) { $cmds[] = new XSCommand(XS_CMD_DOC_INDEX, $wdf, XSFieldScheme::MIXED_VNO, $value); } if ($field->hasIndexSelf()) { $wdf |= $field->isNumeric() ? 0...
... setCollapse($field, $num = 1){ $vno = $field === null ? XSFieldScheme::MIXED_VNO : $this->xs->getField($field, true)->vno; $max = min(255, intval($num)); $cmd = new XSCommand(XS_CMD_SEARCH_SET_COLLAPSE, $max, $vno); $this->execCommand($cmd); return $this;} 设置折叠搜索结...