lucene/client/ruby/flare
Erik Hatcher 54e45e64d8 Remove helper method that was pushed down to the plugin
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@581036 13f79535-47bb-0310-9956-ffa450edef68
2007-10-01 18:51:19 +00:00
..
app Remove helper method that was pushed down to the plugin 2007-10-01 18:51:19 +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 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 remove views now within the Flare plugin 2007-09-25 19:03:57 +00:00
vendor/plugins Move flare helper method into plugin too 2007-09-28 13:18:42 +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