...383 server.search = 8384 [music_id] type = id [music_name] type = title index = both [message] type = body cutlen = 500 [singer] type = string index = both [company] type = string index = none [album_name] type = string index = both weight = 2 [gmt_create] type...
...帮看看,谢谢了! 搜索主要用以下字段 ①数据库中的title字段(代表文章唯一编号,即PMID) ②数据库中tag字段(代表文章关键词) ③数据库中content字段(代表全文,即搜索页面的摘要) #主要是搜索这里时,较慢[/quote] ④...
...383 server.search = 8384 [music_id] type = id [music_name] type = title index = both [message] type = body cutlen = 500 [singer] type = string index = both [company] type = string index = none [album_name] type = string index = both weight = 2 [gmt_create] type = n...
... [goods_id] type = id [cat_ids] index = both [goods_name] type = title index = both [goods_desc] type = body phrase = no index = both tokenizer = default [goods_thumb_list] index = none [shop_price] type = numeric index = none [order_num] index = none [click_c...
... [goods_id] type = id [cat_ids] index = both [goods_name] type = title index = both [goods_desc] type = body phrase = no index = both tokenizer = default [goods_thumb_list] index = none [shop_price] type = numeric index = none [order_num] index = none [click_c...
...enizer = full [author] index = both [authorid] [subject] type = title [message] type = body [dateline] type = numeric
...atid] type = numeric index = both tokenizer = full [subject] type = title [message] type = body [url] index = self tokenizer = full [chrono] type = numeric
...索结果的作者链接,不需要索引。 - `subject` 标题类型为 `title`。 - `message` 主内容,类型为 `body`。 - `dateline` 时间戳记,由于需要排序,所以该字段不能存为 `string`,必须用 `numeric`,但不需要 进行任何索引。 配置文件结果 ----...
...content_full] //全部内容 cutlen = 300 //显示300个字节 [post_title] //标题 type = title [post_time] //时间YYYYmmdd形式 type = date [post_date_sec] //时间戳 [category] //分类 index = self [category_id //分类ID type = numeric index = none 可以看得...
...dex = 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] index = self tokenizer = full [flag] [/code] mysql数据库,sa...