lucene/client/ruby/flare
Erik Hatcher 0e560eccfa Upgrade to Rails 1.2, only this JavaScript file changed in the application itself
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@498511 13f79535-47bb-0310-9956-ffa450edef68
2007-01-22 02:38:55 +00:00
..
app crude search / faceted UI, requires faceted fields to be *_facet 2007-01-17 10:39:56 +00:00
config crude search / faceted UI, requires faceted fields to be *_facet 2007-01-17 10:39:56 +00:00
db initial commit of Flare beginnings 2007-01-02 16:05:29 +00:00
doc add some of Rails generated directories 2007-01-02 16:13:28 +00:00
lib/tasks move core ruby-solr API to client/ruby/solrb 2007-01-03 13:30:57 +00:00
public Upgrade to Rails 1.2, only this JavaScript file changed in the application itself 2007-01-22 02:38:55 +00:00
script initial commit of Flare beginnings 2007-01-02 16:05:29 +00:00
test move core ruby-solr API to client/ruby/solrb 2007-01-03 13:30:57 +00:00
README freeze rails edge 2007-01-11 21:33:25 +00:00
Rakefile initial commit of Flare beginnings 2007-01-02 16:05:29 +00:00

README

== Welcome to Solr Flare

Flare promises to expose the power of Solr through a Rails-based user interface. Integral to Flare will be general purpose faceted browsing, auto-suggest, folksonomy tagging/annotating, and much more.

  Visit the Solr Flare wiki for more information: http://wiki.apache.org/solr/Flare

== Getting started

Launch Solr:

  cd solr
  java -jar start.jar

Launch Rails:
  script/server