lucene/client/ruby/flare
Erik Hatcher 79bb0f1421 Add document_by_id method to Flare::Context
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@522697 13f79535-47bb-0310-9956-ffa450edef68
2007-03-27 01:33:06 +00:00
..
app Move the page number out of session scope into the Context. 2007-03-24 07:40:44 +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 Add document_by_id method to Flare::Context 2007-03-27 01:33:06 +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