lucene/client/ruby/flare
Erik Hatcher 7dec1958a4 Add SIMILE Exhibit view of the currently filtered set, as proof-of-concept.
Adjusted CSS, improved UI dramatically, even including a logo in the header.



git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@503379 13f79535-47bb-0310-9956-ffa450edef68
2007-02-04 09:42:05 +00:00
..
app Add SIMILE Exhibit view of the currently filtered set, as proof-of-concept. 2007-02-04 09:42:05 +00:00
config SIMILE Exhibit support (prototype) - Tada! 2007-02-04 05:44:09 +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 move core ruby-solr API to client/ruby/solrb 2007-01-03 13:30:57 +00:00
public Add SIMILE Exhibit view of the currently filtered set, as proof-of-concept. 2007-02-04 09:42:05 +00:00
script initial commit of Flare beginnings 2007-01-02 16:05:29 +00:00
test move core ruby-solr API to client/ruby/solrb 2007-01-03 13:30:57 +00:00
README freeze rails edge 2007-01-11 21:33:25 +00:00
Rakefile initial commit of Flare beginnings 2007-01-02 16:05:29 +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