搜索

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

1.为什么布尔搜索不适合 自定义分词?

发布时间:2014-07-23 15:07 t By xunsearch飞吧

如下: 自定义分词字段 b_split_title [b_split_title] type = title tokenizer =coupon $search->setQuery( '(b_split_title:宠物 OR 宠物 ) AND b_city_id:31')->setlimit(1000000)->setFacets('b_tag_id')->search(); 打印: Xapian::Query(((or:(pos=1) AND 宠物:(pos=2) AND and:(pos=3) ...

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

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

...= $_GET["skey"]; $search = $xs->search; $docs = $search->setQuery($skey."type:1")->search(); print_r($docs); 已经 [type] type = string index = self 了 但是搜索不到什么 改成 $docs = $search->setQuery($skey)->search(); 就可以 type这个我读出来是 "0" 和"1" 没错[...

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

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

...erver.index = 192.168.0.250:8383 server.search = 192.168.0.250:8384 [tid] type = id [fid] index = self tokenizer = full [author] [authorid] index = self tokenizer = full [postdate] tokenizer = full [subject] type = title [content] type = body #导入 php util/Indexer.php --rebuild --source=m...

4.mysql导入数据配置文件里的字段要和数据库里的一样吗?

发布时间:2011-10-28 10:10 t By mengfanchao

...fault_charset = utf-8 server.index = 8383 server.search = 8384 [pid] type = id [catid] type = numeric index = both tokenizer = full [subject] type = title [message] type = body [url] index = self tokenizer = full [chrono] type = numeric

5.xunsearch是否支持Geodist搜素?

发布时间:2012-06-12 21:06 t By cevin

...N(`id`), 1), IFNULL(MAX(`id`), 1) FROM `fandian` sql_query = SELECT `id`,`type`, `name`, RADIANS(`lat`) AS `latitude`, RADIANS(`lon`) AS `longitude` FROM `fandian` WHERE (`id` >= $start AND `id` SetServer("localhost", 9312); $cl->SetMatchMode(SPH_MATCH_ALL); $cl->SetArrayResult(true); $cl->SetSo...

6.XSSearch

...hotQuery 属性 只读 public array getHotQuery(int $limit=6, string $type='total') 获取热门搜索词列表 lastCount 属性 只读 public int getLastCount() 获取最近那次搜索的匹配总数估值 参见 search query 属性 public string getQuery(string $query=N...

7.addWeight提权的问题 提不上去

更新时间:2013-08-22 13:08 t By beike228

...ght] => 6.5234656333923 ) )[hr] //ini配置 [gid] type = id [name] type = title tokenizer = GameName [ranking] index=self[hr] 问题是:加了权重提升 还是排在后面[hr] [ranking] index=self tokenizer = full 重建索引后 搜索结果还是一样

8.安装php扩展 error: Incorrect scws library

发布时间:2013-02-21 11:02 t By Loading

...o checking if compiler supports -Wl,-rpath,... yes checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking target system type... x86_64-unknown-linux-gnu checking for PHP prefix... /usr checking for PHP includes... -I/usr/include/ph...

9.RE: scws.so: undefined symbol: core_globals_id in Unknown on line 0 done

更新时间:2010-04-28 10:04 t By uuuuu

.../usr/local/mysql51/bin/mysql_config --with-iconv-dir=/usr/local --with-freetype-dir --with-jpeg-dir --with-png-dir --with-zlib --with-libxml-dir=/usr --enable-xml --disable-rpath --enable-discard-path --enable-safe-mode --enable-bcmath --enable-shmop --enable-sysvsem --enable-inline-optimization --w...

10.XSFieldScheme

...>name . '\''); } if ($field->isSpeical()) { if (isset($this->_typeMap[$field->type])) { $prev = $this->_typeMap[$field->type]; throw new XSException('Duplicated ' . strtoupper($config['type']) . ' field: `' . $field->name . '\' and `' . $prev . '\''); } ...

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