搜索

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

1.XSSearch::addQueryString

...或为空则这此无意义, 支持的操作符有: XS_CMD_QUERY_OP_AND XS_CMD_QUERY_OP_OR XS_CMD_QUERY_OP_AND_NOT XS_CMD_QUERY_OP_XOR XS_CMD_QUERY_OP_AND_MAYBE XS_CMD_QUERY_OP_FILTER $scale float 权重计算缩放比例, 默认为 1表示不缩...

2.RE: 如何按分类搜索啊

更新时间:2012-02-21 16:02 t By flyfeng2

...我读出来是 "0" 和"1" 没错[hr] $docs = $search->setQuery($skey.' AND type:1')->search(); 这样的话可以 但是好像把1也做完关键去搜索了

3.RE: Demo遇险记:今天碰到的错误,5576段错误莫名被解决

发布时间:2011-12-02 16:12 t By 五岳之巅

...p start Starting XAMPP for Linux 1.7.7... XAMPP: Starting Apache with SSL (and PHP5)... XAMPP: Starting MySQL... XAMPP: Starting ProFTPD... XAMPP for Linux started. [root@sm xunsearch]# ./bin/xs-ctl.sh restart INFO: stopping server[xs-indexd] (BIND:127.0.0.1:8383) .... [OK] INFO: re-starting server[...

4.XSSearch::addQueryTerm

...示) public function addQueryTerm($field, $term, $addOp = XS_CMD_QUERY_OP_AND, $scale = 1){ $term = strtolower($term); $term = XS::convert($term, 'UTF-8', $this->_charset); $bscale = ($scale > 0 && $scale != 1) ? pack('n', intval($scale * 100)) : ''; $vno = $field === null ? XSFieldSche...

5.XSSearch::addWeight

...$weight = 1){ return $this->addQueryTerm($field, $term, XS_CMD_QUERY_OP_AND_MAYBE, $weight);} 添加权重索引词 无论是否包含这种词都不影响搜索匹配, 但会参与计算结果权重, 使结果的相关度更高

6.使用讯搜搭建phpwind的全文检索

更新时间:2012-05-18 09:05 t By myoula

...m pw_threads t left join pw_tmsgs tm on t.tid = tm.tid where t.ifcheck = 1 and t.fid != 0 and t.fid !=444 order by t.tid asc" --project=项目名 4 建立phpwind的索引队列 #建立队列表 mysql -uroot -p 你的phpwind数据库名 CREATE TABLE `mq` ( `mid` int(10) unsigned NOT NULL AUTO_INCR...

7.重启xunsearch

更新时间:2012-03-27 10:03 t By bigxu

...{} $ctl_path start echo $(date +%Y-%m-%d-%H-%M-%S)" KILL AND SAVED" >> $res_log fi sleep 5 done [/code]

8.Xunsearch SDK for PHP

...', 'key2' ... ]; // 通过空格将多个查询条件连接 $condition = ['AND', 'key1', 'key2' ... ]; // 通过 AND 连接,转换为:key1 AND key2 $condition = ['OR', 'key1', 'key2' ... ]; // 通过 OR 连接 $condition = ['XOR', 'key1', 'key2' ... ]; // 通过 XOR 连接 $condition = ['NOT', ...

9.XSSearch

...Query array 获取相关搜索词列表 XSSearch respond XSCommand 从服务器读取响应指令 XSServer socket mixed 获取连接资源描述符 XSServer xs XS 服务端关联的 XS 对象 XSServer Protected 属性 隐去继承来的属性 ...

10.求助啊啊啊,安装不起啊~看错误代码啊。

更新时间:2014-04-19 16:04 t By zhouaini528

...lib.h... no configure: error: zlib.h not found - required for brass, chert and flint (you ma y need to install the zlib1g-dev or zlib-devel package) ----- ERROR: failed to configure xapian-core-scws, see 'setup.log' for more detail 查看安装目录 root@localhost...

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