lucene/client/ruby/flare
Koji Sekiguchi c3de2ce513 SOLR-84: use new Solr logo in admin GUI
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@728842 13f79535-47bb-0310-9956-ffa450edef68
2008-12-23 01:45:23 +00:00
..
app SOLR-84: use new Solr logo in admin GUI 2008-12-23 01:45:23 +00:00
config remove views now within the Flare plugin 2007-09-25 19:03:57 +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 fix such that running tests works ok without a database, sheesh 2007-05-22 18:40:28 +00:00
public SOLR-84: use new Solr logo in admin GUI 2008-12-23 01:45:23 +00:00
script * Added DocumentController to control search results detail rendering. SOLR_ENV selects one of the 2007-02-25 20:37:06 +00:00
test remove views now within the Flare plugin 2007-09-25 19:03:57 +00:00
vendor/plugins SOLR-84: use new Solr logo in admin GUI 2008-12-23 01:45:23 +00:00
README freeze rails edge 2007-01-11 21:33:25 +00:00
Rakefile Update to require Rails 1.2.3 2007-04-13 00:37:31 +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