lucene/client/ruby/flare
Erik Hatcher 7e18144473 html escape the field values to be displayed, so we get the nicetag shown
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@502127 13f79535-47bb-0310-9956-ffa450edef68
2007-02-01 05:22:10 +00:00
..
app html escape the field values to be displayed, so we get the nicetag shown 2007-02-01 05:22:10 +00:00
config Add more features to the UI: inverting/removing of filters and queries, Ajax suggestion of terms. 2007-01-28 10:15:08 +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 Upgrade to Rails 1.2, only this JavaScript file changed in the application itself 2007-01-22 02:38:55 +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