搜索

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

71.RE: 请问从xunsearch-master源代码编译安装xunsearch,我总是报错

发布时间:2013-07-30 16:07 t By zhuaijay

...p,然后运行就有configure生成了,我就运行./configure,结果显示 configure: error: Invalid xapian library, maybe not do the patch with scws?. 我是按照configure的显示错误一步步来说,说缺什么就装什么,我装了xapian-core ,请问这是什么问题?

72.search.php的错误

发布时间:2012-05-03 17:05 t By situxunsearch

建了个demo项目,搜索的时候显示: 错误:Object id #9 打印出search.php捕获到的异常,显示 [XSException] ../../../../../usr/local/xunsearch/sdk/php/lib/XS.php(2165): Failed to recv the data from server completely (SIZE:0/8, REASON:closed) #0 /usr/local/xunsearch/sdk/ph...

73.XSDatabaseDataSource

...tected void deinit() 源码: sdk/php/util/XSDataSource.class.php#L211 (显示) protected function deinit(){ $this->db->close();} getCharset() 方法 public mixed getCharset() {return} mixed 如果数据库不支持 UTF-8 转换则返回 false 源码: sdk/php/util/X...

74.util/Indexer.php 只索引了mysql数据库的一部分数据

更新时间:2014-09-16 15:09 t By gagamomo

...ELECT ID, title, content FROM dede_article" --project=search [/code] 结果显示成功索引556752条数据 3、测试搜索 [code]util/Quest.php search NBA[/code] 显示: [code]在 181,298条数据中,大约有 3880 条包含NBA[/code] 可是我添加索引的那个数据库数据量有556...

75.XSDatabasePDO_PgSQL

...{return} string 源码: sdk/php/util/XSDataSource.class.php#L913 (显示) protected function makeDsn($param){ $dsn = "pgsql:host={$param['host']};"; $dsn .= isset($param['port']) ? "port={$param['port']};" : ''; $dsn .= "dbname={$param['dbname']};client_encoding=utf-8"; return ...

76.XSCommand

... 最大长度为 255字节 源码: sdk/php/lib/XSServer.class.php#L62 (显示) public function __construct($cmd, $arg1 = 0, $arg2 = 0, $buf = '', $buf1 = ''){ if (is_array($cmd)) { foreach ($cmd as $key => $value) { if ($key === 'arg' || property_exists($this, $key)) { ...

77.XSJsonDataSource

...tected void deinit() 源码: sdk/php/util/XSDataSource.class.php#L287 (显示) protected function deinit(){ if ($this->fd) { fclose($this->fd); $this->fd = null; }} getDataList() 方法 protected void getDataList() 源码: sdk/php/util/XSDataSource.class.p...

78.XSSearch::setMultiSort

...rue/false 为值表示正序或逆序 $reverse bool 是否为倒序显示, 默认为正向, 此处和 setSort 略有不同 $relevance_first bool 是否优先相关性排序, 默认为否 {return} XSSearch 返回对象本身以支持串接操作 源码: sdk/php/lib/XSSearc...

79.XSDatabasePDO_MySQL

...{return} string 源码: sdk/php/util/XSDataSource.class.php#L877 (显示) protected function makeDsn($param){ $dsn = 'mysql:host=' . (isset($param['host']) ? $param['host'] : 'localhost'); if (isset($param['port']) && $param['port'] !== 3306) { $dsn .= ';port=' . $param['port'...

80.XSErrorException

... $previous Exception 源码: sdk/php/lib/XS.class.php#L134 (显示) public function __construct($code, $message, $file, $line, $previous = null){ $this->_file = $file; $this->_line = $line; if (version_compare(PHP_VERSION, '5.3.0', '>=')) { parent::__construct($message,...

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