搜索

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

1.编写第一个配置文件

...~~ [sql] -- -- 表的结构 `cdb_posts` -- CREATE TABLE `cdb_posts` ( `pid` int(10) unsigned NOT NULL auto_increment, `fid` smallint(6) unsigned NOT NULL default '0', `tid` mediumint(8) unsigned NOT NULL default '0', `first` tinyint(1) NOT NULL default '0', `author` varchar(15) NOT NULL ...

2.search->setScwsMulti关闭分词无效

发布时间:2014-07-17 17:07 t By jayle

... 翻到了这个帖子 http://bbs.xunsearch.com/showthread.php?tid=2141&pid=4025#pid4025 根据回复是设置0即可,但经测试,设置后仍旧后无效。 希望官方可以解决下,自己下手改的话,回头升级比较麻烦

3.RE: 英文模糊搜索问题

发布时间:2013-07-31 15:07 t By homingway

[quote='hightman' pid='4418' dateline='1375253668'] 模糊搜索和空格不冲突吧。你单词内模糊就行了,比如按3个字母单位建立? [/quote] 非常感谢! 我刚试了下,针对我的需求来说,对于人物英文名以3个字母单位建立索引的确可...

4.获取搜索结果

...。参见以下代码: ~~~ [php] // 表示先以 chrono 正序、再以 pid 逆序(pid 是字符串并不是数值所以 12 会排在 3 之后) $sorts = array('chrono' => true, 'pid' => false); // 如果直接把字段名作数组的值,默认对该字段采用逆序,因此以上用法和...

5.Xunsearch SDK for PHP

...terSave` 和 `afterDelete` 中进行索引同步。 ```php $data = array('pid' => 1234, 'subject' => '标题', 'message' => '内容'); Yii::app()->search->add($data); // 添加文档 Yii::app()->search->update($data); // 更新文档 Yii::app()->search->del('1234'); // 删除文档 ``` 使用检...

6.RE: www.adminlink.net.cn上的xunsearch案例

发布时间:2013-11-19 14:11 t By hightman

[quote='bestfriend' pid='5159' dateline='1384773468'] 大约有 162,974 项符合查询结果, 库内数据总量 15,419,976 项。 (搜索耗时:0.3538秒 [/quote] 什么网址

7.项目配置文件详解

...ult_charset = GBK ;server.index = 8383 ;server.search = 8384 [pid] type = id [subject] type = title [message] type = body [dateline] type = numeric [author] index = both [authorid] [tid] index = self tokenizer = full [fid] ...

8.RE: [2010] SCWS-1.1.3 发布,支持文本词典实现自定义词库啦!!

发布时间:2012-11-06 22:11 t By umland

[quote='snakeyasin' pid='3834' dateline='1289616234'] [quote='hightman' pid='3425' dateline='1264745243'] 2010年,scws 长了一岁,加上了翘首以盼的删减词库功能,该功能通过变通的办法解决,并非直接修改核心词库。下面详细介绍一下 scws-1.1.0 的更新...

9.RE: scws_has_word的逻辑问题

发布时间:2010-08-02 11:08 t By backluck

[quote='backluck' pid='3650' dateline='1280380226'] [quote]int scws_has_word(scws_t s, char *xattr) { int off, cnt, xmode = SCWS_NA; scws_res_t res, cur; char *word; word_attr *at = NULL; if (!s || !s->txt) return 0; __PARSE_XATTR__; // save th...

10.RE: scws_has_word的逻辑问题

发布时间:2010-08-05 15:08 t By backluck

[quote='hightman' pid='3660' dateline='1280994053'] 这有什么关系呢,ATNULL时返回0也合乎情理啊。 [/quote] 但是这跟文档的描述有出入啊。 [quote] ·int scws_has_word(scws_t s, char *xattr); 描述:判断text中是包括指定的词性的词汇。参数 xattr ...

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