A new version (0.6) of the acts_as_solr plugin has been released and the
new features are:
- Added basic faceted search functionality for indexing and searching:
Indexing:
------------
class Electronic < ActiveRecord::Base
acts_as_solr :facets => [:category, :manufacturer]
end
Searching:
---------------
Electronic.find_with_facet "memory", :facets => {:fields
=>[:category]}
- The repository has been changed for easy access, its now under
http://opensvn.csie.org/acts_as_solr
- Updated website with API documentation
(http://acts-as-solr.rubyforge.org)
- There''s a mailing list for the plugin now
(http://rubyforge.org/mailman/listinfo/acts-as-solr-talk)
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---