搜索

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

91.RE: xunsearch安装成功,索引也显示成功,但是无法搜索

发布时间:2013-08-22 17:08 t By boxshadow

... 8383 ;server.search = 8384 [ID] type = id [filename] type = title tokenizer = full 求指点

92.sunsearch如何解决一对多数据结构索引(coreseek的sql_attr_multi属性可以解决这个问题)

发布时间:2013-03-30 10:03 t By fenglangyj

...定义分词,用","分隔这样设置字段: [cat_id] index = self tokenizer = split(,) 然后使用字段索引搜索就可以解决问题了; 不过有下面需求的时候我就不知道怎么解决了: 有一个图片表(images),它有不同分辨率的图片,放在另外一个表(...

93.$count = $search->getLastCount(); 结果成了$search->setLimit($limit, $offset);的设置的值

发布时间:2013-05-02 07:05 t By doudang

...type = id [title] type = title [tags] type = string index = both tokenizer = split([/[\s,\/]+/]) 搜索语句的写法为: $search->setLimit(10); //设置返回结果最多为 5 条,并跳过前 10 条 $docs = $search->search("tags:公务员考试 AND tags:论文 AND tags:杂...

94.啥时候可以针对 split(|) 分割的字段进行分面搜索

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

分类分词 tokenizer = split(|) 这样的存进文档里,这样可以实现多个分类的 分面查询吗? 之前有篇帖子加 addTerm 或者 以split(|) 分割的2种方法,我试了下,不能解决分面搜索的统计结果! 没办法,又试了下,我结合以split(|) 分...

95.编写第一个配置文件

...er.index = 8383 ;server.search = 8384 [pid] type = id [fid] index = self tokenizer = full [tid] [first] index = self tokenizer = full [author] index = both [authorid] [subject] type = title [message] type = body [dateline] type = numeric ~~~ [1]: http://www.xunsearch.com/tools/iniconfig $...

96.XSIndex::update

... $value = $field->val($value); if (!$field->hasCustomTokenizer()) { // internal tokenizer $wdf = $field->weight | ($field->withPos() ? XS_CMD_INDEX_FLAG_WITHPOS : 0); if ($field->hasIndexMixed()) { $cmds[] = new XS...

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

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

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

98.安装scws分词扩展出现的问题

发布时间:2009-10-04 23:10 t By future123

... session shmop **XML sockets SPL standard sysvmsg sysvsem sysvshm tokenizer wddx xml zlib [Zend Modules] [root@localhost ~]#

99.帝国CMS安装迅搜_linux系统下

发布时间:2014-08-30 22:08 t By qiuxis

... 8383 server.search = 8384 [id] type = id [classid] index = self tokenizer = full [title] type = title [smalltext] type = body [newstime] type = numeric 注:修改完,记得把文件名改为项目的名称,比如ecms.ini 5\# 导入 MySQL 数据库的 dbname.tbl_post ...

100.帝国CMS安装迅搜_linux系统下

发布时间:2014-08-30 22:08 t By qiuxis

... 8383 server.search = 8384 [id] type = id [classid] index = self tokenizer = full [title] type = title [smalltext] type = body [newstime] type = numeric 注:修改完,记得把文件名改为项目的名称,比如ecms.ini 5\# 导入 MySQL 数据库的 dbname.tbl_post ...

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