github
Advanced Search
  • Home
  • Pricing and Signup
  • Explore GitHub
  • Blog
  • Login

railsfreaks / acts_as_solr

  • Admin
  • Watch Unwatch
  • Fork
  • Your Fork
  • Pull Request
  • Download Source
    • 111
    • 24
  • Source
  • Commits
  • Network (24)
  • Issues (0)
  • Downloads (0)
  • Wiki (2)
  • Graphs
  • Branch: master

click here to add a description

click here to add a homepage

  • Branches (1)
    • master ✓
  • Tags (0)
Sending Request…
Enable Donations

Pledgie Donations

Once activated, we'll place the following badge in your repository's detail box:
Pledgie_example
This service is courtesy of Pledgie.

This plugin adds full text search capabilities and many other nifty features from Apache‘s Solr to any Rails model. — Read more

  cancel

http://acts-as-solr.railsfreaks.com

  cancel
  • Private
  • Read-Only
  • HTTP Read-Only

This URL has Read+Write access

Renaming README to README.markdown 
Thiago Jackiw (author)
Sat May 03 15:59:53 -0700 2008
commit  3fcfbb163e34d288bbfb95bf7991c047c9186468
tree    76dbf063cbda23f980d09162a0e7c34fded9ad29
parent  be5b95d9d73b875e35b8f01bcd94e83ad4c3be05
acts_as_solr /
name age
history
message
file CHANGE_LOG Sat May 03 15:39:08 -0700 2008 git import of acts_as_solr [Thiago Jackiw]
file LICENSE Sat May 03 15:39:08 -0700 2008 git import of acts_as_solr [Thiago Jackiw]
file README.markdown Sat May 03 15:59:53 -0700 2008 Renaming README to README.markdown [Thiago Jackiw]
file Rakefile Sat May 03 15:39:08 -0700 2008 git import of acts_as_solr [Thiago Jackiw]
file TESTING_THE_PLUGIN Sat May 03 15:39:08 -0700 2008 git import of acts_as_solr [Thiago Jackiw]
directory config/ Sat May 03 15:39:08 -0700 2008 git import of acts_as_solr [Thiago Jackiw]
file init.rb Sat May 03 15:39:08 -0700 2008 git import of acts_as_solr [Thiago Jackiw]
file install.rb Sat May 03 15:39:08 -0700 2008 git import of acts_as_solr [Thiago Jackiw]
directory lib/ Sat May 03 15:39:08 -0700 2008 git import of acts_as_solr [Thiago Jackiw]
file schema.xml Sat May 03 15:39:08 -0700 2008 git import of acts_as_solr [Thiago Jackiw]
directory solr/ Sat May 03 15:39:08 -0700 2008 git import of acts_as_solr [Thiago Jackiw]
directory test/ Sat May 03 15:39:08 -0700 2008 git import of acts_as_solr [Thiago Jackiw]
README.markdown

acts_as_solr Rails plugin

This plugin adds full text search capabilities and many other nifty features from Apache's Solr to any Rails model. It was based on the first draft by Erik Hatcher.

Current Release

The current stable release is v0.9 and was released on 06-18-2007.

Changes

Please refer to the CHANGE_LOG

Installation

Requirements

  • Java Runtime Environment(JRE) 1.5 aka 5.0 http://www.java.com/en/download/index.jsp

Basic Usage


# Just include the line below to any of your ActiveRecord models:
  acts_as_solr

# Or if you want, you can specify only the fields that should be indexed:
  acts_as_solr :fields => [:name, :author]

# Then to find instances of your model, just do:
  Model.find_by_solr(query) #query is a string representing your query

# Please see ActsAsSolr::ActsMethods for a complete info

Authors

Erik Hatcher: First draft
Thiago Jackiw: Current developer (tjackiw at gmail dot com)

Release Information

Released under the MIT license.

More info

http://acts-as-solr.railsfreaks.com

Blog | Support | Training | Contact | API | Status | Twitter | Help | Security
© 2010 GitHub Inc. All rights reserved. | Terms of Service | Privacy Policy
Powered by the Dedicated Servers and
Cloud Computing of Rackspace Hosting®
Dedicated Server