mirror of
https://github.com/apache/lucene.git
synced 2025-02-07 02:28:49 +00:00
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@495386 13f79535-47bb-0310-9956-ffa450edef68
17 lines
413 B
Plaintext
17 lines
413 B
Plaintext
== 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
|
|
|