搜索

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

11.XSIndex::del

...象以支持串接操作 源码: sdk/php/lib/XSIndex.class.php#L220 (显示) public function del($term, $field = null){ // get field $field = $field === null ? $this->xs->getFieldId() : $this->xs->getField($field); // get commands $cmds = array(); $terms = is_array($term) ? array...

12.XSFieldMeta::toConfig

...置文件字符串 源码: sdk/php/lib/XSFieldScheme.class.php#L452 (显示) public function toConfig(){ // type $str = "[" . $this->name . "]\n"; if ($this->type === self::TYPE_NUMERIC) { $str .= "type = numeric\n"; } elseif ($this->type === self::TYPE_DATE) { $str .=...

13.最新的主要变动

...,彻底解决进程卡死 - 修正若干已知的小 BUG 并改进一些显示效果 - 搜索日志记录时排除具有明显特征的搜索引擎爬虫 版本 1.4.0 (2013-1-22) ---------------------- - 升级整合最新的 xapian-1.2.13、scws-1.2.1 - 新增支持项目自定义词库,[参...

14.XSIndex::update

...对象以支持串接操作 源码: sdk/php/lib/XSIndex.class.php#L85 (显示) public function update(XSDocument $doc, $add = false){ // before submit if ($doc->beforeSubmit($this) === false) { return $this; } // check primary key of document $fid = $this->xs->getFieldId()...

15.Wordpress搜索建立步骤

更新时间:2011-12-29 11:12 t By assad

...容 type = body [post_content_full] //全部内容 cutlen = 300 //显示300个字节 [post_title] //标题 type = title [post_time] //时间YYYYmmdd形式 type = date [post_date_sec] //时间戳 [category] //分类 index = self [category_id //分类ID type = numeric in...

16.XSIndex::setCustomDict

...tring 新的词典内容 源码: sdk/php/lib/XSIndex.class.php#L495 (显示) public function setCustomDict($content){ $cmd = array('cmd' => XS_CMD_INDEX_USER_DICT, 'arg1' => 1, 'buf' => $content); $this->execCommand($cmd, XS_CMD_OK_DICT_SAVED);} 设置自定义词典内容

17.填充测试数据的时候出现错误

更新时间:2011-09-19 17:09 t By tisswb

...须的加 -c gbk 由于我使用的putty设置的是utf8的原因, 虽然显示有点不正常,但加上 -c gbk 就可以了

18.RE: 配置的时候端口8383错误

发布时间:2014-02-25 11:02 t By 情雨轩

... http://192.168.46.129:8383/和http://192.168.46.129:8384/ 输入的时候 显示 It works! [root@localhost xunsearch]# util/Indexer.php --source=csv --clean test [XSException] ../../../../usr/local/xunsearch/sdk/php/lib/XS.php(2448): Failed to recv the data from server completely (SIZE:0/8, REASO...

19.初次使用的问题

发布时间:2014-12-25 14:12 t By sa1nt

...e = numeric 于是使用php进行测试,代码如下 没有显示任何结果 data目录下也没有任何文件 求解

20.RE: Demo项目运行失败

更新时间:2014-11-18 23:11 t By yanyun

...被检索到) 可以在使用util/Quest.php进行查询的时候 可以显示出来呢? (目的是:当检索到结果的时候 想知道它是来自哪个文件的) [hr] 我仔细用了一下xunsearch 它可以直接建立应用 很方便!! 谢谢你的开发和帮助!

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