搜索

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

1.XSFieldScheme

...($throw === true) { throw new XSException('Not exists field with vno: `' . $name . '\''); } return false; } $name = $this->_vnoMap[$name]; } if (!isset($this->_fields[$name])) { if ($throw === true) { throw new XSException('N...

2.XSFieldMeta

...给定的值转换为符合这个字段的数据格式 XSFieldMeta withPos() 判断当前字段索引是否支持短语搜索 XSFieldMeta 属性明细 cutlen 属性 public int $cutlen; 剪取长度 (单位:字节) 用于在返回搜索结果自动剪取较长内容的字段, ...

3.XSSearch

... $limit = 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 = ...

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