lucene/client/ruby/flare
Erik Hatcher a69eeb2674 fix such that running tests works ok without a database, sheesh
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@540693 13f79535-47bb-0310-9956-ffa450edef68
2007-05-22 18:40:28 +00:00
..
app add simile_helper to avoid warning in logs 2007-05-22 18:28:09 +00:00
config Adjust delicious library view for change in asin field name 2007-05-22 18:26:53 +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 Change pie color to match CSS look 2007-02-25 08:45:44 +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 sparklines is not used in flare, remove auto-generated test 2007-05-22 18:32:06 +00:00
vendor/plugins/flare Adjust test for Luke request handler response 2007-05-22 18:30: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