搜索

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

61.XSDatabase::query

...$sql {return} mixed 非 SELECT 语句返回执行结果(true/false), SELECT 语句返回所有结果行的数组 源码: sdk/php/util/XSDataSource.class.php#L439 (显示) abstract public function query($sql); 查询 SQL 语句

62.XSFieldMeta::hasCustomTokenizer

...ol hasCustomTokenizer() {return} bool 是返回 true, 不是返回 false 源码: sdk/php/lib/XSFieldScheme.class.php#L403 (显示) public function hasCustomTokenizer(){ return ($this->tokenizer !== XSTokenizer::DFL);} 判断当前字段是否采用自定义分词器

63.XSFieldMeta::isNumeric

isNumeric() 方法 public bool isNumeric() {return} bool 是返回 true, 不是返回 false 源码: sdk/php/lib/XSFieldScheme.class.php#L357 (显示) public function isNumeric(){ return ($this->type == self::TYPE_NUMERIC);} 判断当前字段是否为数字型

64.XSSearch::getLastCount

getLastCount() 方法 public int getLastCount() {return} int 匹配数据量, 如从未搜索则返回 false 源码: sdk/php/lib/XSSearch.class.php#L650 (显示) public function getLastCount(){ return $this->_lastCount;} 获取最近那次搜索的匹配总数估值

65.XSSearch.allSynonyms

allSynonyms 属性 只读 (自版本 v1.3.0 起可用) public array getAllSynonyms(int $limit=0, int $offset=0, bool $stemmed=false) 获取当前库内的全部同义词列表

66.XSSearch.facets

facets 属性 (自版本 v1.1.0 起可用) public array getFacets(string $field=NULL)public XSSearch setFacets(mixed $field, bool $exact=false) 读取最近一次分面搜索记数 必须在某一次 search 之后调用本函数才有意义

67.模糊搜索问题

发布时间:2013-05-31 11:05 t By aiden

...录,我看了文档上有一个方法: 调用了$search->setFuzzy(false); 但记录 test111,还是会出来,不知道是什么问题,还需要设置什么吗?

68.XSException

...etcwd(); $file = realpath($file); if (is_dir($file)) { $pos = false; $to = $file; } else { $pos = strrpos($file, '/'); $to = substr($file, 0, $pos); } for ($rel = '';; $rel .= '../') { if ($from === $to) { break; } if ($from ...

69.XSDatabaseDataSource::getCharset

...et() {return} mixed 如果数据库不支持 UTF-8 转换则返回 false 源码: sdk/php/util/XSDataSource.class.php#L138 (显示) public function getCharset(){ if ($this->db->setUtf8()) { return 'UTF-8'; } return parent::getCharset();} 返回数据库输出字符集

70.XSDocument::offsetExists

... 字段名称 {return} bool 存在返回 true, 若不存在返回 false 源码: sdk/php/lib/XSDocument.class.php#L287 (显示) public function offsetExists($name){ return isset($this->_data[$name]);} ArrayAccess 接口, 判断字段是否存在, 勿直接调用

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