lucene/client/ruby/flare
Erik Hatcher 021f4eef00 Ignore blank queries instead of adding a bum empty one, and change redirect not be hard-coded
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@528295 13f79535-47bb-0310-9956-ffa450edef68
2007-04-13 00:36:31 +00:00
..
app Fix SimileController that broke with the plugin change 2007-03-27 02:00:17 +00:00
config humanize facet labels, more config work 2007-03-16 20:21:02 +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 Take advantage of flare as a plugin, removing code that is now in the plugin 2007-03-21 02:27:05 +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 add sparklines pie charts by the facet counts 2007-02-07 21:03:29 +00:00
vendor/plugins/flare Ignore blank queries instead of adding a bum empty one, and change redirect not be hard-coded 2007-04-13 00:36:31 +00:00
README freeze rails edge 2007-01-11 21:33:25 +00:00
Rakefile several changes, including warts... almost functional in_place_editor, Solr configuration separation, etc 2007-02-18 20:22:10 +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