搜索

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

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

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

我有个字段叫“cat_id”,存的分类id列表用“,”分隔的,如"23,435,66,6",想要搜索出分类id为6的数据,可以使用自定义分词,用","分隔这样设置字段: [cat_id] index = self tokenizer = split(,) 然后使用字段索引搜索就可以解决问题了; 不...

32.RE: 搜索语句超长

发布时间:2013-12-16 13:12 t By hightman

...一种方式解决啊,逐级添加父分类 比如一条数据的分类ID是 9,分类9的父ID是3,分类ID3的父分类是 1 那么你给文档创建索引的时候,通过 $doc->addTerm() 给全部祖先分类ID:3,1 也建立索引不就好了。然后检索 3/1也能检索到分类为...

33.RE: 请问如何实现多值搜索呢?

更新时间:2013-03-30 10:03 t By fenglangyj

哈哈,我也在找这个问题,终于找到答案了! 我有个字段叫“cat_id”,存的分类id列表用“,”分隔的,如"23,435,66,6",想要搜索出分类id为6的数据,就可以这样设置字段: [cat_id] index = self tokenizer = split(,)

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

发布时间:2010-04-27 16:04 t By hightman

...是 non-zts,但可能你的 php-cgi 却是 zts 的,所以 core_global_id 会未定义。建议重新编译一下,把 phpize , php-config 用和 php-cgi 配套的。。。 configure时可以指定 --with-php-config

35.xunsearch是否支持Geodist搜素?

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

...索呢? sphinx配置: [code] sql_query_range = SELECT IFNULL(MIN(`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); $...

36.不使用Indexer.php添加数据到xunsearch

更新时间:2012-12-21 20:12 t By Dull

...r/local/xunsearch 所有配置文件和http://www.xunsearch.com/doc/php/guide/ini.guide保持一致 搜索配置文件,sample.ini [code]project.name = sample project.default_charset = GBK ;server.index = 8383 ;server.search = 8384 [pid] type = id [subject] type = title [message]...

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

发布时间:2010-05-10 09:05 t By uuuuu

没有 #define ZTS 1 我加上 试试

38.RE: Missing field of type ID

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

[quote='hightman' pid='4551' dateline='1377142375'] 项目名称不对吧,确定存在 ../app/torrentkittys.ini ? 如果不确定就把ini文件的路径打全! [/quote] 我是这样弄的 php的 safe_mode=On safe_mode_include_dir = /usr/local/xunsearch/sdk/php/lib/ 这样require ...

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

发布时间:2010-05-24 11:05 t By uuuuu

非常感谢大哥 重新弄了一下 居然可以了

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

发布时间:2010-05-10 23:05 t By hightman

试试在 phpext 目录的 configure 运行前 export CFLAGS="-O2 -DZTS=1"

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