本月博客排行
年度博客排行
-
第1名
宏天软件 -
第2名
青否云后端云 -
第3名
龙儿筝 - wallimn
- gashero
- vipbooks
- wy_19921005
- benladeng5225
- fantaxy025025
- zysnba
- ssydxa219
- e_e
- javashop
- sam123456gz
- arpenker
- tanling8334
- kaizi1992
- xpenxpen
- xiangjie88
- wiseboyloves
- ganxueyun
- xyuma
- sichunli_030
- lemonhandsome
- wangchen.ily
- jh108020
- zxq_2017
- jbosscn
- Xeden
- zhanjia
- luxurioust
- forestqqqq
- lzyfn123
- ajinn
- johnsmith9th
- nychen2000
- wjianwei666
- daizj
- hanbaohong
- 喧嚣求静
- ranbuijj
- kingwell.leng
- silverend
- lchb139128
- kristy_yy
- lich0079
- jveqi
- java-007
- sunj
- yeluowuhen
最新文章列表
sunspot使用(2)
**Sunspot基于Solr;**=========================================================== Solr是一个独立的企业级搜索应用服务器,它对外提供类似于Web-service的API接口。 Solr是一个高性能,采用Java5开发,基于Lucene的全文搜索服务器。同时对其进行了扩展,提供了比Lucene更为丰富的查询语言,同时实现了可配 ...
sunspot使用(1)
**sunspot使用**=================================1. gemfile add gem 'sunspot_rails' to the gemfile2. excute bundle install3. generate sunspot config file, generate config/sunspot.yml generate sol ...
全文搜索 sunspot
All the power of the Solr search engine; all the beauty of Ruby. Sunspot exposes all of Solr's most powerful search features using an API of elegant DSLs. That means robust, flexible fulltext search ...
为针对于SimpleDB的Rails应用程序配置solr支持
配置环境
Server: Ubuntu 10.04
solr
version: 1.4.1
sunspot_rails version:
1.2.0
Tomcat6_home:
/var/lib/tomcat6
$SOLR_HOME
= /home/ubuntu/java_app/apache-solr/example/solr
...
Rails3全文检索使用Sunspot gem
在网站中经常用到全文检索,这样出于使用的方便打算给Everyday也做个全文检索的功能,网上比较了几个全文检索的gem,发现sunspot(内置了solr引擎)比较适合我的需求,并没有用到之前名气稍大的think_sphinx,下面介绍下rails3和Sunspot的集成:
安装sunspot gem:
$ gem install sunspot
修改#rails_app/Gemfile:
$ ge ...
Rails3全文检索使用Sunspot gem
在网站中经常用到全文检索,这样出于使用的方便打算给Everyday也做个全文检索的功能,网上比较了几个全文检索的gem,发现sunspot(内置了solr引擎)比较适合我的需求,并没有用到之前名气稍大的think_sphinx,下面介绍下rails3和Sunspot的集成:
详细可看:http://everyday-cn.com/zh/show_blog/rails3-sunspot-gem