You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2007/05/22 21:56:35 UTC

[Solr Wiki] Update of "SolRuby" by ErikHatcher

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.

The following page has been changed by ErikHatcher:
http://wiki.apache.org/solr/SolRuby

------------------------------------------------------------------------------
  
  
  == Ruby on Rails ==
- There is an [http://acts_as_solr.railsfreaks.com/ acts_as_solr] plugin to add full text search capabilities using Solr to any Rails model
+ * [http://acts_as_solr.railsfreaks.com/ acts_as_solr]: A plugin to add full text search capabilities using Solr to ActiveRecord models.
+ 
+ * ["Flare"]: A plugin adding faceted browsing, AJAX suggest and more to Rails controllers.
+ 
+ * [http://mojodna.net/searchable/ruby/ Searchable]: A Rails plugin that provides search integration with ActiveRecord. (an alternative to acts_as_solr)
  
  ----
+ Searchable example:
- 
- I'm working with a guy named Lee Marlow on a SOLR backend for [http://mojodna.net/searchable/ruby/ Searchable], which is a Rails plugin that provides search integration with ActiveRecord.  The API looks approximately like this:
- 
  {{{
      class SomeModel
          include Searchable
@@ -54, +56 @@

      SomeModel.search("year:1865", :offset => 0, :limit 20)
  }}}
  
- - Seth
- 
- -------
- 
- ["Flare"] promises an elegant Solr Ruby DSL and Rails-based presentation framework.
-