搜索

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

1.XSIndex

... public void __destruct() 源码: sdk/php/lib/XSIndex.class.php#L528 (显示) public function __destruct(){ if ($this->_rebuild === true) { try { $this->endRebuild(); } catch (Exception $e) { } } foreach (self::$_adds as $srv) { $srv-...

2.XSFieldMeta

...字段各项配置 源码: sdk/php/lib/XSFieldScheme.class.php#L298 (显示) public function __construct($name, $config = null){ $this->name = strval($name); if (is_array($config)) { $this->fromConfig($config); }} 构造函数 __toString() 方法 public string __to...

3.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...

4.Indexer.php工具,若密码含有+,则无法登陆

发布时间:2012-05-22 12:05 t By yunxiaoad2

因为密码含有+,在导入mysql数据时,经常显示登陆受限, 遂新建一个mysql用户,密码不含+, 再使用Indexer导入,通过。

5.XSDocument::afterSubmit

...ex 索引操作对象 源码: sdk/php/lib/XSDocument.class.php#L344 (显示) public function afterSubmit($index){ } 重写接口, 在文档成功提交到索引服务器后调用 继承此类进行重写该方法时, 强烈建议要调用 parent::afterSave($index) 以确保完整.

6.XS::getIndex

... XSIndex 索引操作对象 源码: sdk/php/lib/XS.class.php#L406 (显示) public function getIndex(){ if ($this->_index === null) { $adds = array(); $conn = isset($this->_config['server.index']) ? $this->_config['server.index'] : 8383; if (($pos = strpos($conn, ';')...

7.XSDocument::beforeSubmit

...交到索引服务器 源码: sdk/php/lib/XSDocument.class.php#L331 (显示) public function beforeSubmit(XSIndex $index){ if ($this->_charset === null) { $this->_charset = $index->xs->getDefaultCharset(); } return true;} 重写接口, 在文档提交到索引服务器前调...

8.XS

... 要加载的项目配置文件 源码: sdk/php/lib/XS.class.php#L284 (显示) public function __construct($file){ if (strlen($file) < 255 && !is_file($file)) { $appRoot = getenv('XS_APP_ROOT'); if ($appRoot === false) { $appRoot = defined('XS_APP_ROOT') ? XS_APP_ROO...

9.RE: 搜索提示不显示了?

更新时间:2013-06-23 14:06 t By chinapubmed

[quote='llkk0914' pid='4262' dateline='1371959040'] 你调换服务器了, 是不是之前的搜索记录没有拿过来, 搜索建议应该是根据搜索的log来的吧 [/quote] 难道真的是吗?我竟然把原来数据库上的传到另外一个服务器上,运行成功了,晕! 谢...

10.一点疑惑

更新时间:2013-11-09 15:11 t By 子不语

...词也不行,:huh::huh:我用csv导入的 中文全都不可以搜索和显示出来 [id] type = id [user] index = both tokenizer = full [q] index = both tokenizer = full [w] index = both tokenizer = full ~

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